Uses of Class
com.scriptbasic.executors.operators.AbstractBinaryOperator
Packages that use AbstractBinaryOperator
-
Uses of AbstractBinaryOperator in com.scriptbasic.executors.operators
Subclasses of AbstractBinaryOperator in com.scriptbasic.executors.operatorsModifier and TypeClassDescriptionclassclassclassAbstractBinaryFullCircuitNumericOperator<T extends Number>classThis class is extended by the operator classes that implement an operation that evaluates both operand.classclassclassclassGenerates a string concatenation of two expressions.classclassclassclassclassclassThis is the highest priority operator (priority 1) that is used to access a field of an object.classclassclassclassclassclassclassclassclassclassclassclass -
Uses of AbstractBinaryOperator in com.scriptbasic.syntax.expression
Methods in com.scriptbasic.syntax.expression that return types with arguments of type AbstractBinaryOperatorModifier and TypeMethodDescriptionprotected abstract Map<String, Class<? extends AbstractBinaryOperator>> AbstractExpressionAnalyzer.getOperatorMap(Integer priority) protected Map<String, Class<? extends AbstractBinaryOperator>> BasicExpressionAnalyzer.getOperatorMap(Integer priority)