- java.lang.Object
-
- com.ibm.dtfj.java.javacore.JCJavaLocation
-
- All Implemented Interfaces:
JavaLocation
public class JCJavaLocation extends Object implements JavaLocation
-
-
Constructor Summary
Constructors Constructor Description JCJavaLocation(JavaMethod javaMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAddress(ImagePointer address)NON-DTFJvoidsetCompilation(String compilationLevel)NON-DTFJvoidsetFilename(String fileName)NON-DTFJvoidsetLineNumber(int lineNumber)NON-DTFJ-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.dtfj.java.JavaLocation
equals, getAddress, getCompilationLevel, getFilename, getLineNumber, getMethod, hashCode, toString
-
-
-
-
Constructor Detail
-
JCJavaLocation
public JCJavaLocation(JavaMethod javaMethod) throws JCInvalidArgumentsException
- Throws:
JCInvalidArgumentsException
-
-
Method Detail
-
setAddress
public void setAddress(ImagePointer address)
NON-DTFJ- Parameters:
address-
-
setCompilation
public void setCompilation(String compilationLevel)
NON-DTFJ- Parameters:
compilationLevel-
-
setFilename
public void setFilename(String fileName)
NON-DTFJ- Parameters:
fileName-
-
setLineNumber
public void setLineNumber(int lineNumber)
NON-DTFJ- Parameters:
lineNumber-
-
-