public class TagsParser extends Object implements TagsParserConstants
| Modifier and Type | Field and Description |
|---|---|
Token |
jj_nt
Next token.
|
Token |
token
Current token.
|
TagsParserTokenManager |
token_source
Generated Token Manager.
|
ASTERISK, AUTHOR, CLOSEBRACE, CODE, DEFAULT, DEPRECATED, DOCROOT, EOF, EXCEPTION, IDENTIFIER, INHERITDOC, LETTER, LINK, LINKPLAIN, LITERAL, NAMECHAR, OPENBRACE, OPERATION, PARAM, PART_LETTER, RETURN, SEE, SERIAL, SERIALDATA, SERIALFIELD, SINCE, THROWS, tokenImage, VALUE, VERSION, WORD| Constructor and Description |
|---|
TagsParser(InputStream stream)
Constructor with InputStream.
|
TagsParser(InputStream stream,
String encoding)
Constructor with InputStream and supplied encoding
|
TagsParser(Reader stream)
Constructor.
|
TagsParser(TagsParserTokenManager tm)
Constructor with generated Token Manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
blocks(List<JavadocTag> tags) |
String |
blockTag() |
String |
description(List<JavadocTag> tags) |
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.
|
String |
IDBlockTag() |
String |
inlineDescription() |
String |
inlines(List<JavadocTag> tags) |
String |
inlineTag() |
List<JavadocTag> |
javadoc() |
List<JavadocTag> |
main(String[] args) |
String |
namespace() |
String |
NSInlineDescription() |
String |
NSInlineTag() |
static List<JavadocTag> |
parse(InputStream aInSt) |
void |
ReInit(InputStream stream)
Reinitialise.
|
void |
ReInit(InputStream stream,
String encoding)
Reinitialise.
|
void |
ReInit(Reader stream)
Reinitialise.
|
void |
ReInit(TagsParserTokenManager tm)
Reinitialise.
|
public TagsParserTokenManager token_source
public Token token
public Token jj_nt
public TagsParser(InputStream stream)
public TagsParser(InputStream stream, String encoding)
public TagsParser(Reader stream)
public TagsParser(TagsParserTokenManager tm)
public static List<JavadocTag> parse(InputStream aInSt) throws ParseException
ParseExceptionpublic List<JavadocTag> main(String[] args) throws ParseException, FileNotFoundException
ParseExceptionFileNotFoundExceptionpublic final List<JavadocTag> javadoc() throws ParseException
ParseExceptionpublic final String inlineTag() throws ParseException
ParseExceptionpublic final String blockTag() throws ParseException
ParseExceptionpublic final String IDBlockTag() throws ParseException
ParseExceptionpublic final String NSInlineTag() throws ParseException
ParseExceptionpublic final String description(List<JavadocTag> tags) throws ParseException
ParseExceptionpublic final String inlines(List<JavadocTag> tags) throws ParseException
ParseExceptionpublic final String namespace() throws ParseException
ParseExceptionpublic final void blocks(List<JavadocTag> tags) throws ParseException
ParseExceptionpublic final String inlineDescription() throws ParseException
ParseExceptionpublic final String NSInlineDescription() throws ParseException
ParseExceptionpublic void ReInit(InputStream stream)
public void ReInit(InputStream stream, String encoding)
public void ReInit(Reader stream)
public void ReInit(TagsParserTokenManager tm)
public final Token getNextToken()
public final Token getToken(int index)
public ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Copyright © 2015. All rights reserved.