Apache Tomcat 7.0.32

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

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

public class AstType
extends SimpleNode

Represents a type as per section 3.7 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
AstType(HttpParser p, int id)
           
AstType(int id)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.tomcat.util.http.parser.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AstType

public AstType(int id)

AstType

public AstType(HttpParser p,
               int id)
Method Detail

toString

public String toString()
Overrides:
toString in class SimpleNode

Apache Tomcat 7.0.32

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