| Package | Description |
|---|---|
| org.sweble.wikitext.engine | |
| org.sweble.wikitext.engine.ext.core | |
| org.sweble.wikitext.engine.ext.parser_functions |
| Modifier and Type | Method and Description |
|---|---|
PfnArgumentMode |
ParserFunctionBase.getArgMode() |
static PfnArgumentMode |
PfnArgumentMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PfnArgumentMode[] |
PfnArgumentMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ParserFunctionBase(PfnArgumentMode argMode,
boolean pageSwitch,
String id)
For un-marshaling only.
|
ParserFunctionBase(PfnArgumentMode argMode,
String id)
For un-marshaling only.
|
ParserFunctionBase(WikiConfig wikiConfig,
PfnArgumentMode argMode,
boolean pageSwitch,
String id) |
ParserFunctionBase(WikiConfig wikiConfig,
PfnArgumentMode argMode,
String id) |
| Constructor and Description |
|---|
CorePfnFunction(PfnArgumentMode argMode,
String name)
For un-marshaling only.
|
CorePfnFunction(WikiConfig wikiConfig,
PfnArgumentMode argMode,
String name) |
CorePfnVariable(PfnArgumentMode argMode,
String name)
For un-marshaling only.
|
CorePfnVariable(WikiConfig wikiConfig,
PfnArgumentMode argMode,
String name) |
| Constructor and Description |
|---|
ParserFunctionsExtPfn(PfnArgumentMode argMode,
String name)
For un-marshaling only.
|
ParserFunctionsExtPfn(WikiConfig wikiConfig,
PfnArgumentMode argMode,
String name) |
Copyright © 2010–2018 University of Erlangen-Nürnberg - Open Source Research Group. All rights reserved.