Class JavaSourceLoaderImpl.AbstractJavaMethod
java.lang.Object
com.ibm.wala.cast.loader.AstMethod
com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl.JavaEntityMethod
com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl.AbstractJavaMethod
- All Implemented Interfaces:
IMember
,IMethod
,ContextItem
,IClassHierarchyDweller
- Enclosing class:
JavaSourceLoaderImpl
protected class JavaSourceLoaderImpl.AbstractJavaMethod
extends JavaSourceLoaderImpl.JavaEntityMethod
DOMO representation of an abstract (body-less) method on a Java type that resides in a source
file
- Author:
- rfuhrer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.cast.loader.AstMethod
AstMethod.DebuggingInformation, AstMethod.LexicalInformation, AstMethod.LexicalParent, AstMethod.Retranslatable
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
Nested classes/interfaces inherited from interface com.ibm.wala.classLoader.IMethod
IMethod.SourcePosition
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class com.ibm.wala.cast.java.loader.JavaSourceLoaderImpl.JavaEntityMethod
computeExceptionTypes, computeParameterTypes, getDeclaredExceptions, getMaxLocals, getMaxStackHeight, getParameterType, toString
Methods inherited from class com.ibm.wala.cast.loader.AstMethod
catchTypes, cfg, cloneLexicalInfo, debugInfo, getAnnotations, getControlFlowGraph, getDeclaringClass, getDescriptor, getLineNumber, getName, getNumberOfParameters, getParameterPosition, getParameterSourcePosition, getReference, getReturnType, getSelector, getSignature, getSourcePosition, getSourcePosition, hasExceptionHandler, hasMonitorOp, isAbstract, isAnnotation, isBridge, isClinit, isEnum, isFinal, isInit, isModule, isNative, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, isWalaSynthetic, lexicalInfo, symbolTable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.ibm.wala.classLoader.IMethod
getNumberOfDefaultParameters
-
Constructor Details
-
AbstractJavaMethod
-
-
Method Details
-
getLocalVariableName
- Returns:
- the (source code) name of the local variable of a given number at the specified program counter, or null if the information is not available.
-
hasLocalVariableTable
public boolean hasLocalVariableTable()- Returns:
- true iff the local variable table information for this method is available
-
getParents
- Specified by:
getParents
in classAstMethod
-
getClassHierarchy
-