public static class LLJava.CharLiteral extends LLJava.Literal
char
literal. Modifier and Type | Field and Description |
---|---|
protected LLJava.ConstantInteger |
entry
Generated by umod; model author's documentation MISSING.
|
protected Character |
value
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
CharLiteral(Character value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.CharLiteral |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.ConstantInteger |
get_entry()
Generated by umod; model author's documentation MISSING.
|
Character |
get_value()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.CharLiteral> |
get_value(Pattern<? super Character> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
LLJava.CharLiteral |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_entry(LLJava.Loadable val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_value(Character val)
Generated by umod; model author's documentation MISSING.
|
get_entry
get_location, get_location, set_location
protected Character value
Character
(never
null)get_value()
,
set_value(java.lang.Character)
protected LLJava.ConstantInteger entry
LLJava.ConstantInteger
(maybe
null)public LLJava.CharLiteral doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Literal
public static String getFormatHint()
value{$java
'FormatUtils.literal'}
public Format format()
format
in interface Formattable
format
in class LLJava.Literal
public LLJava.CharLiteral initFrom(Object o0)
initFrom
in class LLJava.Literal
public Character get_value()
Character
(never
null)public boolean set_value(Character val)
public LLJava.ConstantInteger get_entry()
get_entry
in class LLJava.LoadableExpr
LLJava.ConstantInteger
(maybe
null)public boolean set_entry(LLJava.Loadable val)
val
- the new value of type LLJava.ConstantInteger
(maybe
null)entry
public static Pattern<LLJava.CharLiteral> get_value(Pattern<? super Character> p)
LLJava.__Patterns
.see also the complete user documentation .