Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.css.parser
Class ASTFunction  view ASTFunction download ASTFunction.java

java.lang.Object
  extended bycom.port80.eclipse.css.parser.SimpleNode
      extended bycom.port80.eclipse.css.parser.CSSNode
          extended bycom.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:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode