public class CharSetConst extends CharExpr
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
static Function<CharSetConst,CharSet> |
get_value
Deprecated.
Use new '::' method reference instead.
|
protected CharSet |
value
Generated by umod; model author's documentation MISSING.
|
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirsts
get_location, location
format
Constructor and Description |
---|
CharSetConst(CharSet value)
Synthetic minimal constructor provided by the umod compiler.
|
CharSetConst(Location<XMLDocumentIdentifier> location,
CharSet value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
CharSetConst |
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.
|
CharSet |
get_value()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
CharSetConst |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
CharSetConst |
with_value(CharSet val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(CharSetConst e0) |
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirsts
get_location, set_location
protected static final int BASE_HASH
protected CharSet value
CharSet
(never
null)@Deprecated public static final Function<CharSetConst,CharSet> get_value
public CharSetConst(Location<XMLDocumentIdentifier> location, CharSet value)
location
- is copied to field Expr0.location
value
- is copied to field value
public CharSetConst doclone()
Cloneable
is known to
be implemented.public static String getFormatHint()
$JAVA result =
Format.literal(el.value.stringRepD2d());
public Format format()
format
in interface Formattable
format
in class CharExpr
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(CharSetConst e0)
public int hashCode()
ALGEBRAIC
.public CharSetConst initFrom(Object o0)
public CharSet get_value()
CharSet
(never null)public CharSetConst with_value(CharSet val)
see also the complete user documentation .