Class TokenProduction

java.lang.Object
com.javacc.parser.BaseNode
com.javacc.parser.tree.TokenProduction
All Implemented Interfaces:
JavaCCConstants, Node, freemarker.template.TemplateHashModel, freemarker.template.TemplateModel, freemarker.template.TemplateNodeModel, freemarker.template.TemplateScalarModel, Comparable<Node>

public class TokenProduction extends BaseNode
  • Constructor Details

    • TokenProduction

      public TokenProduction()
  • Method Details

    • isIgnoreCase

      public boolean isIgnoreCase()
    • setIgnoreCase

      public void setIgnoreCase(boolean ignoreCase)
    • isExplicit

      public boolean isExplicit()
    • setExplicit

      public void setExplicit(boolean explicit)
    • setImplicitLexicalState

      public void setImplicitLexicalState(String implicitLexicalState)
    • getRegexpSpecs

      public List<RegexpSpec> getRegexpSpecs()
    • getLexicalStateNames

      public String[] getLexicalStateNames()
      The states in which this regular expression production exists.
    • getKind

      public String getKind()