Package | Description |
---|---|
eu.bandm.tools.tpath.absy |
Abstract syntax of the tpath language, realized as a umod model.
|
eu.bandm.tools.tpath.runtime |
Infrastructure for evaluating tpath expressions.
|
Modifier and Type | Class and Description |
---|---|
static class |
TPath.Comment |
static class |
TPath.NameTest |
static class |
TPath.Node |
static class |
TPath.ProcessingInstruction |
static class |
TPath.Text |
static class |
TPath.TypeTest |
Modifier and Type | Field and Description |
---|---|
protected TPath.Test |
TPath.Step.test |
Modifier and Type | Field and Description |
---|---|
static Function<TPath.Step,TPath.Test> |
TPath.Step.get_test
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
TPath.Test |
TPath.Test.doclone() |
TPath.Test |
TPath.__SAX_Parser.fill_Test(Object res) |
TPath.Test |
TPath.Step.get_test() |
TPath.Test |
TPath.Test.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TPath.Test |
TPath.__SAX_Parser.matchSAX_Test() |
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(TPath.Test e0) |
protected void |
TPath.Rewriter.action(TPath.Test e0) |
protected void |
TPath.Visitor.action(TPath.Test e0) |
protected void |
TPath.__Formatter.action(TPath.Test el) |
void |
TPath.__SAX_Writer.action(TPath.Test e0) |
protected void |
TPath.Visitor.descend(TPath.Test e0) |
void |
TPath.__SAX_Parser.XMLPARSER_Test.fillFields(TPath.Test newobj) |
void |
TPath.MATCH_ONLY_00.match(TPath.Test e0) |
protected void |
TPath.Visitor.post(TPath.Test e0) |
protected void |
TPath.Visitor.pre(TPath.Test e0) |
protected void |
TPath.Rewriter.rewriteFields(TPath.Test clone) |
boolean |
TPath.Step.set_test(TPath.Test val) |
protected Format |
TPath.__Formatter.toFormat(TPath.Test el) |
Constructor and Description |
---|
Step(TPath.AxisSpecifier axis,
TPath.Test test) |
Step(TPath.Expr base,
TPath.AxisSpecifier axis,
TPath.Test test) |
Modifier and Type | Method and Description |
---|---|
protected NodeSet<N> |
SimpleInterpreter.step(Context<N> context,
TPath.AxisSpecifier axis,
TPath.Test test,
List<TPath.Expr> predicates) |
protected void |
SimpleInterpreter.Visitor.test(TPath.Test x) |
see also the complete user documentation .