public class Seq extends GrMult
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
static Function<Seq,Boolean> |
get_istight
Deprecated.
Use new '::' method reference instead.
|
static Function<Seq,CheckedList<Expression>> |
get_on
Deprecated.
Use new '::' method reference instead.
|
protected boolean |
istight
Generated by umod; model author's documentation MISSING.
|
protected CheckedList<Expression> |
on
Generated by umod; model author's documentation MISSING.
|
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirsts
get_location, location
format
Constructor and Description |
---|
Seq(boolean istight)
Synthetic minimal constructor provided by the umod compiler.
|
Seq(Location<XMLDocumentIdentifier> location,
boolean istight)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Seq(Location<XMLDocumentIdentifier> location,
CheckedList<Expression> on,
boolean istight)
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) |
Seq |
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.
|
boolean |
get_istight()
Generated by umod; model author's documentation MISSING.
|
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 . |
Seq |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
Seq |
with_istight(boolean val)
Generated by umod; model author's documentation MISSING.
|
Seq |
with_on(CheckedList<Expression> val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(Seq e0) |
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirsts
get_location, set_location
protected static final int BASE_HASH
protected CheckedList<Expression> on
CheckedList
<Expression
(never
null)>(never null)@Deprecated public static final Function<Seq,CheckedList<Expression>> get_on
protected boolean istight
get_istight()
,
with_istight(boolean)
@Deprecated public static final Function<Seq,Boolean> get_istight
public Seq(Location<XMLDocumentIdentifier> location, boolean istight)
location
- is copied to field Expr0.location
istight
- is copied to field istight
public Seq(Location<XMLDocumentIdentifier> location, CheckedList<Expression> on, boolean istight)
location
- is copied to field Expr0.location
on
- is copied to field on
istight
- is copied to field istight
public Seq(boolean istight)
istight
- is copied to field istight
public Seq doclone()
Cloneable
is known to
be implemented.public static String getFormatHint()
$prior 40 (on[,$switch
istight{false:', ',true:' ~ '},]) ('('on[,$switch istight{false:', ',true:'
~ '},]')')
public Format format()
format
in interface Formattable
format
in class GrMult
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(Seq e0)
public int hashCode()
ALGEBRAIC
.public Seq initFrom(Object o0)
public CheckedList<Expression> get_on()
CheckedList
<Expression
(never
null)>(never null)public Seq with_on(CheckedList<Expression> val)
val
- the new value of type CheckedList
<Expression
(never
null)>(never null)on
public void descend_on(MATCH_ONLY_00 visitor)
public boolean get_istight()
public Seq with_istight(boolean val)
val
- the new value of type boolean(never null)istight
see also the complete user documentation .