Class BasicExpressionAnalyzer
java.lang.Object
com.scriptbasic.syntax.AbstractAnalyzer<Expression>
com.scriptbasic.syntax.expression.AbstractExpressionAnalyzer
com.scriptbasic.syntax.expression.BasicExpressionAnalyzer
- All Implemented Interfaces:
Analyzer<Expression>,ExpressionAnalyzer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Integerprotected Map<String, Class<? extends AbstractBinaryOperator>> getOperatorMap(Integer priority) Methods inherited from class com.scriptbasic.syntax.expression.AbstractExpressionAnalyzer
analyze
-
Constructor Details
-
BasicExpressionAnalyzer
-
-
Method Details
-
getMaximumPriority
- Specified by:
getMaximumPriorityin classAbstractExpressionAnalyzer
-
getOperatorMap
- Specified by:
getOperatorMapin classAbstractExpressionAnalyzer
-