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

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

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

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return ASMReal
static ASMReal ASMReal.abs(StackFrame frame, ASMReal self)
           
static ASMReal ASMReal.acos(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.asin(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.atan(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.cos(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.exp(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.log(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.max(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.min(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMInteger.operatorDiv(StackFrame frame, ASMInteger self, ASMNumber o)
           
static ASMReal ASMReal.operatorDiv(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.operatorMinus(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.operatorMul(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.operatorPlus(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.sin(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.sqrt(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.tan(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.toDegrees(StackFrame frame, ASMNumber self)
           
static ASMReal ASMReal.toRadians(StackFrame frame, ASMNumber self)
           
static ASMReal ASMString.toReal(StackFrame frame, ASMString self)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMReal
static ASMReal ASMReal.abs(StackFrame frame, ASMReal self)
           
static ASMInteger ASMReal.floor(StackFrame frame, ASMReal self)
           
static ASMReal ASMReal.max(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.min(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.operatorDiv(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorEQ(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorGE(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorGT(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorLE(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorLT(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.operatorMinus(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.operatorMul(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMBoolean ASMReal.operatorNE(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMReal ASMReal.operatorPlus(StackFrame frame, ASMReal self, ASMNumber o)
           
static ASMInteger ASMReal.round(StackFrame frame, ASMReal self)
           
static ASMString ASMReal.toString(StackFrame frame, ASMReal self)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.