Package com.ibm.wala.classLoader
Interface BytecodeLanguage
-
- All Superinterfaces:
Language
- All Known Implementing Classes:
JavaLanguage
public interface BytecodeLanguage extends Language
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<TypeReference>
getImplicitExceptionTypes(IInstruction pei)
MethodReference
getInvokeMethodReference(ClassLoaderReference loader, IInvokeInstruction instruction)
-
Methods inherited from interface com.ibm.wala.classLoader.Language
getArrayInterfaces, getBaseLanguage, getConstantType, getDerivedLanguages, getMetadataToken, getName, getPointerType, getPrimitive, getRootType, getStringType, getThrowableType, inferInvokeExceptions, instructionFactory, isBooleanType, isCharType, isDoubleType, isFloatType, isIntType, isLongType, isMetadataType, isNullType, isStringType, isVoidType, lookupPrimitiveType, registerDerivedLanguage
-
-
-
-
Method Detail
-
getImplicitExceptionTypes
Collection<TypeReference> getImplicitExceptionTypes(IInstruction pei)
-
getInvokeMethodReference
MethodReference getInvokeMethodReference(ClassLoaderReference loader, IInvokeInstruction instruction)
-
-