Interface LibraryStatementPart
- All Known Implementing Classes:
LibraryStatementPartImpl
public interface LibraryStatementPart
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDirective(antlr.Token token, IExpression iExpression) getName()voidsetDirName(antlr.Token dirName) voidsetInstructions(CompilerInstructions instructions) voidsetName(antlr.Token i1)
-
Method Details
-
addDirective
-
getDirName
String getDirName() -
getInstructions
CompilerInstructions getInstructions() -
setDirName
void setDirName(antlr.Token dirName) -
getName
String getName() -
setInstructions
-
setName
void setName(antlr.Token i1)
-