Apache Tomcat 7.0.28

org.apache.tomcat.util.http.parser
Class AstValue

java.lang.Object
  extended by org.apache.tomcat.util.http.parser.SimpleNode
      extended by org.apache.tomcat.util.http.parser.AstValue
All Implemented Interfaces:
Node

public class AstValue
extends SimpleNode

Represents a value as per section 3.6 of RFC 2616. Originally generated by JJTree.


Field Summary
 
Fields inherited from class org.apache.tomcat.util.http.parser.SimpleNode
children, id, parent, parser, value
 
Constructor Summary
AstValue(HttpParser p, int id)
           
AstValue(int id)
           
 
Method Summary
 Object jjtGetValue()
           
 String toString()
           
 
Methods inherited from class org.apache.tomcat.util.http.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, jjtSetValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstValue

public AstValue(int id)

AstValue

public AstValue(HttpParser p,
                int id)
Method Detail

jjtGetValue

public Object jjtGetValue()
Specified by:
jjtGetValue in interface Node
Overrides:
jjtGetValue in class SimpleNode

toString

public String toString()
Overrides:
toString in class SimpleNode

Apache Tomcat 7.0.28

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.