org.drools.ide.common.client.modeldriven.brl
Class ExpressionCollectionIndex

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ExpressionPart
      extended by org.drools.ide.common.client.modeldriven.brl.ExpressionMethod
          extended by org.drools.ide.common.client.modeldriven.brl.ExpressionCollectionIndex
All Implemented Interfaces:
Serializable, ExpressionVisitable, IAction, IPattern, PortableObject

public class ExpressionCollectionIndex
extends ExpressionMethod

See Also:
Serialized Form

Constructor Summary
protected ExpressionCollectionIndex()
           
  ExpressionCollectionIndex(String name, String returnClassType, String returnGenericType)
           
  ExpressionCollectionIndex(String name, String classType, String genericType, String parametricType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.ExpressionMethod
getParams, paramsToString, putParam, setParams
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.ExpressionPart
getClassType, getGenericType, getName, getNext, getParametricType, getPrevious, setNext, setPrevious, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionCollectionIndex

protected ExpressionCollectionIndex()

ExpressionCollectionIndex

public ExpressionCollectionIndex(String name,
                                 String classType,
                                 String genericType,
                                 String parametricType)

ExpressionCollectionIndex

public ExpressionCollectionIndex(String name,
                                 String returnClassType,
                                 String returnGenericType)
Method Detail

accept

public void accept(ExpressionVisitor visitor)
Specified by:
accept in interface ExpressionVisitable
Overrides:
accept in class ExpressionMethod


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.