Package | Description |
---|---|
org.jboss.byteman.rule.expression |
Modifier and Type | Class | Description |
---|---|---|
class |
ArrayExpression |
an expression which identifies an array reference.
|
class |
DollarExpression |
an expression which refers either to a builtin variable or to a bound parameter of the
triggering method for an ECA rule.
|
class |
FieldExpression |
an expression which identifies an instance field reference
|
class |
StaticExpression |
an expression which identifies a static field reference
|
class |
Variable |
an expression which identifies a variable occurring either as an LVALUE on the LHS of an event
binding in the rule's event or as an RVALUE mentioned in the RHS of an event binding or in thre
rule's conditon or action.
|
Modifier and Type | Method | Description |
---|---|---|
static AssignableExpression |
ExpressionHelper.createAssignableExpression(Rule rule,
Bindings bindings,
ParseNode exprTree,
Type type) |
|
static AssignableExpression |
ExpressionHelper.createFieldExpression(Rule rule,
Bindings bindings,
ParseNode fieldTree,
ParseNode targetTree,
Type type) |
Constructor | Description |
---|---|
AssignExpression(Rule rule,
ParseNode token,
AssignableExpression left,
Expression right) |
Copyright © 2018. All rights reserved.