|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.remoting.annotationparser.AnnotationParser
public class AnnotationParser
Field Summary | |
---|---|
Token |
jj_nt
Next token. |
Token |
token
Current token. |
AnnotationParserTokenManager |
token_source
Generated Token Manager. |
Constructor Summary | |
---|---|
AnnotationParser(AnnotationParserTokenManager tm)
Constructor with generated Token Manager. |
|
AnnotationParser(InputStream stream)
Constructor with InputStream. |
|
AnnotationParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding |
|
AnnotationParser(Reader stream)
Constructor. |
|
AnnotationParser(String fileName)
|
Method Summary | |
---|---|
Annotation |
Annotation()
|
AnnotationsUnit |
AnnotationsUnit()
|
BooleanLiteral |
BooleanLiteral()
|
ClassOrInterfaceType |
ClassOrInterfaceType()
|
void |
disable_tracing()
Disable tracing. |
void |
enable_tracing()
Enable tracing. |
ParseException |
generateParseException()
Generate ParseException. |
Token |
getNextToken()
Get the next Token. |
Token |
getToken(int index)
Get the specific Token. |
Literal |
Literal()
|
static void |
main(String[] args)
|
MarkerAnnotation |
MarkerAnnotation()
|
MemberValue |
MemberValue()
|
MemberValueArrayInitializer |
MemberValueArrayInitializer()
|
MemberValuePair |
MemberValuePair()
|
MemberValuePairs |
MemberValuePairs()
|
Name |
Name()
|
NormalAnnotation |
NormalAnnotation()
|
NullLiteral |
NullLiteral()
|
PrimitiveType |
PrimitiveType()
|
void |
ReInit(AnnotationParserTokenManager tm)
Reinitialise. |
void |
ReInit(InputStream stream)
Reinitialise. |
void |
ReInit(InputStream stream,
String encoding)
Reinitialise. |
void |
ReInit(Reader stream)
Reinitialise. |
SingleMemberAnnotation |
SingleMemberAnnotation()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public AnnotationParserTokenManager token_source
public Token token
public Token jj_nt
Constructor Detail |
---|
public AnnotationParser(String fileName)
public AnnotationParser(InputStream stream)
public AnnotationParser(InputStream stream, String encoding)
public AnnotationParser(Reader stream)
public AnnotationParser(AnnotationParserTokenManager tm)
Method Detail |
---|
public static void main(String[] args)
public final AnnotationsUnit AnnotationsUnit() throws ParseException
ParseException
public final PrimitiveType PrimitiveType() throws ParseException
ParseException
public final Name Name() throws ParseException
ParseException
public final Literal Literal() throws ParseException
ParseException
public final BooleanLiteral BooleanLiteral() throws ParseException
ParseException
public final NullLiteral NullLiteral() throws ParseException
ParseException
public final Annotation Annotation() throws ParseException
ParseException
public final NormalAnnotation NormalAnnotation() throws ParseException
ParseException
public final MarkerAnnotation MarkerAnnotation() throws ParseException
ParseException
public final SingleMemberAnnotation SingleMemberAnnotation() throws ParseException
ParseException
public final MemberValuePairs MemberValuePairs() throws ParseException
ParseException
public final MemberValuePair MemberValuePair() throws ParseException
ParseException
public final MemberValue MemberValue() throws ParseException
ParseException
public final ClassOrInterfaceType ClassOrInterfaceType() throws ParseException
ParseException
public final MemberValueArrayInitializer MemberValueArrayInitializer() throws ParseException
ParseException
public void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(AnnotationParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |