public class Expr0 extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
static Function<Expr0,Location<XMLDocumentIdentifier>> |
get_location
Deprecated.
Use new '::' method reference instead.
|
protected Location<XMLDocumentIdentifier> |
location
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
Expr0()
Synthetic minimal constructor provided by the umod compiler.
|
Expr0(Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
Expr0 |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Location<XMLDocumentIdentifier> |
get_location()
Generated by umod; model author's documentation MISSING.
|
Expr0 |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_location(Location<XMLDocumentIdentifier> val)
Generated by umod; model author's documentation MISSING.
|
protected Location<XMLDocumentIdentifier> location
Location
(maybe
null)@Deprecated public static final Function<Expr0,Location<XMLDocumentIdentifier>> get_location
public Expr0(Location<XMLDocumentIdentifier> location)
location
- is copied to field location
public Expr0()
public Expr0 doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
public Expr0 initFrom(Object o0)
public Location<XMLDocumentIdentifier> get_location()
Location
(maybe null)public boolean set_location(Location<XMLDocumentIdentifier> val)
see also the complete user documentation .