Apache Tomcat 7.0.27

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

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

public class AstSubType
extends SimpleNode

Represents a sub-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
AstSubType(HttpParser p, int id)
           
AstSubType(int id)
           
 
Method Summary
 java.lang.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

AstSubType

public AstSubType(int id)

AstSubType

public AstSubType(HttpParser p,
                  int id)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class SimpleNode

Apache Tomcat 7.0.27

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