public abstract class CharExpr extends Expression
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirsts
get_location, location
format
Constructor and Description |
---|
CharExpr()
Synthetic minimal constructor provided by the umod compiler.
|
CharExpr(Location<XMLDocumentIdentifier> location)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
CharExpr |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
CharExpr |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirsts
get_location, set_location
public CharExpr(Location<XMLDocumentIdentifier> location)
location
- is copied to field Expr0.location
public CharExpr()
public CharExpr doclone()
Cloneable
is known to
be implemented.doclone
in class Expression
public Format format()
format
in interface Formattable
format
in class Expression
public CharExpr initFrom(Object o0)
initFrom
in class Expression
see also the complete user documentation .