Uses of Class
org.episteme.natural.computing.compiler.Lexer.Token
Packages that use Lexer.Token
-
Uses of Lexer.Token in org.episteme.natural.computing.compiler
Fields in org.episteme.natural.computing.compiler with type parameters of type Lexer.TokenMethods in org.episteme.natural.computing.compiler that return Lexer.TokenModifier and TypeMethodDescriptionprotected Lexer.TokenParser.advance()protected Lexer.TokenParser.peek()Methods in org.episteme.natural.computing.compiler that return types with arguments of type Lexer.TokenModifier and TypeMethodDescriptionTokenizes the input string.Methods in org.episteme.natural.computing.compiler with parameters of type Lexer.TokenModifier and TypeMethodDescriptionprotected Parser.CallNodeParser.parseCall(Lexer.Token nameToken) Method parameters in org.episteme.natural.computing.compiler with type arguments of type Lexer.TokenModifier and TypeMethodDescriptionParser.parse(List<Lexer.Token> tokens) Parses a token stream into an AST.