Class VarTable

java.lang.Object
com.twineworks.tweakflow.util.VarTable

public class VarTable extends Object
  • Method Details

    • getModuleParseUnit

      public ParseUnit getModuleParseUnit()
    • getPrologueParseError

      public LangException getPrologueParseError()
    • getVarParseErrors

      public LinkedHashMap<String,LangException> getVarParseErrors()
    • hasParseErrors

      public boolean hasParseErrors()
    • compile

      public Runtime compile()
    • varNameFor

      public String varNameFor(SourceInfo sourceInfo)
    • getModuleText

      public String getModuleText()
    • getModulePath

      public String getModulePath()
    • getVarLibraryName

      public String getVarLibraryName()
    • varNames

      public List<String> varNames()
    • varExpression

      public String varExpression(String name)
    • varExpressionLine

      public int varExpressionLine(String name)