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

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

public class ASTAttributeExpression
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
ASTAttributeExpression(int id)
           
ASTAttributeExpression(JSParser20 p, int id)
           
 
Method Summary
 Object jjtAccept(JSParser20Visitor visitor, 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

ASTAttributeExpression

public ASTAttributeExpression(int id)

ASTAttributeExpression

public ASTAttributeExpression(JSParser20 p,
                              int id)
Method Detail

jjtAccept

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

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


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.