Class ExpressionMethodParameter
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ExpressionPart
-
- org.drools.workbench.models.datamodel.rule.ExpressionMethodParameter
-
- All Implemented Interfaces:
ExpressionVisitable,IAction,IPattern
public class ExpressionMethodParameter extends ExpressionPart
ExpressionPart representing a ExpressionMethod parameter
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
name
-
-
Constructor Summary
Constructors Constructor Description ExpressionMethodParameter()ExpressionMethodParameter(String name, String classType, String genericType)ExpressionMethodParameter(String name, String classType, String genericType, String parametricType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExpressionVisitor visitor)voidsetText(String text)-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
equals, getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, hashCode, setNext, setPrevious, toString
-
-
-
-
Method Detail
-
setText
public void setText(String text)
-
accept
public void accept(ExpressionVisitor visitor)
- Specified by:
acceptin interfaceExpressionVisitable- Overrides:
acceptin classExpressionPart
-
-