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

Packages that use ASM
org.eclipse.m2m.atl.engine.asm   
org.eclipse.m2m.atl.engine.ocl   
 

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

Methods in org.eclipse.m2m.atl.engine.asm that return ASM
 ASM ASMEmitter.getASM()
           
 ASM ASMOperation.getASM()
           
 

Methods in org.eclipse.m2m.atl.engine.asm with parameters of type ASM
abstract  void ASMWriter.print(ASM asm)
           
 void ASMTextualWriter.print(ASM asm)
          
 void ASMXMLWriter.print(ASM asm)
          
 

Constructors in org.eclipse.m2m.atl.engine.asm with parameters of type ASM
ASMOperation(ASM asm, java.lang.String name)
           
 

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

Methods in org.eclipse.m2m.atl.engine.ocl that return ASM
 ASM OclHelper.compile()
          Compiles the current helper.
protected  ASM OclEvaluator.compile(java.lang.String atlArg)
          Compiles an atl string into asm.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.