org.owasp.orizon.core
Class Keyword

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

public class Keyword
extends AbstractCore


Field Summary
 
Fields inherited from class org.owasp.orizon.O
base64, hasName, initialized, line_start, line_stop, log, reduced, what
 
Constructor Summary
Keyword()
           
 
Method Summary
 java.lang.String toXML()
           
 
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

Keyword

public Keyword()
Method Detail

toXML

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