Class Parser.Compile.T

java.lang.Object
eu.bandm.tools.ramus.runtime2.Parser.Compile.T
All Implemented Interfaces:
Token<String,String>
Enclosing class:
Parser.Compile

static class Parser.Compile.T extends Object implements Token<String,String>
  • Constructor Details

  • Method Details

    • getText

      public String getText()
      Description copied from interface: Token
      Returns the text content of this token.

      The default implementation returns null.

      Specified by:
      getText in interface Token<String,String>
      Returns:
      the text content of this token, or null if not available.
    • getType

      public String getType()
      Description copied from interface: Token
      Returns the type of this token.
      Specified by:
      getType in interface Token<String,String>
      Returns:
      the type of this token.
    • toString

      public String toString()
      Overrides:
      toString in class Object