Class ASTExprLocalMutation
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.ASTExprLocalMutation
Bound local 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
-
ASTExprLocalMutation
-
-
Method Details
-
local
-
delta
public int delta() -
isPrefix
public boolean isPrefix()Returns true when the expression should evaluate to the updated local value. -
lpcType
- Specified by:
lpcTypein classASTExpression
-