Uses of Class
manifold.preprocessor.TokenType
-
Packages that use TokenType Package Description manifold.preprocessor manifold.preprocessor.statement -
-
Uses of TokenType in manifold.preprocessor
Methods in manifold.preprocessor that return TokenType Modifier and Type Method Description TokenTypeTokenizer. getTokenType()static TokenTypeTokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenType[]TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TokenType in manifold.preprocessor.statement
Methods in manifold.preprocessor.statement that return TokenType Modifier and Type Method Description TokenTypeStatement. getTokenType()Constructors in manifold.preprocessor.statement with parameters of type TokenType Constructor Description EmptyStatement(TokenType tokenType, int start)IfStatement(TokenType tokenType, int start, int end, Expression expr, List<Statement> ifBlock, List<IfStatement> elifs, List<Statement> elseBlock, int elseStart)SourceStatement(TokenType tokenType, int start, int end)Statement(TokenType tokenType, int start, int end)
-