org.drools.workbench.models.datamodel.rule
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
| Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart |
name |
| Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart |
equals, getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, hashCode, setNext, setPrevious, toString |
ExpressionMethodParameter
public ExpressionMethodParameter()
ExpressionMethodParameter
public ExpressionMethodParameter(String name,
String classType,
String genericType)
ExpressionMethodParameter
public ExpressionMethodParameter(String name,
String classType,
String genericType,
String parametricType)
setText
public void setText(String text)
accept
public void accept(ExpressionVisitor visitor)
- Specified by:
accept in interface ExpressionVisitable- Overrides:
accept in class ExpressionPart
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.