JBoss MetaData Repository 2.2.0.SP1

org.jboss.annotation.factory.ast
Class ASTMemberValuePair

java.lang.Object
  extended by org.jboss.annotation.factory.ast.SimpleNode
      extended by org.jboss.annotation.factory.ast.ASTMemberValuePair
All Implemented Interfaces:
Node

public class ASTMemberValuePair
extends SimpleNode


Field Summary
 
Fields inherited from class org.jboss.annotation.factory.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTMemberValuePair(AnnotationParser p, int id)
           
ASTMemberValuePair(int id)
           
 
Method Summary
 ASTIdentifier getIdentifier()
           
 ASTMemberValue getValue()
           
 Object jjtAccept(AnnotationParserVisitor visitor, Object data)
          Accept the visitor.
 void jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.
 
Methods inherited from class org.jboss.annotation.factory.ast.SimpleNode
childrenAccept, dump, 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

ASTMemberValuePair

public ASTMemberValuePair(int id)

ASTMemberValuePair

public ASTMemberValuePair(AnnotationParser p,
                          int id)
Method Detail

jjtAccept

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

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode
Parameters:
visitor - the visitor
data - the data
Returns:
?

jjtAddChild

public void jjtAddChild(Node n,
                        int i)
Description copied from interface: Node
This method tells the node to add its argument to the node's list of children.

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

getIdentifier

public ASTIdentifier getIdentifier()

getValue

public ASTMemberValue getValue()

JBoss MetaData Repository 2.2.0.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.