joeq.Compiler.Analysis.IPA
Class ProgramLocation.QuadProgramLocation
java.lang.Object
joeq.Compiler.Analysis.IPA.ProgramLocation
joeq.Compiler.Analysis.IPA.ProgramLocation.QuadProgramLocation
- All Implemented Interfaces:
- jwutil.io.Textualizable
- Enclosing class:
- ProgramLocation
public static class ProgramLocation.QuadProgramLocation
- extends ProgramLocation
Methods inherited from class joeq.Compiler.Analysis.IPA.ProgramLocation |
addEdge, getAllocLocation, getBCProgramLocation, getConstLocation, getContainingClass, getEmacsName, getInvokeLocation, getLineNumber, getLoadLocation, getMethod, getQuadProgramLocation, getSourceFile, read, toStringLong, writeEdges |
ProgramLocation.QuadProgramLocation
public ProgramLocation.QuadProgramLocation(jq_Method m,
Quad q)
getQuad
public Quad getQuad()
getID
public int getID()
- Specified by:
getID
in class ProgramLocation
getBytecodeIndex
public int getBytecodeIndex()
- Specified by:
getBytecodeIndex
in class ProgramLocation
getResultType
public jq_Type getResultType()
- Specified by:
getResultType
in class ProgramLocation
isCall
public boolean isCall()
- Specified by:
isCall
in class ProgramLocation
getTargetMethod
public jq_Method getTargetMethod()
- Specified by:
getTargetMethod
in class ProgramLocation
resolveTargetMethod
public jq_Method resolveTargetMethod()
- Specified by:
resolveTargetMethod
in class ProgramLocation
getParamTypes
public jq_Type[] getParamTypes()
- Specified by:
getParamTypes
in class ProgramLocation
getReturnType
public jq_Type getReturnType()
- Specified by:
getReturnType
in class ProgramLocation
isSingleTarget
public boolean isSingleTarget()
- Specified by:
isSingleTarget
in class ProgramLocation
isInterfaceCall
public boolean isInterfaceCall()
- Specified by:
isInterfaceCall
in class ProgramLocation
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(ProgramLocation.QuadProgramLocation that)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
getInvocationType
public byte getInvocationType()
- Specified by:
getInvocationType
in class ProgramLocation
write
public void write(jwutil.io.Textualizer t)
throws IOException
- Specified by:
write
in interface jwutil.io.Textualizable
- Specified by:
write
in class ProgramLocation
- Throws:
IOException
Copyright © 2001-2008 John Whaley. All Rights Reserved.