Uses of Class
org.mal_lang.lib.Token
-
-
Uses of Token in org.mal_lang.lib
Fields in org.mal_lang.lib with type parameters of type Token Modifier and Type Field Description List<Token>
Token. postComments
List<Token>
Token. preComments
Methods in org.mal_lang.lib that return Token Modifier and Type Method Description Token
Lexer. next()
Constructors in org.mal_lang.lib with parameters of type Token Constructor Description Token(Token tok, List<Token> preComments, List<Token> postComments)
Constructor parameters in org.mal_lang.lib with type arguments of type Token Constructor Description Token(Token tok, List<Token> preComments, List<Token> postComments)
-