|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> css >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.port80.eclipse.css.parser
Class ASTFunction

java.lang.Objectcom.port80.eclipse.css.parser.SimpleNode
com.port80.eclipse.css.parser.CSSNode
com.port80.eclipse.css.parser.ASTFunction
- All Implemented Interfaces:
- Node
- public class ASTFunction
- extends CSSNode
| Field Summary |
| Fields inherited from class com.port80.eclipse.css.parser.CSSNode |
fFirstToken, fLastToken, fText |
| Fields inherited from class com.port80.eclipse.css.parser.SimpleNode |
children, id, parent, parser |
| Constructor Summary | |
ASTFunction(CSSParser p,
int id)
|
|
ASTFunction(int id)
|
|
| Method Summary | |
java.lang.Object |
jjtAccept(CSSParserVisitor visitor,
java.lang.Object data)
Accept the visitor. |
| Methods inherited from class com.port80.eclipse.css.parser.CSSNode |
getText, setText, toString, toString |
| Methods inherited from class com.port80.eclipse.css.parser.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
ASTFunction
public ASTFunction(int id)
ASTFunction
public ASTFunction(CSSParser p, int id)
| Method Detail |
jjtAccept
public java.lang.Object jjtAccept(CSSParserVisitor visitor, java.lang.Object data)
- Accept the visitor.
- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
|
|||||||||
| Home >> All >> com >> port80 >> eclipse >> css >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC