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

Packages that use ASMNativeObject
org.eclipse.m2m.atl.core.ui.vm.debug   
org.eclipse.m2m.atl.drivers.emf4atl This package contains the EMF driver for the vm. 
org.eclipse.m2m.atl.drivers.uml24atl This package contains the UML2 driver for the vm. 
org.eclipse.m2m.atl.engine.vm This package contains the vm core. 
org.eclipse.m2m.atl.engine.vm.nativelib This package contains the vm library. 
 

Uses of ASMNativeObject in org.eclipse.m2m.atl.core.ui.vm.debug
 

Subclasses of ASMNativeObject in org.eclipse.m2m.atl.core.ui.vm.debug
protected  class LocalObjectReference.ADWPStackFrame
          A StackFrame for the debugging protocol, which doesn't interfere with the debugging process.
 

Uses of ASMNativeObject in org.eclipse.m2m.atl.drivers.emf4atl
 

Subclasses of ASMNativeObject in org.eclipse.m2m.atl.drivers.emf4atl
 class ASMEMFModel
          The ASMModel specialization for EMF.
 class ASMEMFModelElement
          The EMF implementation for ASMModelElement.
 

Uses of ASMNativeObject in org.eclipse.m2m.atl.drivers.uml24atl
 

Subclasses of ASMNativeObject in org.eclipse.m2m.atl.drivers.uml24atl
 class ASMUMLModel
          The UML implementation of ASMModel.
 class ASMUMLModelElement
          The UMLspecific implementation for ASMModelElement.
 

Uses of ASMNativeObject in org.eclipse.m2m.atl.engine.vm
 

Subclasses of ASMNativeObject in org.eclipse.m2m.atl.engine.vm
 class ASM
          This class represents a transformation module, which can have fields.
 class ASMEmitter
          This class is used by ATL compiler to create an ASM file.
 class ASMOperation
          The line number table contains a list of IDs (startLine:startColumn-endLine:endColumn) of source elements associated to a range of asm instructions.
 class ASMStackFrame
           
 class ClassNativeOperation
           
 class InstanceNativeOperation
           
 class NativeOperation
          The native operations definition class.
 class NativeStackFrame
           
 class Operation
           
 class StackFrame
           
 

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

Subclasses of ASMNativeObject in org.eclipse.m2m.atl.engine.vm.nativelib
 class ASMBag
           
 class ASMBoolean
           
 class ASMCollection
           
 class ASMEnumLiteral
           
 class ASMHashModel
          Deprecated.  
 class ASMHashModelElement
          Deprecated.  
 class ASMInteger
           
 class ASMMap
          A non-OCL type.
 class ASMModel
          An ASMModel represents a model.
 class ASMModelElement
          An ASMModelElement represents a model element.
 class ASMModule
           
 class ASMNumber
           
 class ASMOclAny
           
 class ASMOclParametrizedType
          An OclType for parameterized types, principally collections.
 class ASMOclSimpleType
          An OclType for simple types.
 class ASMOclType
           
 class ASMOclUndefined
           
 class ASMOrderedSet
          This class does not compile as of now.
 class ASMReal
           
 class ASMSequence
           
 class ASMSet
           
 class ASMString
           
 class ASMTransientLink
          An ASMTransientLink represents an internal traceability link.
 class ASMTransientLinkSet
          ASMTransientLinkSet represents a set of traceability links.
 class ASMTuple
           
 class ASMTupleType
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.