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 TypeClassDescriptionclassclass which represents a rule action comprising a void expressionclassclass which represents a rule condition comprising a boolean expressionclassclass 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 TypeClassDescriptionclassClass 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 TypeClassDescriptionclassA binary arithmetic operator expressionclassan expression which identifies an array reference.classCreated by adinn on 27/05/15.classan expression which can appear on the left hand side of an assignment expression as well as in any other expression context.classA binary string concatenation operator expressionclassbinary operators includes arithmetic and comparison operatorsclassA binary arithmetic operator expressionclassA binary arithmetic operator expressionclassA binary logical operator expressionclassClas modelling a class literal of the form foo.bar.baz.Mumble.classclassA binary comparison operator expressionclassexpression representing a ternary conditional evaluation (cond ? if_expr : else_expr)classan expression which refers either to a builtin variable or to a bound parameter of the triggering method for an ECA rule.classabstract class representing an evaluable expression.classan expression which identifies an instance field referenceclassclassA binary logical operator expressionclassan expression which identifies a method invocationclassclassExpression which implements a new operation.classclassan expression which identifies a null valueclassclassgeneric operator expression subsumes unary, binary and ternary operatorsclassA plus operator expression which handles the case where we do not know the type of the first operand.classA return expression which is used in a rule action to cause a return from the rule trigger method, supplying a return value where appropriate.classA binary arithmetic operator expressionclassan expression which identifies a static field referenceclassan expression which identifies a character string.classA binary string concatenation operator expressionclassternary operators includes conditional evaluation operator 'cond ? if_expr : else_expr'classExpression 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 declaredclassclassunary operators includes boolean NOT and arithmetic TWIDDLE n.b.classan 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.