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.And |
static class |
TPath.ComparisonExpr |
static class |
TPath.Div |
static class |
TPath.Eq |
static class |
TPath.EqualityExpr |
static class |
TPath.Filter |
static class |
TPath.Geq |
static class |
TPath.Gt |
static class |
TPath.Leq |
static class |
TPath.LogicalExpr |
static class |
TPath.Lt |
static class |
TPath.Minus |
static class |
TPath.Mod |
static class |
TPath.Mult |
static class |
TPath.Neq |
static class |
TPath.NumericExpr |
static class |
TPath.Or |
static class |
TPath.Plus |
static class |
TPath.Union |
Modifier and Type | Field and Description |
---|---|
static Function<TPath.BinaryExpr,TPath.Expr> |
TPath.BinaryExpr.get_left
Deprecated.
Use new '::' method reference instead.
|
static Function<TPath.BinaryExpr,TPath.Expr> |
TPath.BinaryExpr.get_right
Deprecated.
Use new '::' method reference instead.
|
Modifier and Type | Method and Description |
---|---|
TPath.BinaryExpr |
TPath.BinaryExpr.doclone() |
TPath.BinaryExpr |
TPath.__SAX_Parser.fill_BinaryExpr(Object res) |
TPath.BinaryExpr |
TPath.BinaryExpr.initFrom(Object o0)
Copies values of all common fields from the argument.
|
TPath.BinaryExpr |
TPath.__SAX_Parser.matchSAX_BinaryExpr() |
Modifier and Type | Method and Description |
---|---|
protected void |
TPath.MATCH_ONLY_00.action(TPath.BinaryExpr e0) |
protected void |
TPath.Rewriter.action(TPath.BinaryExpr e0) |
protected void |
TPath.Visitor.action(TPath.BinaryExpr e0) |
protected void |
TPath.__Formatter.action(TPath.BinaryExpr el) |
void |
TPath.__SAX_Writer.action(TPath.BinaryExpr e0) |
protected void |
TPath.Visitor.descend(TPath.BinaryExpr e0) |
void |
TPath.__SAX_Writer.dumpfields(TPath.BinaryExpr e0) |
void |
TPath.__SAX_Parser.XMLPARSER_BinaryExpr.fillFields(TPath.BinaryExpr newobj) |
void |
TPath.MATCH_ONLY_00.match(TPath.BinaryExpr e0) |
void |
TPath.__SAX_Parser.XMLPARSER_BinaryExpr.parsefields(TPath.BinaryExpr newobj) |
protected void |
TPath.Visitor.post(TPath.BinaryExpr e0) |
protected void |
TPath.Visitor.pre(TPath.BinaryExpr e0) |
protected void |
TPath.Rewriter.rewriteFields(TPath.BinaryExpr clone) |
protected Format |
TPath.__Formatter.toFormat(TPath.BinaryExpr el) |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleInterpreter.Visitor.op(TPath.BinaryExpr x,
BiFunction<Value<N>,Value<N>,Value<N>> op) |
see also the complete user documentation .