public class JavaScriptLoader.JavaScriptMethodObject
extends com.ibm.wala.cast.loader.AstMethod
implements com.ibm.wala.cast.loader.AstMethod.Retranslatable
com.ibm.wala.cast.loader.AstMethod.DebuggingInformation, com.ibm.wala.cast.loader.AstMethod.LexicalInformation, com.ibm.wala.cast.loader.AstMethod.LexicalParent, com.ibm.wala.cast.loader.AstMethod.Retranslatable| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.ipa.cha.IClassHierarchy |
getClassHierarchy() |
com.ibm.wala.types.TypeReference[] |
getDeclaredExceptions() |
com.ibm.wala.cast.tree.CAstEntity |
getEntity() |
String |
getLocalVariableName(int bcIndex,
int localNumber) |
int |
getMaxLocals() |
int |
getMaxStackHeight() |
com.ibm.wala.types.TypeReference |
getParameterType(int i) |
com.ibm.wala.cast.loader.AstMethod.LexicalParent[] |
getParents() |
boolean |
hasLocalVariableTable() |
void |
retranslate(com.ibm.wala.cast.ir.translator.AstTranslator xlator) |
String |
toString() |
catchTypes, cfg, cloneLexicalInfo, debugInfo, getAnnotations, getControlFlowGraph, getDeclaringClass, getDescriptor, getLineNumber, getName, getNumberOfParameters, getParameterSourcePosition, getReference, getReturnType, getSelector, getSignature, getSourcePosition, getSourcePosition, hasCatchBlock, hasExceptionHandler, hasMonitorOp, isAbstract, isBridge, isClinit, isFinal, isInit, isNative, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, lexicalInfo, symbolTablepublic com.ibm.wala.cast.tree.CAstEntity getEntity()
getEntity in interface com.ibm.wala.cast.loader.AstMethod.Retranslatablepublic void retranslate(com.ibm.wala.cast.ir.translator.AstTranslator xlator)
retranslate in interface com.ibm.wala.cast.loader.AstMethod.Retranslatablepublic com.ibm.wala.ipa.cha.IClassHierarchy getClassHierarchy()
getClassHierarchy in interface com.ibm.wala.ipa.cha.IClassHierarchyDwellerpublic com.ibm.wala.types.TypeReference[] getDeclaredExceptions()
getDeclaredExceptions in interface com.ibm.wala.classLoader.IMethodpublic com.ibm.wala.cast.loader.AstMethod.LexicalParent[] getParents()
getParents in class com.ibm.wala.cast.loader.AstMethodpublic String getLocalVariableName(int bcIndex, int localNumber)
getLocalVariableName in interface com.ibm.wala.classLoader.IMethodpublic boolean hasLocalVariableTable()
hasLocalVariableTable in interface com.ibm.wala.classLoader.IMethodpublic int getMaxLocals()
public int getMaxStackHeight()
public com.ibm.wala.types.TypeReference getParameterType(int i)
getParameterType in interface com.ibm.wala.classLoader.IMethodCopyright © 2017. All rights reserved.