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

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

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

Methods in org.eclipse.m2m.atl.engine.vm.nativelib that return ASMOclParametrizedType
static ASMOclParametrizedType ASMOclParametrizedType.getASMOclParametrizedType(java.lang.String name, ASMOclType elementType, ASMOclType supertype)
           
 

Methods in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASMOclParametrizedType
static ASMBoolean ASMOclParametrizedType.conformsTo(StackFrame frame, ASMOclParametrizedType self, ASMOclType other)
           
static void ASMOclParametrizedType.setElementType(StackFrame frame, ASMOclParametrizedType self, ASMOclType elementType)
           
static void ASMOclParametrizedType.setName(StackFrame frame, ASMOclParametrizedType self, ASMString name)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.