Class ExpressionParser
java.lang.Object
org.jparsec.examples.java.parser.ExpressionParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Parser<Expression> arrayInitializer(Parser<Expression> expr) static Parser<Expression> expression(Parser<DefBody> classBody, Parser<Statement> statement)
-
Constructor Details
-
ExpressionParser
public ExpressionParser()
-
-
Method Details
-
expression
-
arrayInitializer
-