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, weakfirstsget_location, locationformat| 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_weakfirstsget_location, set_locationprotected 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.locationon - is copied to field ondiv - is copied to field divmul - is copied to field mulpublic Subst(Expression on, Reference div, Expression mul)
public Subst doclone()
Cloneable is known to
be implemented.doclone in class Expressionpublic static String getFormatHint()
$prior 100 (on, '^(' ,mul '/'
div ')') (on, '^(' ,mul '/' div ')') public Format format()
format in interface Formattableformat in class Expressionpublic Subst initFrom(Object o0)
initFrom in class Expressionpublic Expression get_on()
Expression(never
null)public boolean set_on(Expression val)
val - the new value of type Expression(never null)onpublic 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)mulsee also the complete user documentation .