Package jisd.debug
Class Location
- java.lang.Object
-
- jisd.debug.Location
-
public class Location extends java.lang.ObjectA 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.StringgetClassName()intgetLineNumber()java.lang.StringgetMethodName()java.lang.StringgetVarName()
-