org.codehaus.backport175.compiler.parser.ast
Class ASTKeyValuePair

java.lang.Object
  extended by org.codehaus.backport175.compiler.parser.ast.SimpleNode
      extended by org.codehaus.backport175.compiler.parser.ast.ASTKeyValuePair
All Implemented Interfaces:
Node

public class ASTKeyValuePair
extends SimpleNode


Field Summary
 
Fields inherited from class org.codehaus.backport175.compiler.parser.ast.SimpleNode
children, id, parent, parser
 
Constructor Summary
ASTKeyValuePair(AnnotationParser p, int id)
           
ASTKeyValuePair(int id)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.Object jjtAccept(AnnotationParserVisitor visitor, java.lang.Object data)
          Accept the visitor.
 void setKey(java.lang.String key)
           
 
Methods inherited from class org.codehaus.backport175.compiler.parser.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

ASTKeyValuePair

public ASTKeyValuePair(int id)

ASTKeyValuePair

public ASTKeyValuePair(AnnotationParser p,
                       int id)
Method Detail

jjtAccept

public java.lang.Object jjtAccept(AnnotationParserVisitor visitor,
                                  java.lang.Object data)
Description copied from class: SimpleNode
Accept the visitor. *

Specified by:
jjtAccept in interface Node
Overrides:
jjtAccept in class SimpleNode

setKey

public void setKey(java.lang.String key)

getKey

public java.lang.String getKey()