org.jcoderz.phoenix.sqlparser
Class SpecialAnnotationComment

java.lang.Object
  extended by org.jcoderz.phoenix.sqlparser.SpecialAnnotationComment

public class SpecialAnnotationComment
extends Object

Author:
Albrecht Messner

Field Summary
static String MAGIC
           
 
Constructor Summary
SpecialAnnotationComment()
           
 
Method Summary
 String getAnnotation()
           
 void parseComment(Token t)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAGIC

public static final String MAGIC
See Also:
Constant Field Values
Constructor Detail

SpecialAnnotationComment

public SpecialAnnotationComment()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

parseComment

public final void parseComment(Token t)

getAnnotation

public String getAnnotation()


Copyright 2007 The jCoderZ Project.