Package jisd.debug
Class Location
- java.lang.Object
-
- jisd.debug.Location
-
public class Location extends java.lang.Object
A point within the executing code of the target VM.
-
-
Constructor Summary
Constructors Constructor Description Location(java.lang.String className, java.lang.String methodName, int lineNumber, java.lang.String varName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClassName()
int
getLineNumber()
java.lang.String
getMethodName()
java.lang.String
getVarName()
-