public abstract class GrUnary extends Expression
Modifier and Type | Field and Description |
---|---|
static Function<GrUnary,Boolean> |
get_istight
Deprecated.
Use new '::' method reference instead.
|
static Function<GrUnary,Expression> |
get_on
Deprecated.
Use new '::' method reference instead.
|
protected boolean |
istight
Generated by umod; model author's documentation MISSING.
|
protected 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 |
---|
GrUnary(Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
GrUnary(Location<XMLDocumentIdentifier> location,
Expression on)
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". |
GrUnary(Location<XMLDocumentIdentifier> location,
Expression on,
boolean istight)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
GrUnary |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
boolean |
get_istight()
Generated by umod; model author's documentation MISSING.
|
Expression |
get_on()
Generated by umod; model author's documentation MISSING.
|
GrUnary |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
GrUnary |
with_istight(boolean val)
Generated by umod; model author's documentation MISSING.
|
GrUnary |
with_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirsts
get_location, set_location
protected Expression on
Expression
(never null)@Deprecated public static final Function<GrUnary,Expression> get_on
protected boolean istight
get_istight()
,
with_istight(boolean)
@Deprecated public static final Function<GrUnary,Boolean> get_istight
public GrUnary(Location<XMLDocumentIdentifier> location, Expression on, boolean istight)
location
- is copied to field Expr0.location
on
- is copied to field on
istight
- is copied to field istight
public GrUnary(Location<XMLDocumentIdentifier> location, Expression on)
location
- is copied to field Expr0.location
on
- is copied to field on
public GrUnary(Expression on)
on
- is copied to field on
public GrUnary doclone()
Cloneable
is known to
be implemented.doclone
in class Expression
public Format format()
format
in interface Formattable
format
in class Expression
public GrUnary initFrom(Object o0)
initFrom
in class Expression
public Expression get_on()
Expression
(never
null)public GrUnary with_on(Expression val)
val
- the new value of type Expression
(never null)on
public boolean get_istight()
public GrUnary with_istight(boolean val)
val
- the new value of type boolean(never null)istight
see also the complete user documentation .