org.jboss.annotation.factory.ast
Class ASTAnnotation
java.lang.Object
org.jboss.annotation.factory.ast.SimpleNode
org.jboss.annotation.factory.ast.ASTMemberValue
org.jboss.annotation.factory.ast.ASTAnnotation
- All Implemented Interfaces:
- Node
public class ASTAnnotation
- extends ASTMemberValue
| Methods inherited from class org.jboss.annotation.factory.ast.SimpleNode |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
ASTAnnotation
public ASTAnnotation(int id)
ASTAnnotation
public ASTAnnotation(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:
- ?
getIdentifier
public String getIdentifier()
setIdentifier
public void setIdentifier(String identifier)
Copyright © 2008 JBoss Inc.. All Rights Reserved.