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