Package | Description |
---|---|
eu.bandm.tools.tpath.absy |
Abstract syntax of the tpath language, realized as a umod model.
|
Modifier and Type | Class and Description |
---|---|
static class |
TPath.And |
static class |
TPath.AxisSpecifier |
static class |
TPath.BinaryExpr |
static class |
TPath.Comment |
static class |
TPath.ComparisonExpr |
static class |
TPath.Div |
static class |
TPath.Eq |
static class |
TPath.EqualityExpr |
static class |
TPath.Expr |
static class |
TPath.Filter |
static class |
TPath.FunctionCall |
static class |
TPath.Geq |
static class |
TPath.Gt |
static class |
TPath.Leq |
static class |
TPath.Literal |
static class |
TPath.LogicalExpr |
static class |
TPath.Lt |
static class |
TPath.Minus |
static class |
TPath.Mod |
static class |
TPath.Mult |
static class |
TPath.NameTest |
static class |
TPath.Neg |
static class |
TPath.Neq |
static class |
TPath.Node |
static class |
TPath.Number |
static class |
TPath.NumericExpr |
static class |
TPath.Or |
static class |
TPath.Paren |
static class |
TPath.PathExpr |
static class |
TPath.Plus |
static class |
TPath.ProcessingInstruction |
static class |
TPath.Root |
static class |
TPath.Step |
static class |
TPath.Test |
static class |
TPath.Text |
static class |
TPath.TypeTest |
static class |
TPath.UnaryExpr |
static class |
TPath.Union |
static class |
TPath.ValueExpr |
static class |
TPath.VariableReference |
Modifier and Type | Field and Description |
---|---|
static Function<TPath.Item,Location<XMLDocumentIdentifier>> |
TPath.Item.get_location
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends TPath.Item> |
TPath.Rewriter.breakLoop(T e0) |
Modifier and Type | Method and Description |
---|---|
TPath.Item |
TPath.Item.doclone() |
TPath.Item |
TPath.__SAX_Parser.fill_Item(Object res) |
TPath.Item |
TPath.Item.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TPath.Item |
TPath.__SAX_Parser.matchSAX_Item() |
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(TPath.Item e0) |
protected void |
TPath.Rewriter.action(TPath.Item e0) |
protected void |
TPath.Visitor.action(TPath.Item e0) |
protected void |
TPath.__Formatter.action(TPath.Item el) |
void |
TPath.__SAX_Writer.action(TPath.Item e0) |
protected void |
TPath.Visitor.descend(TPath.Item e0) |
void |
TPath.__SAX_Parser.XMLPARSER_Item.fillFields(TPath.Item newobj) |
void |
TPath.MATCH_ONLY_00.match(TPath.Item e0) |
protected void |
TPath.Visitor.post(TPath.Item e0) |
protected void |
TPath.Visitor.pre(TPath.Item e0) |
protected void |
TPath.Rewriter.rewriteFields(TPath.Item clone) |
protected Format |
TPath.__Formatter.toFormat(TPath.Item el) |
see also the complete user documentation .