zua ~master (2020-02-09T15:49:24Z)
Dub
Repo
ExprStat
zua
compiler
ir
An expression statement
final
class
ExprStat :
Stat
{
Expr
expr
;
}
Members
Variables
expr
Expr
expr
;
The expression to evaluate in this statement
Meta
Source
See Implementation
zua
compiler
ir
aliases
FieldEntry
IfEntry
classes
AssignStat
AtomicExpr
AtomicStat
BinaryExpr
Block
BracketExpr
CallExpr
DeclarationStat
Expr
ExprStat
ForeachStat
FunctionExpr
GlobalExpr
IRNode
IfStat
IndexExpr
LocalExpr
LvalueExpr
NumberExpr
NumericForStat
RepeatStat
ReturnStat
Stat
StringExpr
TableExpr
UnaryExpr
UpvalueExpr
WhileStat
enums
AtomicExprType
AtomicStatType
BinaryOperation
UnaryOperation
functions
compileAST
structs
TableField
An expression statement