Class ASTExprFieldMutation
java.lang.Object
io.github.protasm.jvmud.compiler.parser.ast.ASTNode
io.github.protasm.jvmud.compiler.parser.ast.ASTExpression
io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprFieldMutation
Bound field increment/decrement expression with prefix or postfix result semantics.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrder
-
Constructor Details
-
ASTExprFieldMutation
-
-
Method Details
-
field
-
delta
public int delta() -
isPrefix
public boolean isPrefix()Returns true when the expression should evaluate to the updated field value. -
lpcType
- Specified by:
lpcTypein classASTExpression
-