Class ASTExprUnresolvedMutation
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.ASTExprUnresolvedMutation
Unresolved local-or-field increment/decrement expression before semantic binding.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrder
-
Constructor Details
-
ASTExprUnresolvedMutation
-
-
Method Details
-
name
-
delta
public int delta() -
isPrefix
public boolean isPrefix()Returns true when the expression should evaluate to the updated value. -
lpcType
- Specified by:
lpcTypein classASTExpression
-