org.jboss.annotation.factory.ast
Class ASTSingleMemberValue
java.lang.Object
org.jboss.annotation.factory.ast.SimpleNode
org.jboss.annotation.factory.ast.ASTSingleMemberValue
- All Implemented Interfaces:
- Node
public class ASTSingleMemberValue
- extends SimpleNode
ASTSingleMemberValue
public ASTSingleMemberValue(int id)
ASTSingleMemberValue
public ASTSingleMemberValue(AnnotationParser p,
int id)
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 visitordata
- 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
getValue
public ASTMemberValue getValue()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.