org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser
Class ASTFieldName

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.SimpleNode
      extended by org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.ASTFieldName
All Implemented Interfaces:
Node

public class ASTFieldName
extends SimpleNode


Field Summary
 
Fields inherited from class org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.SimpleNode
children, first, id, last, parent, parser
 
Constructor Summary
ASTFieldName(int id)
           
ASTFieldName(JSParser20 p, int id)
           
 
Method Summary
 java.lang.Object jjtAccept(JSParser20Visitor visitor, java.lang.Object data)
          Accept the visitor.
 
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.javascript.javascript20parser.SimpleNode
childrenAccept, dump, getFirstToken, getLastToken, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTFieldName

public ASTFieldName(int id)

ASTFieldName

public ASTFieldName(JSParser20 p,
                    int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(JSParser20Visitor visitor,
                                  java.lang.Object data)
Accept the visitor.

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.