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

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

public class ExpressionFieldVariable
extends ExpressionText

This expression represent a bound field. Right now it only acts as a Text expression

See Also:
Serialized Form

Constructor Summary
protected ExpressionFieldVariable()
           
  ExpressionFieldVariable(String name)
           
 
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

ExpressionFieldVariable

protected ExpressionFieldVariable()

ExpressionFieldVariable

public ExpressionFieldVariable(String name)
Method Detail

accept

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


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