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

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

public class ExpressionCollection
extends ExpressionPart

See Also:
Serialized Form

Constructor Summary
ExpressionCollection(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.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

ExpressionCollection

public ExpressionCollection(String name,
                            String classType,
                            String genericType,
                            String parametricType)
Method Detail

accept

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


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