Expression |
NameEngine.get(Name name) |
Expression |
NameEngine.get(String name)
Returns the expression associated to the name given as parameter.
|
Expression |
ParameterSpec.getDefault() |
Expression |
ParameterSpecs.getParameterDefault(String parameterName) |
Expression |
Protocol.getParameterDefault(String parameterName) |
Expression |
NameEngine.getPossiblyNull(String name) |
(package private) static Expression |
BitField.newExpression(IrpParser.BitfieldContext ctx) |
static Expression |
Expression.newExpression(IrpParser.ExpressionContext ctx) |
static Expression |
TwoPartExpression.newExpression(IrpParser.ExpressionContext ctx) |
static Expression |
ThreePartExpression.newExpression(IrpParser.ExpressionContext ctx) |
(package private) static Expression |
Expression.newExpression(IrpParser.Para_expressionContext para_expressionContext) |
static Expression |
Expression.newExpression(long value) |
(package private) static Expression |
NameExpression.newExpression(Name name) |
static Expression |
Expression.newExpression(ParserDriver parserDriver) |
static Expression |
TwoPartExpression.newExpression(org.antlr.v4.runtime.tree.ParseTree ctx,
char operator,
IrpParser.ExpressionContext expression) |
static Expression |
Expression.newExpression(org.antlr.v4.runtime.tree.ParseTree original,
IrpParser.ExpressionContext ctx) |
static Expression |
ThreePartExpression.newExpression(org.antlr.v4.runtime.tree.ParseTree ctx,
IrpParser.ExpressionContext left,
String operator,
IrpParser.ExpressionContext right) |
(package private) static Expression |
NameExpression.newExpression(org.antlr.v4.runtime.tree.ParseTree original,
IrpParser.NameContext nameContext) |
(package private) static Expression |
Expression.newExpression(org.antlr.v4.runtime.tree.ParseTree ctx,
IrpParser.Para_expressionContext para_expressionContext) |
(package private) static Expression |
PrimaryItemExpression.newExpression(org.antlr.v4.runtime.tree.ParseTree original,
IrpParser.Primary_itemContext ctx) |
static Expression |
OnePartExpression.newExpression(org.antlr.v4.runtime.tree.ParseTree ctx,
org.antlr.v4.runtime.tree.ParseTree child) |
static Expression |
TwoPartExpression.newExpression(org.antlr.v4.runtime.tree.ParseTree ctx,
org.antlr.v4.runtime.tree.ParseTree first,
org.antlr.v4.runtime.tree.ParseTree second) |
(package private) static Expression |
PrimaryItemExpression.newExpression(PrimaryItem primaryItem) |
static Expression |
Expression.newExpression(String str) |
static Expression |
Expression.newExpressionEOF(ParserDriver parserDriver) |
static Expression |
Expression.newExpressionEOF(String str)
Construct an Expression by parsing the argument.
|