Class EG_CompoundStatement
java.lang.Object
tripleo.elijah.nextgen.outputstatement.EG_CompoundStatement
- All Implemented Interfaces:
EG_Statement
-
Constructor Summary
ConstructorsConstructorDescriptionEG_CompoundStatement(@NotNull EG_Statement aBeginning, @NotNull EG_Statement aEnding, @NotNull EG_Statement aMiddle, boolean aIndent, @NotNull EX_Explanation aExplanation) EG_CompoundStatement(@NotNull EG_Statement aBeginning, @NotNull EG_Statement aEnding, List<EG_Statement> aStatementList, boolean aIndent, @NotNull EX_Explanation aExplanation) -
Method Summary
-
Constructor Details
-
EG_CompoundStatement
@Contract(pure=true) public EG_CompoundStatement(@NotNull @NotNull EG_Statement aBeginning, @NotNull @NotNull EG_Statement aEnding, @NotNull @NotNull EG_Statement aMiddle, boolean aIndent, @NotNull @NotNull EX_Explanation aExplanation) -
EG_CompoundStatement
public EG_CompoundStatement(@NotNull @NotNull EG_Statement aBeginning, @NotNull @NotNull EG_Statement aEnding, List<EG_Statement> aStatementList, boolean aIndent, @NotNull @NotNull EX_Explanation aExplanation)
-
-
Method Details
-
getExplanation
- Specified by:
getExplanationin interfaceEG_Statement
-
getText
- Specified by:
getTextin interfaceEG_Statement
-