org.jcoderz.phoenix.sqlparser
Class SpecialStatementComment

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

public final class SpecialStatementComment
extends Object

Author:
Albrecht Messner

Field Summary
static int TYPE_BEAN_NAME
           
static int TYPE_JAVADOC
           
static int TYPE_OPTIMISTIC_VERSION_COUNT
           
static int TYPE_SKIP_APPSERVER_SUPPORT
           
 
Method Summary
 String getContent()
           
 int getType()
           
static SpecialStatementComment parseComment(Token t)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_BEAN_NAME

public static final int TYPE_BEAN_NAME
See Also:
Constant Field Values

TYPE_JAVADOC

public static final int TYPE_JAVADOC
See Also:
Constant Field Values

TYPE_OPTIMISTIC_VERSION_COUNT

public static final int TYPE_OPTIMISTIC_VERSION_COUNT
See Also:
Constant Field Values

TYPE_SKIP_APPSERVER_SUPPORT

public static final int TYPE_SKIP_APPSERVER_SUPPORT
See Also:
Constant Field Values
Method Detail

toString

public String toString()

Overrides:
toString in class Object

parseComment

public static SpecialStatementComment parseComment(Token t)
                                            throws ParseException
Throws:
ParseException

getContent

public String getContent()
Returns:
Returns the content of this special comment.

getType

public int getType()


Copyright 2007 The jCoderZ Project.