Uses of Class
com.randomnoun.common.jexl.ast.TopLevelExpression
Packages that use TopLevelExpression
Package
Description
-
Uses of TopLevelExpression in com.randomnoun.common.jexl
Methods in com.randomnoun.common.jexl that return TopLevelExpressionModifier and TypeMethodDescriptionstatic TopLevelExpression
ExpressionUtil.stringToExpression
(String expressionString) Convert Java expression String to a TopLevelExpressionMethods in com.randomnoun.common.jexl with parameters of type TopLevelExpressionModifier and TypeMethodDescriptionstatic String
ExpressionUtil.expressionToString
(TopLevelExpression expression) Convert TopLevelExpression to a Java expression String -
Uses of TopLevelExpression in com.randomnoun.common.jexl.eval
Methods in com.randomnoun.common.jexl.eval with parameters of type TopLevelExpressionModifier and TypeMethodDescriptionEvaluator.visit
(TopLevelExpression n, EvalContext context) Evaluate a TopLevelExpression node. -
Uses of TopLevelExpression in com.randomnoun.common.jexl.parser
Methods in com.randomnoun.common.jexl.parser that return TopLevelExpression -
Uses of TopLevelExpression in com.randomnoun.common.jexl.sql
Methods in com.randomnoun.common.jexl.sql with parameters of type TopLevelExpressionModifier and TypeMethodDescriptionSqlGenerator.visit
(TopLevelExpression n, EvalContext context) Convert a TopLevelExpression node to it's SQL representation. -
Uses of TopLevelExpression in com.randomnoun.common.jexl.visitor
Methods in com.randomnoun.common.jexl.visitor with parameters of type TopLevelExpressionModifier and TypeMethodDescriptionvoid
DepthFirstVisitor.visit
(TopLevelExpression n) expression -> Expression() nodeToken -> <EOF>GJDepthFirst.visit
(TopLevelExpression n, A argu) expression -> Expression() nodeToken -> <EOF>GJNoArguDepthFirst.visit
(TopLevelExpression n) expression -> Expression() nodeToken -> <EOF>GJNoArguVisitor.visit
(TopLevelExpression n) expression -> Expression() nodeToken -> <EOF>GJVisitor.visit
(TopLevelExpression n, A argu) expression -> Expression() nodeToken -> <EOF>void
GJVoidDepthFirst.visit
(TopLevelExpression n, A argu) expression -> Expression() nodeToken -> <EOF>void
GJVoidVisitor.visit
(TopLevelExpression n, A argu) expression -> Expression() nodeToken -> <EOF>void
TreeFormatter.visit
(TopLevelExpression n) expression -> Expression() nodeToken -> <EOF>void
Visitor.visit
(TopLevelExpression n) expression -> Expression() nodeToken -> <EOF> -
Uses of TopLevelExpression in com.randomnoun.common.security.impl
Methods in com.randomnoun.common.security.impl that return TopLevelExpressionModifier and TypeMethodDescriptionstatic TopLevelExpression
ResourceCriteriaImpl.stringToExpression
(String expressionString) Convert Java expression String to a TopLevelExpression