org.owasp.orizon.dusk.parser
Class APPLIES_TO

java.lang.Object
  extended by org.owasp.orizon.dusk.parser.Token
      extended by org.owasp.orizon.dusk.parser.APPLIES_TO
All Implemented Interfaces:
DuskConstants, Node

public class APPLIES_TO
extends Token


Field Summary
 
Fields inherited from interface org.owasp.orizon.dusk.parser.DuskConstants
APPLIES_TO, BEGIN, C_LANG, CLASS, COMMAND, CONTAIN, DEFAULT, DESC, DESCRIPTION, END, ENGINE, ENGINENAME, EOF, FIELD, FILENAME, FOUND, HEADER, IS, ISLIKE, JAVA_LANG, JERICHO, KEYWORD, LANG, LIKE, METHOD, NAME, nodeNames, NOUN, OPT_START, PHP_LANG, QUIT, QUITCOMMAND, RECIPE, RULE, RULE_START, RULEBODY, SIMPLESTATEMENT, tokenImage, TWILIGHT, VERB
 
Constructor Summary
APPLIES_TO(int kind, java.lang.String image)
           
 
Method Summary
 
Methods inherited from class org.owasp.orizon.dusk.parser.Token
addChild, addChild, clearChildren, close, getAttribute, getAttributeNames, getBeginColumn, getBeginLine, getChild, getChildCount, getEndColumn, getEndLine, getId, getInputSource, getNormalizedText, getParent, getRawText, hasAttribute, indexOf, isUnparsed, newToken, open, removeChild, removeChild, setAttribute, setBeginColumn, setBeginLine, setChild, setEndColumn, setEndLine, setInputSource, setParent, setUnparsed, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

APPLIES_TO

public APPLIES_TO(int kind,
                  java.lang.String image)