Class AssemblyParseNumericToken


public class AssemblyParseNumericToken extends AssemblyParseToken
A token having a numeric value
See Also:
  • Field Details

    • val

      protected final long val
  • Constructor Details

    • AssemblyParseNumericToken

      public AssemblyParseNumericToken(AssemblyGrammar grammar, AssemblyTerminal term, String str, long val)
      Construct a numeric terminal having the given string and numeric values
      Parameters:
      grammar - the grammar containing the terminal
      term - the terminal that matched this token
      str - the portion of the input comprising this token
      val - the numeric value represented by this token
  • Method Details