org.jboss.annotation.factory.ast
Class ASTIdentifier
java.lang.Object
org.jboss.annotation.factory.ast.SimpleNode
org.jboss.annotation.factory.ast.ASTMemberValue
org.jboss.annotation.factory.ast.ASTIdentifier
- All Implemented Interfaces:
- Node
public class ASTIdentifier
- extends ASTMemberValue
Methods inherited from class org.jboss.annotation.factory.ast.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
ASTIdentifier
public ASTIdentifier(int id)
ASTIdentifier
public ASTIdentifier(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 ASTMemberValue
- Parameters:
visitor
- the visitordata
- the data
- Returns:
- ?
getValue
public String getValue()
setValue
public void setValue(String value)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.