Class IRSliceSet
java.lang.Object
io.github.protasm.jvmud.compiler.ir.IRSliceSet
- All Implemented Interfaces:
IRExpression, IRNode
-
Constructor Summary
ConstructorsConstructorDescriptionIRSliceSet(int line, IRExpression target, IRExpression start, IRExpression end, IRExpression value, RuntimeType type) -
Method Summary
-
Constructor Details
-
IRSliceSet
public IRSliceSet(int line, IRExpression target, IRExpression start, IRExpression end, IRExpression value, RuntimeType type)
-
-
Method Details
-
line
-
target
-
start
-
end
-
value
-
type
- Specified by:
typein interfaceIRExpression
-