Class Parser
java.lang.Object
io.github.protasm.jvmud.compiler.parser.Parser
-
Constructor Summary
ConstructorsConstructorDescriptionParser()Parser(ParserOptions options) Parser(RuntimeContext runtimeContext) Parser(RuntimeContext runtimeContext, ParserOptions options) -
Method Summary
Modifier and TypeMethodDescriptionblock(boolean isMethodBody) intcurrLine()currObj()locals()parsePrecedence(int precedence) protectedEval(int line) tokens()
-
Constructor Details
-
Parser
public Parser() -
Parser
-
Parser
-
Parser
-
-
Method Details
-
tokens
-
currObj
-
locals
-
runtimeContext
-
currLine
public int currLine() -
parse
-
arguments
-
protectedEval
-
block
-
statement
-
expression
-
parsePrecedence
-