Package one.empty3.library1.tree
Class ControlledInstructions.While
java.lang.Object
one.empty3.library1.tree.InstructionBlock
one.empty3.library1.tree.Instruction
one.empty3.library1.tree.ControlledInstructions
one.empty3.library1.tree.ControlledInstructions.While
- Enclosing class:
ControlledInstructions
-
Nested Class Summary
Nested classes/interfaces inherited from class one.empty3.library1.tree.ControlledInstructions
ControlledInstructions.DoWhile, ControlledInstructions.For, ControlledInstructions.If, ControlledInstructions.While
-
Field Summary
Fields inherited from class one.empty3.library1.tree.ControlledInstructions
controlExpression
Fields inherited from class one.empty3.library1.tree.Instruction
expression
Fields inherited from class one.empty3.library1.tree.InstructionBlock
instructionList
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class one.empty3.library1.tree.ControlledInstructions
getControlExpression, getInstructionsList, setControlExpression, setInstructionsList
Methods inherited from class one.empty3.library1.tree.Instruction
getExpression, getName, getType, setExpression, setName, setType, toString
Methods inherited from class one.empty3.library1.tree.InstructionBlock
getInstructionList, setInstructionList
-
Constructor Details
-
While
-
-
Method Details
-
toLangStringJava
- Overrides:
toLangStringJava
in classControlledInstructions
-