org.eclipse.ocl.examples.debug.vm.utils
Class ASTBindingHelper

java.lang.Object
  extended by org.eclipse.ocl.examples.debug.vm.utils.ASTBindingHelper

public class ASTBindingHelper
extends java.lang.Object


Constructor Summary
ASTBindingHelper()
           
 
Method Summary
static int getEndPosition(Element element)
           
static IModuleSourceInfo getModuleSourceBinding(Element element)
           
static int getStartPosition(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTBindingHelper

public ASTBindingHelper()
Method Detail

getEndPosition

public static int getEndPosition(@NonNull
                                 Element element)

getStartPosition

public static int getStartPosition(@NonNull
                                   Element element)

getModuleSourceBinding

public static IModuleSourceInfo getModuleSourceBinding(@NonNull
                                                       Element element)