dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
Field
dmdscript
expression
FieldLiteral *************************
class
Field {
Identifier
*
ident
;
Expression
exp
;
this
(Identifier* ident, Expression exp);
}
Constructors
this
this
(Identifier* ident, Expression exp)
Undocumented in source.
Members
Variables
exp
Expression
exp
;
Undocumented in source.
ident
Identifier
*
ident
;
Undocumented in source.
Meta
Source
See Implementation
dmdscript
expression
classes
AddAssignExp
AddExp
AndAndExp
ArrayExp
ArrayLiteral
AssertExp
AssignExp
BinAssignExp
BinExp
BooleanExpression
CallExp
CmpExp
CommaExp
CondExp
DeleteExp
DotExp
Expression
Field
FunctionLiteral
IdentifierExpression
InExp
NewExp
NotExp
NullExpression
ObjectLiteral
OrOrExp
PostDecExp
PostIncExp
PreExp
RealExpression
RegExpLiteral
StringExpression
ThisExpression
UnaExp
XBinExp
XUnaExp
FieldLiteral *************************