| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.shady |
Shady - experimental POSH-like engine.
|
| Modifier and Type | Method and Description |
|---|---|
ParseException |
ShadyParser.generateParseException()
Generate ParseException.
|
| Modifier and Type | Method and Description |
|---|---|
IArgument |
ShadyParser.arg() |
List<IArgument> |
ShadyParser.args() |
NodeCall |
ShadyParser.call() |
NodeElement |
ShadyParser.element() |
String |
ShadyParser.name() |
ShadeNode |
ShadyParser.node() |
protected static Character |
ArgString.parseStringCharacter(StringBuilder sb)
Extract the StringCharacter from the sb and return it.
|
protected static String |
ArgString.parseStringLiteral(String escaped)
Take the escaped string, parse it and return the unescaped value.
|
ShadeTree |
ShadyParser.plan() |
IQuery |
ShadyParser.priority() |
QueryCall |
ShadyParser.queryCall() |
IQuery |
ShadyParser.trigger() |
static String |
ArgString.unescape(String escapedString)
Get unescaped version of passed string.
|
IQuery |
ShadyParser.value() |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.