public static class LLJava.ConstantLong extends LLJava.ConstantDoubleValue
Modifier and Type | Field and Description |
---|---|
protected static int |
BASE_HASH |
protected Long |
value
Generated by umod; model author's documentation MISSING.
|
format
Constructor and Description |
---|
ConstantLong(Long value)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
Modifier and Type | Method and Description |
---|---|
LLJava.ConstantLong |
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.
|
Long |
get_value()
Generated by umod; model author's documentation MISSING.
|
static Pattern<LLJava.ConstantLong> |
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.
|
int |
hashCode()
Generated by umod because this class is
ALGEBRAIC . |
LLJava.ConstantLong |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
LLJava.ConstantLong |
with_value(Long val)
Generated by umod; model author's documentation MISSING.
|
boolean |
x_equals(LLJava.ConstantLong e0) |
protected static final int BASE_HASH
protected Long value
Long
(never
null)get_value()
,
with_value(java.lang.Long)
public LLJava.ConstantLong doclone()
Cloneable
is known
to be implemented.doclone
in class LLJava.ConstantDoubleValue
public static String getFormatHint()
value'l'
public Format format()
format
in interface Formattable
format
in class LLJava.ConstantDoubleValue
public boolean equals(Object e0)
ALGEBRAIC
.public boolean x_equals(LLJava.ConstantLong e0)
public int hashCode()
ALGEBRAIC
.public LLJava.ConstantLong initFrom(Object o0)
initFrom
in class LLJava.ConstantDoubleValue
public Long get_value()
Long
(never
null)public LLJava.ConstantLong with_value(Long val)
public static Pattern<LLJava.ConstantLong> get_value(Pattern<? super Long> p)
LLJava.__Patterns
.see also the complete user documentation .