| Package | Description |
|---|---|
| org.sweble.wikitext.lazy.parser |
| Modifier and Type | Method and Description |
|---|---|
ParserScopes |
LazyParserState.getScope() |
ParserScopes |
LazyParserContext.getScope() |
static ParserScopes |
ParserScopes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserScopes[] |
ParserScopes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LazyParserContext.addStickingScope(ParserScopes scope) |
boolean |
LazyParserState.inScope(ParserScopes scope) |
void |
LazyParserState.setScope(ParserScopes scope) |
void |
LazyParserContext.setScope(ParserScopes scope) |
Copyright © 2010-2012 University of Erlangen-Nürnberg - Open Source Research Group. All Rights Reserved.