public class MetadataParser extends BaseMetaTagParser implements MetadataTokenTypes
Modifier and Type | Field and Description |
---|---|
static String[] |
_tokenNames |
static antlr.collections.impl.BitSet |
_tokenSet_0 |
static antlr.collections.impl.BitSet |
_tokenSet_1 |
static antlr.collections.impl.BitSet |
_tokenSet_2 |
static antlr.collections.impl.BitSet |
_tokenSet_3 |
static antlr.collections.impl.BitSet |
_tokenSet_4 |
static antlr.collections.impl.BitSet |
_tokenSet_5 |
static antlr.collections.impl.BitSet |
_tokenSet_6 |
asDocDelegate
astFactory, inputState, returnAST, tokenNames, tokenTypeToASTClassMap, traceDepth
EOF, HIDDEN_TOKEN_DIGIT, HIDDEN_TOKEN_HEX_DIGIT, HIDDEN_TOKEN_ID_FIRST, HIDDEN_TOKEN_LETTER, HIDDEN_TOKEN_NEWLINE, NULL_TREE_LOOKAHEAD, TOKEN_ACCESSIBILITY_KEYWORD, TOKEN_ALTERNATIVE_KEYWORD, TOKEN_ARRAYELEMENTTYPE_KEYWORD, TOKEN_ASDOC_COMMENT, TOKEN_ATTR_ARRAY_TYPE, TOKEN_ATTR_CATEGORY, TOKEN_ATTR_DEFAULT_VALUE, TOKEN_ATTR_ENUM, TOKEN_ATTR_ENV, TOKEN_ATTR_EVENT, TOKEN_ATTR_FORMAT, TOKEN_ATTR_IMPLEMENTATION, TOKEN_ATTR_INHERITS, TOKEN_ATTR_NAME, TOKEN_ATTR_STATES, TOKEN_ATTR_TYPE, TOKEN_ATTR_UNKNOWN, TOKEN_ATTR_VARIABLE, TOKEN_ATTR_VERBOSE, TOKEN_BINDABLE_KEYWORD, TOKEN_CLOSE_BRACE, TOKEN_CLOSE_PAREN, TOKEN_DEFAULTPROPERTY_KEYWORD, TOKEN_EFFECT_KEYWORD, TOKEN_EMBED_KEYWORD, TOKEN_EQUALS, TOKEN_EVENT_KEYWORD, TOKEN_HOST_COMPONENT_KEYWORD, TOKEN_ICONFILE_KEYWORD, TOKEN_ID, TOKEN_INSPECTABLE_KEYWORD, TOKEN_INSTANCETYPE_KEYWORD, TOKEN_NAME, TOKEN_NONCOMMITTINGCHANGE_KEYWORD, TOKEN_NUMBER, TOKEN_OPEN_BRACE, TOKEN_OPEN_PAREN, TOKEN_RESOURCEBUNDLE_KEYWORD, TOKEN_SKIN_STATES_KEYWORD, TOKEN_SKINCLASS_KEYWORD, TOKEN_STATES_KEYWORD, TOKEN_STRING, TOKEN_STYLE_KEYWORD, TOKEN_UNKNOWN_KEYWORD, TOKEN_VALUE
Modifier | Constructor and Description |
---|---|
|
MetadataParser(antlr.ParserSharedInputState state) |
|
MetadataParser(antlr.TokenBuffer tokenBuf) |
protected |
MetadataParser(antlr.TokenBuffer tokenBuf,
int k) |
|
MetadataParser(antlr.TokenStream lexer) |
protected |
MetadataParser(antlr.TokenStream lexer,
int k) |
Modifier and Type | Method and Description |
---|---|
AccessibilityTagNode |
accessibilityClass(MetaTagsNode parent) |
AlternativeTagNode |
alternative(MetaTagsNode parent) |
void |
asDocComment() |
DefaultPropertyTagNode |
defaultproperty(MetaTagsNode parent) |
EffectTagNode |
effect(MetaTagsNode parent) |
EventTagNode |
event(MetaTagsNode parent) |
EventTriggerTagNode |
eventTrigger(MetaTagsNode parent) |
String |
eventTriggerSet() |
InspectableTagNode |
inspectable(MetaTagsNode parent) |
void |
meta(MetaTagsNode parent) |
MultiValueMetaTagNode |
multiValue(MetaTagsNode parent) |
String |
mvSet() |
MetaTagNode |
other(MetaTagsNode parent) |
ResourceBundleTagNode |
resourcebundle(MetaTagsNode parent) |
SkinClassTagNode |
skinClass(MetaTagsNode parent) |
StyleTagNode |
style(MetaTagsNode parent) |
TypedTagNode |
typedTag(MetaTagsNode parent) |
String |
typedTagSet() |
void |
unknownProperty(MetaTagNode node) |
void |
unknownTypeAttribute(MetaTagNode node) |
afterTag, build, getText, handleComment, parse, reportError, resetComments, setASDocDelegate
addMessageListener, addParserListener, addParserMatchListener, addParserTokenListener, addSemanticPredicateListener, addSyntacticPredicateListener, addTraceListener, consumeUntil, consumeUntil, defaultDebuggingSetup, getAST, getASTFactory, getFilename, getInputState, getTokenName, getTokenNames, getTokenTypeToASTClassMap, isDebugMode, mark, match, match, matchNot, panic, recover, removeMessageListener, removeParserListener, removeParserMatchListener, removeParserTokenListener, removeSemanticPredicateListener, removeSyntacticPredicateListener, removeTraceListener, reportError, reportWarning, rewind, setASTFactory, setASTNodeClass, setASTNodeType, setDebugMode, setFilename, setIgnoreInvalidDebugCalls, setInputState, setTokenBuffer, traceIndent
public static final String[] _tokenNames
public static final antlr.collections.impl.BitSet _tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_2
public static final antlr.collections.impl.BitSet _tokenSet_3
public static final antlr.collections.impl.BitSet _tokenSet_4
public static final antlr.collections.impl.BitSet _tokenSet_5
public static final antlr.collections.impl.BitSet _tokenSet_6
protected MetadataParser(antlr.TokenBuffer tokenBuf, int k)
public MetadataParser(antlr.TokenBuffer tokenBuf)
protected MetadataParser(antlr.TokenStream lexer, int k)
public MetadataParser(antlr.TokenStream lexer)
public MetadataParser(antlr.ParserSharedInputState state)
public final void meta(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void asDocComment() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final EventTagNode event(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final EffectTagNode effect(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final StyleTagNode style(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final EventTriggerTagNode eventTrigger(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final TypedTagNode typedTag(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final InspectableTagNode inspectable(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final DefaultPropertyTagNode defaultproperty(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final AccessibilityTagNode accessibilityClass(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final MultiValueMetaTagNode multiValue(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final SkinClassTagNode skinClass(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final AlternativeTagNode alternative(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final ResourceBundleTagNode resourcebundle(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final MetaTagNode other(MetaTagsNode parent) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void unknownProperty(MetaTagNode node) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final String eventTriggerSet() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final String typedTagSet() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final String mvSet() throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
public final void unknownTypeAttribute(MetaTagNode node) throws antlr.RecognitionException, antlr.TokenStreamException
antlr.RecognitionException
antlr.TokenStreamException
Copyright © 2016 The Apache Software Foundation. All rights reserved.