|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object joeq.Compiler.Analysis.FlowInsensitive.ReflectionInformationProvider
public abstract class ReflectionInformationProvider
Nested Class Summary | |
---|---|
static class |
ReflectionInformationProvider.CribSheetReflectionInformationProvider
This implementation of ReflectionInformationProvider reads answers from a file. |
class |
ReflectionInformationProvider.NewInstanceTargets
|
Constructor Summary | |
---|---|
ReflectionInformationProvider()
|
Method Summary | |
---|---|
abstract Collection |
getNewInstanceTargets(jq_Method n)
Resolves constructors being pointed to by a newInstance() calls within method n. |
abstract Collection |
getNewInstanceTargets(ProgramLocation.QuadProgramLocation mc)
Resolves constructors being pointed to by a newInstance() call mc. |
static boolean |
isForName(jq_Method target)
|
static boolean |
isNewInstance(jq_Method target)
Checks if target is a newInstance method. |
static boolean |
isNewInstance(ProgramLocation.QuadProgramLocation mc)
Checks if mc corresponds to a newInstance call. |
static boolean |
isReflective(jq_Method method)
Checks if method is reflective. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReflectionInformationProvider()
Method Detail |
---|
public static boolean isReflective(jq_Method method)
method
- public static boolean isNewInstance(ProgramLocation.QuadProgramLocation mc)
public static boolean isNewInstance(jq_Method target)
public static boolean isForName(jq_Method target)
public abstract Collection getNewInstanceTargets(ProgramLocation.QuadProgramLocation mc)
public abstract Collection getNewInstanceTargets(jq_Method n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |