Package de.monticore.interpreter.values
Class LongValue
- java.lang.Object
-
- de.monticore.interpreter.values.LongValue
-
-
Field Summary
Fields Modifier and Type Field Description protected longvalue
-
Constructor Summary
Constructors Constructor Description LongValue(long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleasDouble()floatasFloat()intasInt()longasLong()java.lang.StringasString()booleanisLong()
-