Uses of Class
org.harctoolbox.irp.Expression
-
Uses of Expression in org.harctoolbox.irp
Modifier and TypeFieldDescriptionstatic final Expression
Expression.FALSE
static final Expression
Expression.TRUE
Modifier and TypeMethodDescriptionReturns the expression associated to the name given as parameter.ParameterSpec.getDefault()
ParameterSpecs.getParameterDefault
(String parameterName) Protocol.getParameterDefault
(String parameterName) NameEngine.getPossiblyNull
(String name) static Expression
Expression.newExpression
(long value) static Expression
Expression.newExpression
(String str) static Expression
Expression.newExpression
(org.antlr.v4.runtime.tree.ParseTree original, IrpParser.ExpressionContext ctx) static Expression
Expression.newExpression
(IrpParser.ExpressionContext ctx) static Expression
Expression.newExpression
(ParserDriver parserDriver) static Expression
Expression.newExpressionEOF
(String str) Construct an Expression by parsing the argument.static Expression
Expression.newExpressionEOF
(ParserDriver parserDriver) ModifierConstructorDescriptionAssignment
(Name name, Expression expression) ParameterSpec
(String name, boolean memory, long min, long max, Expression deflt) PreferOver
(String name, Expression predicate)