Package org.eclipse.epsilon.eol.dap
Class DeltaLocationConverter
java.lang.Object
org.eclipse.epsilon.eol.dap.DeltaLocationConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
fromLocalToRemote
(int local) int
fromRemoteToLocal
(int remote)
-
Constructor Details
-
DeltaLocationConverter
public DeltaLocationConverter(int fromLocalToRemoteAdd)
-
-
Method Details
-
fromRemoteToLocal
public int fromRemoteToLocal(int remote) -
fromLocalToRemote
public int fromLocalToRemote(int local)
-