public class XmlRepresentationFilter extends antlr.TreeParser implements XmlRepresentationFilterTokenTypes, ANTLRFilter
| Modifier and Type | Field and Description | 
|---|---|
| static String[] | _tokenNames | 
_retTree, astFactory, ASTNULL, inputState, returnAST, tokenNames, traceDepthACTION, Alternative, ARG_ACTION, ASSIGN, BANG, CARET, CHAR_LITERAL, CharSet, ClassDef, CLOSE_ELEMENT_OPTION, COLON, COMMA, COMMENT, DIGIT, DOC_COMMENT, Element, EOF, ESC, Grammar, IMPLIES, INT, INTERNAL_RULE_REF, LastInRule, LITERAL_catch, LITERAL_charVocabulary, LITERAL_class, LITERAL_exception, LITERAL_extends, LITERAL_header, LITERAL_lexclass, LITERAL_Lexer, LITERAL_options, LITERAL_Parser, LITERAL_private, LITERAL_protected, LITERAL_public, LITERAL_returns, LITERAL_throws, LITERAL_tokens, LITERAL_TreeParser, LPAREN, ML_COMMENT, NESTED_ACTION, NESTED_ARG_ACTION, NOT_OP, NULL_TREE_LOOKAHEAD, OPEN_ELEMENT_OPTION, OPTIONS, OR, PLUS, QUESTION, RANGE, RCURLY, RPAREN, Rule, RULE_REF, SEMI, SEMPRED, SL_COMMENT, STAR, STRING_LITERAL, SuperClass, TOKEN_REF, TOKENS, TokensSpecOptions, TREE_BEGIN, WILDCARD, WS, WS_LOOP, WS_OPT, XDIGIT| Constructor and Description | 
|---|
| XmlRepresentationFilter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | alternative(antlr.collections.AST _t) | 
| void | ast_type_spec(antlr.collections.AST _t) | 
| void | block(antlr.collections.AST _t) | 
| void | charSet(antlr.collections.AST _t) | 
| void | classDef(antlr.collections.AST _t) | 
| void | ebnf(antlr.collections.AST _t) | 
| void | element(antlr.collections.AST _t) | 
| void | elementNoOptionSpec(antlr.collections.AST _t) | 
| void | elementOptionSpec(antlr.collections.AST _t) | 
| void | exceptionGroup(antlr.collections.AST _t) | 
| void | exceptionHandler(antlr.collections.AST _t) | 
| void | exceptionSpec(antlr.collections.AST _t) | 
| void | exceptionSpecNoLabel(antlr.collections.AST _t) | 
| void | fileOptionsSpec(antlr.collections.AST _t) | 
| String | getFilename() | 
| void | grammar(antlr.collections.AST _t) | 
| void | id(antlr.collections.AST _t) | 
| void | lexerOptionsSpec(antlr.collections.AST _t) | 
| void | lexerSpec(antlr.collections.AST _t) | 
| void | notTerminal(antlr.collections.AST _t) | 
| void | optionValue(antlr.collections.AST _t) | 
| void | parserOptionsSpec(antlr.collections.AST _t) | 
| void | parserSpec(antlr.collections.AST _t) | 
| void | qualifiedID(antlr.collections.AST _t) | 
| void | range(antlr.collections.AST _t) | 
| void | rootNode(antlr.collections.AST _t) | 
| void | rule(antlr.collections.AST _t) | 
| void | ruleOptionsSpec(antlr.collections.AST _t) | 
| void | rules(antlr.collections.AST _t) | 
| void | setBlockElement(antlr.collections.AST _t) | 
| void | setFilename(String filename) | 
| void | subruleOptionsSpec(antlr.collections.AST _t) | 
| void | superClass(antlr.collections.AST _t) | 
| void | terminal(antlr.collections.AST _t) | 
| void | tokensSpec(antlr.collections.AST _t) | 
| void | tokensSpecOptions(antlr.collections.AST _t) | 
| void | tree(antlr.collections.AST _t) | 
| void | treeParserOptionsSpec(antlr.collections.AST _t) | 
| void | treeParserSpec(antlr.collections.AST _t) | 
getAST, getASTFactory, getTokenName, getTokenNames, match, match, matchNot, panic, reportError, reportError, reportWarning, setASTFactory, setASTNodeClass, setASTNodeType, traceIn, traceIndent, traceOutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetASTpublic static final String[] _tokenNames
public void setFilename(String filename)
public String getFilename()
public final void fileOptionsSpec(antlr.collections.AST _t)
                           throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void id(antlr.collections.AST _t)
              throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void optionValue(antlr.collections.AST _t)
                       throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void parserOptionsSpec(antlr.collections.AST _t)
                             throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void parserSpec(antlr.collections.AST _t)
                      throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void superClass(antlr.collections.AST _t)
                      throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void tokensSpec(antlr.collections.AST _t)
                      throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void lexerSpec(antlr.collections.AST _t)
                     throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void lexerOptionsSpec(antlr.collections.AST _t)
                            throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void treeParserSpec(antlr.collections.AST _t)
                          throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void treeParserOptionsSpec(antlr.collections.AST _t)
                                 throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void rule(antlr.collections.AST _t)
                throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void ruleOptionsSpec(antlr.collections.AST _t)
                           throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void block(antlr.collections.AST _t)
                 throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void exceptionGroup(antlr.collections.AST _t)
                          throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void grammar(antlr.collections.AST _t)
                   throws antlr.RecognitionException
grammar in interface ANTLRFilterantlr.RecognitionExceptionpublic final void classDef(antlr.collections.AST _t)
                    throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void rules(antlr.collections.AST _t)
                 throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void charSet(antlr.collections.AST _t)
                   throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void subruleOptionsSpec(antlr.collections.AST _t)
                              throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void qualifiedID(antlr.collections.AST _t)
                       throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void setBlockElement(antlr.collections.AST _t)
                           throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void tokensSpecOptions(antlr.collections.AST _t)
                             throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void alternative(antlr.collections.AST _t)
                       throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void element(antlr.collections.AST _t)
                   throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void exceptionSpecNoLabel(antlr.collections.AST _t)
                                throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void exceptionSpec(antlr.collections.AST _t)
                         throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void exceptionHandler(antlr.collections.AST _t)
                            throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void elementNoOptionSpec(antlr.collections.AST _t)
                               throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void elementOptionSpec(antlr.collections.AST _t)
                             throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void range(antlr.collections.AST _t)
                 throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void terminal(antlr.collections.AST _t)
                    throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void notTerminal(antlr.collections.AST _t)
                       throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void ebnf(antlr.collections.AST _t)
                throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void tree(antlr.collections.AST _t)
                throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void rootNode(antlr.collections.AST _t)
                    throws antlr.RecognitionException
antlr.RecognitionExceptionpublic final void ast_type_spec(antlr.collections.AST _t)
                         throws antlr.RecognitionException
antlr.RecognitionExceptionsee also the complete user documentation .