Uses of Class
org.jboss.byteman.rule.RuleElement
Packages that use RuleElement
Package
Description
-
Uses of RuleElement in org.jboss.byteman.rule
Subclasses of RuleElement in org.jboss.byteman.ruleModifier and TypeClassDescriptionclass
class which represents a rule action comprising a void expressionclass
class which represents a rule condition comprising a boolean expressionclass
class which represents a rule event comprising of a set of abstract bindings of event variables to evaluable expressions. -
Uses of RuleElement in org.jboss.byteman.rule.binding
Subclasses of RuleElement in org.jboss.byteman.rule.bindingModifier and TypeClassDescriptionclass
Class used to store a binding of a named variable to a value of some given type -
Uses of RuleElement in org.jboss.byteman.rule.expression
Subclasses of RuleElement in org.jboss.byteman.rule.expressionModifier and TypeClassDescriptionclass
A binary arithmetic operator expressionclass
an expression which identifies an array reference.class
Created by adinn on 27/05/15.class
an expression which can appear on the left hand side of an assignment expression as well as in any other expression context.class
A binary string concatenation operator expressionclass
binary operators includes arithmetic and comparison operatorsclass
A binary arithmetic operator expressionclass
A binary arithmetic operator expressionclass
A binary logical operator expressionclass
Clas modelling a class literal of the form foo.bar.baz.Mumble.classclass
A binary comparison operator expressionclass
expression representing a ternary conditional evaluation (cond ? if_expr : else_expr)class
an expression which refers either to a builtin variable or to a bound parameter of the triggering method for an ECA rule.class
abstract class representing an evaluable expression.class
an expression which identifies an instance field referenceclass
class
A binary logical operator expressionclass
an expression which identifies a method invocationclass
class
Expression which implements a new operation.class
class
an expression which identifies a null valueclass
class
generic operator expression subsumes unary, binary and ternary operatorsclass
A plus operator expression which handles the case where we do not know the type of the first operand.class
A return expression which is used in a rule action to cause a return from the rule trigger method, supplying a return value where appropriate.class
A binary arithmetic operator expressionclass
an expression which identifies a static field referenceclass
an expression which identifies a character string.class
A binary string concatenation operator expressionclass
ternary operators includes conditional evaluation operator 'cond ? if_expr : else_expr'class
Expression which implements a throw from a rule action but only where the thrown exception is declared by the trigger method or is a runtime exception which does nto need ot be declaredclass
class
unary operators includes boolean NOT and arithmetic TWIDDLE n.b.class
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.