org.eclipse.ocl.examples.debug.vm.data
Interface VMLocationData

All Superinterfaces:
java.io.Serializable

public interface VMLocationData
extends java.io.Serializable


Method Summary
 int getCharEnd()
           
 int getCharStart()
           
 java.lang.String getElementSignature()
           
 int getLineNum()
           
 java.lang.String getModule()
           
 java.lang.String getURI()
           
 

Method Detail

getCharEnd

int getCharEnd()

getCharStart

int getCharStart()

getElementSignature

@Nullable
java.lang.String getElementSignature()

getLineNum

int getLineNum()

getModule

@NonNull
java.lang.String getModule()

getURI

@NonNull
java.lang.String getURI()