com.ibm.wala.j2ee
Class SummarizedEJBMethod

java.lang.Object
  extended by com.ibm.wala.classLoader.SyntheticMethod
      extended by com.ibm.wala.ipa.summaries.SummarizedMethod
          extended by com.ibm.wala.j2ee.SummarizedEJBMethod
All Implemented Interfaces:
IMember, IMethod, ContextItem, IClassHierarchyDweller

public class SummarizedEJBMethod
extends SummarizedMethod


Field Summary
 
Fields inherited from class com.ibm.wala.classLoader.SyntheticMethod
NO_STATEMENTS
 
Constructor Summary
SummarizedEJBMethod(BeanMetaData bean, MethodReference ref, MethodSummary summary, IClass declaringClass)
           
 
Method Summary
 BeanMetaData getBean()
           
 
Methods inherited from class com.ibm.wala.ipa.summaries.SummarizedMethod
getNumberOfParameters, getParameterType, getPoison, getPoisonLevel, getStatements, hasPoison, isAbstract, isNative, isStatic, makeIR
 
Methods inherited from class com.ibm.wala.classLoader.SyntheticMethod
equals, getBytecodeStream, getClassHierarchy, getDeclaredExceptions, getDeclaringClass, getDescriptor, getLineNumber, getLocalVariableName, getMaxLocals, getMaxStackHeight, getName, getReference, getReturnType, getSelector, getSignature, getStatements, hasExceptionHandler, hashCode, hasLocalVariableTable, isClinit, isFactoryMethod, isFinal, isInit, isPrivate, isProtected, isPublic, isSynchronized, isSynthetic, isVolatile, makeControlFlowGraph, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SummarizedEJBMethod

public SummarizedEJBMethod(BeanMetaData bean,
                           MethodReference ref,
                           MethodSummary summary,
                           IClass declaringClass)
Method Detail

getBean

public BeanMetaData getBean()