Uses of Class
org.harctoolbox.irp.Expression
Packages that use Expression
-
Uses of Expression in org.harctoolbox.irp
Fields in org.harctoolbox.irp declared as ExpressionModifier and TypeFieldDescriptionstatic final ExpressionExpression.FALSEstatic final ExpressionExpression.TRUEMethods in org.harctoolbox.irp that return ExpressionModifier 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 ExpressionExpression.newExpression(long value) static ExpressionExpression.newExpression(String str) static ExpressionExpression.newExpression(org.antlr.v4.runtime.tree.ParseTree original, IrpParser.ExpressionContext ctx) static ExpressionExpression.newExpression(IrpParser.ExpressionContext ctx) static ExpressionExpression.newExpression(ParserDriver parserDriver) static ExpressionExpression.newExpressionEOF(String str) Construct an Expression by parsing the argument.static ExpressionExpression.newExpressionEOF(ParserDriver parserDriver) Methods in org.harctoolbox.irp that return types with arguments of type ExpressionMethods in org.harctoolbox.irp with parameters of type ExpressionConstructors in org.harctoolbox.irp with parameters of type ExpressionModifierConstructorDescriptionAssignment(Name name, Expression expression) ParameterSpec(String name, boolean memory, long min, long max, Expression deflt) PreferOver(String name, Expression predicate)