org.owasp.orizon.core
Class Variable

java.lang.Object
  extended by org.owasp.orizon.O
      extended by org.owasp.orizon.core.AbstractCore
          extended by org.owasp.orizon.core.Variable

Deprecated.

public class Variable
extends AbstractCore

Author:
thesp0nge

Field Summary
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, initialized, line_start, line_stop, log, reduced, what
 
Constructor Summary
Variable()
          Deprecated.  
 
Method Summary
 java.lang.String getLocalMethod()
          Deprecated.  
 boolean setIsField(boolean value)
          Deprecated.  
 void setLocalMethod(java.lang.String methodName)
          Deprecated.  
 java.lang.String toXML()
          Deprecated.  
 
Methods inherited from class org.owasp.orizon.core.AbstractCore
addModifier, getModifiers, getName, getType, hasModifier, hasModifier, modifiers2String, readXmlNode, setName, setType
 
Methods inherited from class org.owasp.orizon.O
clone, getStartLine, getStopLine, isCompatible, isInitialized, setStartLine, setStopLine, trackThis
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Variable

public Variable()
Deprecated. 
Method Detail

setIsField

public boolean setIsField(boolean value)
Deprecated. 

setLocalMethod

public void setLocalMethod(java.lang.String methodName)
Deprecated. 

getLocalMethod

public java.lang.String getLocalMethod()
Deprecated. 

toXML

public java.lang.String toXML()
Deprecated. 
Specified by:
toXML in class AbstractCore