Uses of Class
org.eclipse.m2m.atl.engine.vm.ASM

Packages that use ASM
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 ASM in org.eclipse.m2m.atl.engine.vm
 

Methods in org.eclipse.m2m.atl.engine.vm that return ASM
 ASM ASMEmitter.getASM()
           
 ASM ASMOperation.getASM()
           
 ASM ASMXMLReader.read(java.io.InputStream in)
           
abstract  ASM ASMReader.read(java.io.InputStream in)
           
 

Methods in org.eclipse.m2m.atl.engine.vm with parameters of type ASM
 java.lang.Object AtlLauncher.launch(ASM asm, java.util.Map libraries, java.util.Map models, java.util.Map asmParams, java.util.List superimpose, java.util.Map options, Debugger debugger)
          Launch method.
abstract  void ASMWriter.print(ASM asm)
           
 void ASMTextualWriter.print(ASM asm)
           
 void ASMXMLWriter.print(ASM asm)
           
 void ASMExecEnv.registerOperations(ASM currentAsm)
           
 

Constructors in org.eclipse.m2m.atl.engine.vm with parameters of type ASM
ASMInterpreter(ASM asm, ASMModule asmModule, ASMExecEnv env, java.util.Map params)
           
ASMOperation(ASM asm, java.lang.String name)
           
AtlSuperimposeModule(ASMExecEnv env, ASM asm)
          Creates a new AtlSuperimposeModule object.
 

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

Constructors in org.eclipse.m2m.atl.engine.vm.nativelib with parameters of type ASM
ASMModule(ASM asm)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.