Package de.monticore.interpreter.values
Class LongValue
- java.lang.Object
-
- de.monticore.interpreter.values.LongValue
-
-
Field Summary
Fields Modifier and Type Field Description protected long
value
-
Constructor Summary
Constructors Constructor Description LongValue(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
asDouble()
float
asFloat()
int
asInt()
long
asLong()
java.lang.String
asString()
boolean
isLong()
-