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

Packages that use ASM
org.eclipse.m2m.atl.engine This package holds compiler APIs. 
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. 
org.eclipse.m2m.atl.ocl.core   
 

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

Methods in org.eclipse.m2m.atl.engine 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)
           
 

Constructors in org.eclipse.m2m.atl.engine with parameters of type ASM
AtlSuperimposeModule(ASMExecEnv env, ASM asm)
          Creates a new AtlSuperimposeModule object.
 

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

Methods in org.eclipse.m2m.atl.engine.vm that return ASM
 ASM ASMOperation.getASM()
           
 ASM ASMEmitter.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
 void ASMXMLWriter.print(ASM asm)
           
abstract  void ASMWriter.print(ASM asm)
           
 void ASMTextualWriter.print(ASM asm)
           
 void ASMExecEnv.registerOperations(ASM asm)
           
 

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)
           
 

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)
           
 

Uses of ASM in org.eclipse.m2m.atl.ocl.core
 

Methods in org.eclipse.m2m.atl.ocl.core that return ASM
 ASM OclHelper.compile()
           
protected  ASM OclEvaluator.compile(java.lang.String atl)
           
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.