Class ExpressionFieldVariable
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ExpressionPart
-
- org.drools.workbench.models.datamodel.rule.ExpressionText
-
- org.drools.workbench.models.datamodel.rule.ExpressionFieldVariable
-
- All Implemented Interfaces:
ExpressionVisitable,IAction,IPattern
public class ExpressionFieldVariable extends ExpressionText
This expression represent a bound field.
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
name
-
-
Constructor Summary
Constructors Constructor Description ExpressionFieldVariable()ExpressionFieldVariable(String name, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExpressionVisitor visitor)-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionText
setText
-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
equals, getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, hashCode, setNext, setPrevious, toString
-
-
-
-
Method Detail
-
accept
public void accept(ExpressionVisitor visitor)
- Specified by:
acceptin interfaceExpressionVisitable- Overrides:
acceptin classExpressionText
-
-