dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
NewExpr
dil
ast
Expressions
class
NewExpr : Expression {
Expression
frame
;
Expression
[]
newArgs
;
TypeNode
type
;
Expression
[]
ctorArgs
;
}
Members
Variables
frame
Expression
frame
;
The frame or 'this' pointer.
Meta
Source
See Implementation
dil
ast
Expressions
classes
AsmPostBracketExpr
AsmRegisterExpr
BinaryExpr
BoolExpr
CmpExpr
ComplexExpr
FloatExpr
IdentityExpr
IsExpr
ModuleScopeExpr
NewClassExpr
NewExpr
ParenExpr
SpecialTokenExpr
StringExpr