Uses of Class
org.eclipse.m2m.atl.engine.vm.nativelib.ASMInteger

Packages that use ASMInteger
org.eclipse.m2m.atl.engine.vm.nativelib This package contains the vm library. 
 

Uses of ASMInteger in org.eclipse.m2m.atl.engine.vm.nativelib
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return ASMInteger
static ASMInteger ASMInteger.abs(StackFrame frame, ASMInteger self)
           
static ASMInteger ASMCollection.count(StackFrame frame, ASMCollection self, ASMOclAny object)
           
static ASMInteger ASMInteger.div(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMInteger ASMReal.floor(StackFrame frame, ASMReal self)
           
static ASMInteger ASMOrderedSet.indexOf(StackFrame frame, ASMOrderedSet self, ASMOclAny o)
           
static ASMInteger ASMSequence.indexOf(StackFrame frame, ASMSequence self, ASMOclAny o)
           
static ASMInteger ASMString.indexOf(StackFrame frame, ASMString self, ASMString o)
           
static ASMInteger ASMString.lastIndexOf(StackFrame frame, ASMString self, ASMString o)
           
static ASMInteger ASMInteger.max(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMInteger ASMInteger.min(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMInteger ASMInteger.mod(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMInteger ASMReal.round(StackFrame frame, ASMReal self)
           
static ASMInteger ASMCollection.size(StackFrame frame, ASMCollection self)
           
static ASMInteger ASMString.size(StackFrame frame, ASMString self)
           
static ASMInteger ASMString.toInteger(StackFrame frame, ASMString self)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMInteger
static ASMInteger ASMInteger.abs(StackFrame frame, ASMInteger self)
           
static ASMOclAny ASMOrderedSet.at(StackFrame frame, ASMOrderedSet self, ASMInteger i)
           
static ASMOclAny ASMSequence.at(StackFrame frame, ASMSequence self, ASMInteger i)
           
static ASMInteger ASMInteger.div(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMOrderedSet ASMOrderedSet.insertAt(StackFrame frame, ASMOrderedSet self, ASMInteger index, ASMOclAny o)
           
static ASMSequence ASMSequence.insertAt(StackFrame frame, ASMSequence self, ASMInteger index, ASMOclAny o)
           
static ASMInteger ASMInteger.max(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMInteger ASMInteger.min(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMInteger ASMInteger.mod(StackFrame frame, ASMInteger self, ASMInteger o)
           
static ASMReal ASMInteger.operatorDiv(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMInteger.operatorEQ(StackFrame frame, ASMInteger self, ASMOclAny o)
           
static ASMBoolean ASMInteger.operatorGE(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMInteger.operatorGT(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMInteger.operatorLE(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMInteger.operatorLT(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMNumber ASMInteger.operatorMinus(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMNumber ASMInteger.operatorMul(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMBoolean ASMInteger.operatorNE(StackFrame frame, ASMInteger self, ASMOclAny o)
           
static ASMNumber ASMInteger.operatorPlus(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMOrderedSet ASMOrderedSet.subOrderedSet(StackFrame frame, ASMOrderedSet self, ASMInteger lower, ASMInteger upper)
           
static ASMSequence ASMSequence.subSequence(StackFrame frame, ASMSequence self, ASMInteger lower, ASMInteger upper)
           
static ASMString ASMString.substring(StackFrame frame, ASMString self, ASMInteger start, ASMInteger end)
           
static ASMString ASMInteger.toBinaryString(StackFrame frame, ASMInteger self)
           
static ASMString ASMInteger.toHexString(StackFrame frame, ASMInteger self)
           
static ASMString ASMInteger.toString(StackFrame frame, ASMInteger self)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.