Package one.empty3.library1.tree
Class ListInstructions.Instruction
java.lang.Object
one.empty3.library1.tree.ListInstructions.Instruction
- Enclosing class:
ListInstructions
-
Constructor Summary
ConstructorsConstructorDescriptionInstruction
(int id, String leftHand, String expression, @NotNull String originalString) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
void
setExpression
(String expression) void
setId
(int id) void
setLeftHand
(String leftHand) void
setOriginalString
(String originalString) void
toString()
-
Constructor Details
-
Instruction
-
-
Method Details