Interface Parser.ParsedTokenConsumer
- All Known Implementing Classes:
CompileContext
- Enclosing class:
Parser
public static interface Parser.ParsedTokenConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoiddone()voidprocessFunction(int var1) voidvoidprocessTuple(Parser.ParsedToken var1, int var2) void
-
Method Details
-
pushOperand
-
processOperator
- Throws:
ParseException
-
processFunction
- Throws:
ParseException
-
processTuple
-
done
void done()
-