Class AssemblyParseNumericToken

    • Field Detail

      • val

        protected final long val
    • Constructor Detail

      • AssemblyParseNumericToken

        public AssemblyParseNumericToken​(AssemblyGrammar grammar,
                                         AssemblyTerminal term,
                                         java.lang.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