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, weakfirstsget_location, locationformat| 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_weakfirstsget_location, set_locationprotected 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.locationon - is copied to field onistight - is copied to field istightpublic GrUnary(Location<XMLDocumentIdentifier> location, Expression on)
location - is copied to field Expr0.locationon - is copied to field onpublic GrUnary(Expression on)
on - is copied to field onpublic GrUnary doclone()
Cloneable is known to
be implemented.doclone in class Expressionpublic Format format()
format in interface Formattableformat in class Expressionpublic GrUnary initFrom(Object o0)
initFrom in class Expressionpublic Expression get_on()
Expression(never
null)public GrUnary with_on(Expression val)
val - the new value of type Expression(never null)onpublic boolean get_istight()
public GrUnary with_istight(boolean val)
val - the new value of type boolean(never null)istightsee also the complete user documentation .