Drools Guvnor - Common Model 6.0.0.Beta1

org.drools.guvnor.models.commons.shared.rule
Class ExpressionText

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.rule.ExpressionPart
      extended by org.drools.guvnor.models.commons.shared.rule.ExpressionText
All Implemented Interfaces:
ExpressionVisitable, IAction, IPattern
Direct Known Subclasses:
ExpressionFieldVariable

public class ExpressionText
extends ExpressionPart


Constructor Summary
ExpressionText()
           
ExpressionText(String name)
           
ExpressionText(String name, String classType, String genericType)
           
 
Method Summary
 void accept(ExpressionVisitor visitor)
           
 
Methods inherited from class org.drools.guvnor.models.commons.shared.rule.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

ExpressionText

public ExpressionText()

ExpressionText

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

ExpressionText

public ExpressionText(String name)
Method Detail

accept

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

Drools Guvnor - Common Model 6.0.0.Beta1

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