public class Insertion extends Expression
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
static Function<Insertion,Expression> |
get_on
Deprecated.
Use new '::' method reference instead.
|
protected Expression |
on
Generated by umod; model author's documentation MISSING.
|
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirstsget_location, locationformat| Constructor and Description |
|---|
Insertion(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Insertion(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
Insertion |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC. |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
Expression |
get_on()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC. |
Insertion |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
Insertion |
with_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(Insertion e0) |
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirstsget_location, set_locationprotected static final int BASE_HASH
protected Expression on
Expression(never null)@Deprecated public static final Function<Insertion,Expression> get_on
public Insertion(Location<XMLDocumentIdentifier> location, Expression on)
location - is copied to field Expr0.locationon - is copied to field onpublic Insertion(Expression on)
on - is copied to field onpublic Insertion doclone()
Cloneable is known to
be implemented.doclone in class Expressionpublic static String getFormatHint()
$prior 100 ('@'on)
('@('on')') public Format format()
format in interface Formattableformat in class Expressionpublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(Insertion e0)
public int hashCode()
ALGEBRAIC.public Insertion initFrom(Object o0)
initFrom in class Expressionpublic Expression get_on()
Expression(never
null)public Insertion with_on(Expression val)
val - the new value of type Expression(never null)onsee also the complete user documentation .