Class ASMInteger
java.lang.Object
org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
org.eclipse.m2m.atl.engine.vm.nativelib.ASMNumber
org.eclipse.m2m.atl.engine.vm.nativelib.ASMInteger
-
Field Summary
FieldsFields inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
nativeImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ASMInteger
abs
(StackFrame frame, ASMInteger self) double
asDouble()
static ASMInteger
div
(StackFrame frame, ASMInteger self, ASMInteger o) boolean
int
int
hashCode()
static ASMInteger
max
(StackFrame frame, ASMInteger self, ASMInteger o) static ASMInteger
min
(StackFrame frame, ASMInteger self, ASMInteger o) static ASMInteger
mod
(StackFrame frame, ASMInteger self, ASMInteger o) static ASMReal
operatorDiv
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBoolean
operatorEQ
(StackFrame frame, ASMInteger self, ASMOclAny o) static ASMBoolean
operatorGE
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBoolean
operatorGT
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBoolean
operatorLE
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBoolean
operatorLT
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMNumber
operatorMinus
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMNumber
operatorMul
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBoolean
operatorNE
(StackFrame frame, ASMInteger self, ASMOclAny o) static ASMNumber
operatorPlus
(StackFrame frame, ASMInteger self, ASMNumber o) static ASMString
toBinaryString
(StackFrame frame, ASMInteger self) static ASMString
toHexString
(StackFrame frame, ASMInteger self) toString()
static ASMString
toString
(StackFrame frame, ASMInteger self) Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMOclAny
asBag, asSequence, asSet, check, debug, findOperation, findOperation, get, getHelper, getNamedTargetFromSource, getOclAnyType, getType, invoke, invoke, invokeSuper, isHelper, oclIsKindOf, oclIsTypeOf, oclIsUndefined, oclType, operatorEQ, operatorNE, output, refGetValue, refImmediateComposite, refImmediateComposite, refInvokeOperation, refSetValue, refUnsetValue, set, setType, toString, unset
Methods inherited from class org.eclipse.m2m.atl.engine.vm.nativelib.ASMNativeObject
getNativeImpl
-
Field Details
-
myType
-
-
Constructor Details
-
ASMInteger
public ASMInteger(int s)
-
-
Method Details
-
toString
-
getSymbol
public int getSymbol() -
asDouble
public double asDouble() -
equals
-
hashCode
public int hashCode() -
abs
-
mod
-
div
-
max
-
min
-
operatorMinus
-
operatorPlus
-
operatorMul
-
operatorDiv
-
operatorEQ
-
operatorNE
-
operatorLT
-
operatorLE
-
operatorGT
-
operatorGE
-
toString
-
toHexString
-
toBinaryString
-