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