org.apache.tomcat.util.http.parser
Class AstSubType
java.lang.Object
org.apache.tomcat.util.http.parser.SimpleNode
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.
Methods inherited from class org.apache.tomcat.util.http.parser.SimpleNode |
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString |
AstSubType
public AstSubType(int id)
AstSubType
public AstSubType(HttpParser p,
int id)
toString
public String toString()
- Overrides:
toString
in class SimpleNode
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.