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

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

public class ExpressionGlobalVariable
extends ExpressionPart

See Also:
Serialized Form

Constructor Summary
protected ExpressionGlobalVariable()
           
  ExpressionGlobalVariable(String name, String classType, String genericType)
           
  ExpressionGlobalVariable(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

ExpressionGlobalVariable

protected ExpressionGlobalVariable()

ExpressionGlobalVariable

public ExpressionGlobalVariable(String name,
                                String classType,
                                String genericType)

ExpressionGlobalVariable

public ExpressionGlobalVariable(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-2012 JBoss by Red Hat. All Rights Reserved.