public static class LLJava.LongLiteral extends LLJava.Literal
long
literal. Modifier and Type | Field and Description |
---|---|
protected LLJava.ConstantLong |
entry
Generated by umod; model author's documentation MISSING.
|
protected Long |
value
Generated by umod; model author's documentation MISSING.
|
location
format
Constructor and Description |
---|
LongLiteral(Long value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.LongLiteral |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
LLJava.ConstantLong |
get_entry()
Generated by umod; model author's documentation MISSING.
|
Long |
get_value()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.LongLiteral> |
get_value(Pattern<? super Long> 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.LongLiteral |
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(Long val)
Generated by umod; model author's documentation MISSING.
|
get_entry
get_location, get_location, set_location
protected Long value
Long
(never
null)get_value()
,
set_value(java.lang.Long)
protected LLJava.ConstantLong entry
LLJava.ConstantLong
(maybe null)public LLJava.LongLiteral doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.Literal
public static String getFormatHint()
value'L'
public Format format()
format
in interface Formattable
format
in class LLJava.Literal
public LLJava.LongLiteral initFrom(Object o0)
initFrom
in class LLJava.Literal
public Long get_value()
Long
(never
null)public boolean set_value(Long val)
public LLJava.ConstantLong get_entry()
get_entry
in class LLJava.LoadableExpr
LLJava.ConstantLong
(maybe
null)public boolean set_entry(LLJava.Loadable val)
val
- the new value of type LLJava.ConstantLong
(maybe
null)entry
public static Pattern<LLJava.LongLiteral> get_value(Pattern<? super Long> p)
LLJava.__Patterns
.see also the complete user documentation .