Class ExpressionCollectionIndex
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ExpressionPart
-
- org.drools.workbench.models.datamodel.rule.ExpressionMethod
-
- org.drools.workbench.models.datamodel.rule.ExpressionCollectionIndex
-
- All Implemented Interfaces:
ExpressionVisitable,IAction,IPattern
public class ExpressionCollectionIndex extends ExpressionMethod
-
-
Field Summary
-
Fields inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
name
-
-
Constructor Summary
Constructors Constructor Description ExpressionCollectionIndex()ExpressionCollectionIndex(String name, String returnClassType, String returnGenericType)ExpressionCollectionIndex(String name, String classType, String genericType, String parametricType)
-
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.ExpressionMethod
equals, getOrderedParams, getParameterDataType, getParams, hashCode, putParam, setParams
-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ExpressionPart
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toString
-
-
-
-
Method Detail
-
accept
public void accept(ExpressionVisitor visitor)
- Specified by:
acceptin interfaceExpressionVisitable- Overrides:
acceptin classExpressionMethod
-
-