org.jboss.annotation.factory.ast
Class ASTChar

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

public class ASTChar
extends ASTMemberValue


Field Summary
 
Fields inherited from class org.jboss.annotation.factory.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTChar(AnnotationParser p, int id)
           
ASTChar(int id)
           
 
Method Summary
 char getValue()
           
 Object jjtAccept(AnnotationParserVisitor visitor, Object data)
          Accept the visitor.
 void setValue(String val)
           
 
Methods inherited from class org.jboss.annotation.factory.ast.SimpleNode
childrenAccept, dump, jjtAddChild, 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

ASTChar

public ASTChar(int id)

ASTChar

public ASTChar(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 ASTMemberValue
Parameters:
visitor - the visitor
data - the data
Returns:
?

setValue

public void setValue(String val)

getValue

public char getValue()


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