public class CharJoin extends CharBinary
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
get_left, get_right, left, right
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirsts
get_location, location
format
Constructor and Description |
---|
CharJoin(Expression left,
Expression right)
Synthetic minimal constructor provided by the umod compiler.
|
CharJoin(Location<XMLDocumentIdentifier> location,
Expression left,
Expression right)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
CharJoin |
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 . |
CharJoin |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
x_equals(CharJoin e0) |
get_left, get_right, with_left, with_right
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirsts
get_location, set_location
public CharJoin(Location<XMLDocumentIdentifier> location, Expression left, Expression right)
location
- is copied to field Expr0.location
left
- is copied to field CharBinary.left
right
- is copied to field CharBinary.right
public CharJoin(Expression left, Expression right)
left
- is copied to field CharBinary.left
right
- is copied to field CharBinary.right
public CharJoin doclone()
Cloneable
is known to
be implemented.doclone
in class CharBinary
public static String getFormatHint()
$prior 80 1 (left 'U' right)
('('left 'U' right')')
public Format format()
format
in interface Formattable
format
in class CharBinary
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(CharJoin e0)
public int hashCode()
ALGEBRAIC
.public CharJoin initFrom(Object o0)
initFrom
in class CharBinary
see also the complete user documentation .