Interface LibraryStatementPart

All Known Implementing Classes:
LibraryStatementPartImpl

public interface LibraryStatementPart
  • Method Details

    • addDirective

      void addDirective(antlr.Token token, IExpression iExpression)
    • getDirName

      String getDirName()
    • getInstructions

      CompilerInstructions getInstructions()
    • setDirName

      void setDirName(antlr.Token dirName)
    • getName

      String getName()
    • setInstructions

      void setInstructions(CompilerInstructions instructions)
    • setName

      void setName(antlr.Token i1)