|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.http.parser.SimpleNode org.apache.tomcat.util.http.parser.AstValue
public class AstValue
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 |
---|
public AstValue(int id)
public AstValue(HttpParser p, int id)
Method Detail |
---|
public Object jjtGetValue()
jjtGetValue
in interface Node
jjtGetValue
in class SimpleNode
public String toString()
toString
in class SimpleNode
|
Apache Tomcat 7.0.28 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |