public class Alt extends GrMult
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
static Function<Alt,CheckedList<Expression>> |
get_on
Deprecated.
Use new '::' method reference instead.
|
protected CheckedList<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 |
|---|
Alt()
Synthetic minimal constructor provided by the umod compiler.
|
Alt(Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Alt(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
| Modifier and Type | Method and Description |
|---|---|
void |
descend_on(MATCH_ONLY_00 visitor) |
Alt |
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.
|
CheckedList<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. |
Alt |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
Alt |
with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(Alt 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 CheckedList<Expression> on
CheckedList<Expression(never
null)>(never null)@Deprecated public static final Function<Alt,CheckedList<Expression>> get_on
public Alt(Location<XMLDocumentIdentifier> location)
location - is copied to field Expr0.locationpublic Alt(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on)
location - is copied to field Expr0.locationon - is copied to field onpublic Alt()
public Alt doclone()
Cloneable is known to
be implemented.public static String getFormatHint()
$prior 30 1 (on[,' | ',])
('('on[,' | ',]')') public Format format()
format in interface Formattableformat in class GrMultpublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(Alt e0)
public int hashCode()
ALGEBRAIC.public Alt initFrom(Object o0)
public CheckedList<Expression> get_on()
CheckedList<Expression(never
null)>(never null)public Alt with_on(CheckedList<Expression> val)
val - the new value of type CheckedList<Expression(never
null)>(never null)onpublic void descend_on(MATCH_ONLY_00 visitor)
see also the complete user documentation .