Class ASTExprSliceStore
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.ASTExprSliceStore
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionASTExprSliceStore(int line, ASTExpression target, ASTExpression start, ASTExpression end, ASTExpression value) -
Method Summary
Methods inherited from class ASTNode
accept, className, line, setSourceOrder, sourceOrder
-
Constructor Details
-
ASTExprSliceStore
public ASTExprSliceStore(int line, ASTExpression target, ASTExpression start, ASTExpression end, ASTExpression value)
-
-
Method Details
-
target
-
start
-
end
-
value
-
lpcType
- Specified by:
lpcTypein classASTExpression
-