Class CompilerInstructionsImpl
java.lang.Object
tripleo.elijah_durable_congenial.ci.CompilerInstructionsImpl
- All Implemented Interfaces:
CompilerInstructions
Created 9/6/20 11:20 AM
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(@NotNull LibraryStatementPart libraryStatementPart) voidadd(GenerateStatement generateStatement) @Nullable StringgenLang()getName()@NotNull CiIndexingStatementlsps()voidsetFilename(String filename) voidsetName(@NotNull antlr.Token name) voidtoString()
-
Field Details
-
lsps
-
-
Constructor Details
-
CompilerInstructionsImpl
public CompilerInstructionsImpl()
-
-
Method Details
-
add
- Specified by:
addin interfaceCompilerInstructions
-
add
- Specified by:
addin interfaceCompilerInstructions
-
genLang
- Specified by:
genLangin interfaceCompilerInstructions
-
getFilename
- Specified by:
getFilenamein interfaceCompilerInstructions
-
getName
- Specified by:
getNamein interfaceCompilerInstructions
-
setName
- Specified by:
setNamein interfaceCompilerInstructions
-
setName
public void setName(@NotNull @NotNull antlr.Token name) - Specified by:
setNamein interfaceCompilerInstructions
-
lsps
- Specified by:
lspsin interfaceCompilerInstructions
-
setFilename
- Specified by:
setFilenamein interfaceCompilerInstructions
-
indexingStatement
- Specified by:
indexingStatementin interfaceCompilerInstructions
-
toString
-