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

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
getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getStartCharacter, getText, readExternal, setEndCharacter, setEndLocation, setLocation, 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-2013 JBoss Inc.. All Rights Reserved.