Uses of Interface
org.apache.felix.gogo.runtime.Expression.Token
Packages that use Expression.Token
-
Uses of Expression.Token in org.apache.felix.gogo.runtime
Classes in org.apache.felix.gogo.runtime that implement Expression.TokenModifier and TypeClassDescriptionclassMarker class for assignment operators.classclassclassclassAbstract definition of a supported expression function.classclassAbstract definition of a supported operator.classFields in org.apache.felix.gogo.runtime with type parameters of type Expression.TokenModifier and TypeFieldDescriptionprivate List<Expression.Token>Expression.rpnThe cached RPN (Reverse Polish Notation) of the expression.Methods in org.apache.felix.gogo.runtime that return types with arguments of type Expression.TokenModifier and TypeMethodDescriptionprivate List<Expression.Token>Expression.getRPN()Cached access to the RPN notation of this expression, ensures only one calculation of the RPN per expression instance.private List<Expression.Token>Expression.shuntingYard(String expression) Implementation of the Shunting Yard algorithm to transform an infix expression to a RPN expression.