public class Pcdata extends Expression
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BASE_HASH |
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirstsget_location, locationformat| Constructor and Description |
|---|
Pcdata()
Synthetic minimal constructor provided by the umod compiler.
|
Pcdata(Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
Pcdata |
doclone()
Clones this object.
|
boolean |
equals(Object e0)
Generated by umod because this class is
ALGEBRAIC. |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC. |
Pcdata |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(Pcdata e0) |
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirstsget_location, set_locationpublic Pcdata(Location<XMLDocumentIdentifier> location)
location - is copied to field Expr0.locationpublic Pcdata()
public Pcdata doclone()
Cloneable is known to
be implemented.doclone in class Expressionpublic static String getFormatHint()
'#chars' public Format format()
format in interface Formattableformat in class Expressionpublic boolean equals(Object e0)
ALGEBRAIC.public boolean x_equals(Pcdata e0)
public int hashCode()
ALGEBRAIC.public Pcdata initFrom(Object o0)
initFrom in class Expressionsee also the complete user documentation .