PrimaryExpr ::= |
ObjectAllocator | JavaAllocator | JavaClassAllocator | LambdaDeclaration | |
Used by: |
The primary expression is the smallest unit of any expressions.
The ObjectAllocator, JavaAllocator, JavaClassAllocator and LambdaDeclaration create various objects that can be assigned to some variable.
The
The
The AtomicExpr represents individual variables, object member access, array access, function calls and combinations of all these.