Uses of Class
org.jboss.byteman.rule.expression.AssignableExpression
-
Packages that use AssignableExpression Package Description org.jboss.byteman.rule.expression -
-
Uses of AssignableExpression in org.jboss.byteman.rule.expression
Subclasses of AssignableExpression in org.jboss.byteman.rule.expression Modifier and Type Class Description classArrayExpressionan expression which identifies an array reference.classDollarExpressionan expression which refers either to a builtin variable or to a bound parameter of the triggering method for an ECA rule.classFieldExpressionan expression which identifies an instance field referenceclassStaticExpressionan expression which identifies a static field referenceclassVariablean 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.Fields in org.jboss.byteman.rule.expression declared as AssignableExpression Modifier and Type Field Description private AssignableExpressionFieldExpression. indirectStaticprivate AssignableExpressionAssignExpression. lhsMethods in org.jboss.byteman.rule.expression that return AssignableExpression Modifier and Type Method Description static AssignableExpressionExpressionHelper. createAssignableExpression(Rule rule, Bindings bindings, ParseNode exprTree, Type type)static AssignableExpressionExpressionHelper. createFieldExpression(Rule rule, Bindings bindings, ParseNode fieldTree, ParseNode targetTree, Type type)Constructors in org.jboss.byteman.rule.expression with parameters of type AssignableExpression Constructor Description AssignExpression(Rule rule, ParseNode token, AssignableExpression left, Expression right)
-