public class Subst extends Expression
Modifier and Type | Field and Description |
---|---|
protected Reference |
div
Generated by umod; model author's documentation MISSING.
|
static Function<Subst,Reference> |
get_div
Deprecated.
Use new '::' method reference instead.
|
static Function<Subst,Expression> |
get_mul
Deprecated.
Use new '::' method reference instead.
|
static Function<Subst,Expression> |
get_on
Deprecated.
Use new '::' method reference instead.
|
protected Expression |
mul
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 |
---|
Subst(Expression on,
Reference div,
Expression mul)
Synthetic minimal constructor provided by the umod compiler.
|
Subst(Location<XMLDocumentIdentifier> location,
Expression on,
Reference div,
Expression mul)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
Subst |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
Reference |
get_div()
Generated by umod; model author's documentation MISSING.
|
Expression |
get_mul()
Generated by umod; model author's documentation MISSING.
|
Expression |
get_on()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
Subst |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_div(Reference val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_mul(Expression val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_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<Subst,Expression> get_on
protected Reference div
Reference
(never null)@Deprecated public static final Function<Subst,Reference> get_div
protected Expression mul
Expression
(never null)@Deprecated public static final Function<Subst,Expression> get_mul
public Subst(Location<XMLDocumentIdentifier> location, Expression on, Reference div, Expression mul)
location
- is copied to field Expr0.location
on
- is copied to field on
div
- is copied to field div
mul
- is copied to field mul
public Subst(Expression on, Reference div, Expression mul)
public Subst doclone()
Cloneable
is known to
be implemented.doclone
in class Expression
public static String getFormatHint()
$prior 100 (on, '^(' ,mul '/'
div ')') (on, '^(' ,mul '/' div ')')
public Format format()
format
in interface Formattable
format
in class Expression
public Subst initFrom(Object o0)
initFrom
in class Expression
public Expression get_on()
Expression
(never
null)public boolean set_on(Expression val)
val
- the new value of type Expression
(never null)on
public Reference get_div()
Reference
(never
null)public boolean set_div(Reference val)
public Expression get_mul()
Expression
(never
null)public boolean set_mul(Expression val)
val
- the new value of type Expression
(never null)mul
see also the complete user documentation .