Package | Description |
---|---|
com.whitestein.lsps.lang.ast |
Modifier and Type | Class and Description |
---|---|
class |
DereferenceExpression |
class |
PropertyExpression
Expression representing record property access.
|
class |
VariableExpression
Expression representing fully qualified variable.
|
Modifier and Type | Method and Description |
---|---|
AssignableExpression |
ReferenceExpression.getExpression()
Returns the referenced expression.
|
AssignableExpression |
IncDecExpression.getExpression()
Returns the inner expression.
|
Constructor and Description |
---|
IncDecExpression(ASTInfo info,
AssignableExpression expression,
boolean increment,
boolean postfix)
Creates a new expression object.
|
ReferenceExpression(ASTInfo info,
AssignableExpression expression,
boolean isAssignment) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.