public abstract class Tp extends Object implements Cloneable, Formattable
Modifier and Type | Field and Description |
---|---|
protected CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> |
divisions
All divisions startig at this point, accessible by
their end point and their division
count.
|
protected Location<XMLDocumentIdentifier> |
location
The text position of its external representations.
|
format
Constructor and Description |
---|
Tp()
Synthetic minimal constructor provided by the umod compiler.
|
Tp(Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey_divisions(Tp key0)
Convenience un-Currying method.
|
boolean |
containsKey_divisions(Tp key0,
int key1)
Convenience un-Currying method.
|
void |
descend_divisions(MATCH_ONLY_00 visitor) |
Tp |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
boolean |
get_defByEvent() |
(package private) abstract int |
get_depth() |
CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> |
get_divisions()
All divisions startig at this point, accessible by
their end point and their division
count.
|
Location<XMLDocumentIdentifier> |
get_location()
The text position of its external representations.
|
Tp |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
TDivision |
makeDivision(Tp tp,
int cnt,
boolean defByEvent) |
void |
put_divisions(Tp key0,
CheckedMap_RD<Integer,TDivision> value)
Convenience un-Currying method.
|
void |
put_divisions(Tp key0,
int key1,
TDivision value)
Convenience un-Currying method.
|
boolean |
set_divisions(CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> val)
All divisions startig at this point, accessible by
their end point and their division
count.
|
boolean |
set_location(Location<XMLDocumentIdentifier> val)
The text position of its external representations.
|
protected CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> divisions
CheckedMap_RD
<Tp
(never
null),CheckedMap_RD
<java.lang.Integer(never
null),TDivision
(never null)>(never
null)>(never null)protected Location<XMLDocumentIdentifier> location
Location
(maybe
null)public Tp(Location<XMLDocumentIdentifier> location)
location
- is copied to field location
public Tp()
public Tp doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
abstract int get_depth()
public Tp initFrom(Object o0)
public CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> get_divisions()
CheckedMap_RD
<Tp
(never
null),CheckedMap_RD
<java.lang.Integer(never
null),TDivision
(never null)>(never
null)>(never null)public boolean set_divisions(CheckedMap_RD<Tp,CheckedMap_RD<Integer,TDivision>> val)
val
- the new value of type CheckedMap_RD
<Tp
(never
null),CheckedMap_RD
<java.lang.Integer(never
null),TDivision
(never null)>(never
null)>(never null)divisions
public void put_divisions(Tp key0, CheckedMap_RD<Integer,TDivision> value)
val
- the new value of type CheckedMap_RD
<java.lang.Integer(never
null),TDivision
(never null)>(never
null)divisions
public void put_divisions(Tp key0, int key1, TDivision value)
public boolean containsKey_divisions(Tp key0)
divisions
public boolean containsKey_divisions(Tp key0, int key1)
divisions
public void descend_divisions(MATCH_ONLY_00 visitor)
public Location<XMLDocumentIdentifier> get_location()
Location
(maybe null)public boolean set_location(Location<XMLDocumentIdentifier> val)
public boolean get_defByEvent()