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 ASMIntegerabs(StackFrame frame, ASMInteger self) doubleasDouble()static ASMIntegerdiv(StackFrame frame, ASMInteger self, ASMInteger o) booleanintinthashCode()static ASMIntegermax(StackFrame frame, ASMInteger self, ASMInteger o) static ASMIntegermin(StackFrame frame, ASMInteger self, ASMInteger o) static ASMIntegermod(StackFrame frame, ASMInteger self, ASMInteger o) static ASMRealoperatorDiv(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBooleanoperatorEQ(StackFrame frame, ASMInteger self, ASMOclAny o) static ASMBooleanoperatorGE(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBooleanoperatorGT(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBooleanoperatorLE(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBooleanoperatorLT(StackFrame frame, ASMInteger self, ASMNumber o) static ASMNumberoperatorMinus(StackFrame frame, ASMInteger self, ASMNumber o) static ASMNumberoperatorMul(StackFrame frame, ASMInteger self, ASMNumber o) static ASMBooleanoperatorNE(StackFrame frame, ASMInteger self, ASMOclAny o) static ASMNumberoperatorPlus(StackFrame frame, ASMInteger self, ASMNumber o) static ASMStringtoBinaryString(StackFrame frame, ASMInteger self) static ASMStringtoHexString(StackFrame frame, ASMInteger self) toString()static ASMStringtoString(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, unsetMethods 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
-