org.drools.lang.descr
Class VariableDescr

java.lang.Object
  extended by org.drools.lang.descr.BaseDescr
      extended by org.drools.lang.descr.VariableDescr
All Implemented Interfaces:
Externalizable, Serializable, Namespaceable

public class VariableDescr
extends BaseDescr

See Also:
Serialized Form

Constructor Summary
VariableDescr(String identifier)
           
 
Method Summary
 String getIdentifier()
           
 
Methods inherited from class org.drools.lang.descr.BaseDescr
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableDescr

public VariableDescr(String identifier)
Method Detail

getIdentifier

public String getIdentifier()


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