org.eclipse.m2m.atl.adt.debug.core.ocl
Class ASMRetriever

java.lang.Object
  extended by org.eclipse.m2m.atl.adt.debug.core.ocl.ASMRetriever

public abstract class ASMRetriever
extends java.lang.Object

ASM utility class.


Method Summary
static ASM getASM(org.eclipse.core.resources.IFile file)
          Retrieves an asm corresponding to a file.
static org.eclipse.core.resources.IFile getFile()
          Return a dummy file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public static org.eclipse.core.resources.IFile getFile()
Return a dummy file.

Returns:
a dummy file

getASM

public static ASM getASM(org.eclipse.core.resources.IFile file)
Retrieves an asm corresponding to a file.

Parameters:
file - a file
Returns:
the corresponding asm

Copyright 2007 IBM Corporation and others.
All Rights Reserved.