soot.javaToJimple
Class InnerClassInfo

java.lang.Object
  extended by soot.javaToJimple.InnerClassInfo

public class InnerClassInfo
extends Object


Field Summary
static int ANON
           
static int LOCAL
           
static int NESTED
           
static int STATIC
           
 
Constructor Summary
InnerClassInfo(SootClass outerClass, String simpleName, int innerType)
           
 
Method Summary
 int getInnerType()
           
 SootClass getOuterClass()
           
 String getSimpleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NESTED

public static final int NESTED
See Also:
Constant Field Values

STATIC

public static final int STATIC
See Also:
Constant Field Values

LOCAL

public static final int LOCAL
See Also:
Constant Field Values

ANON

public static final int ANON
See Also:
Constant Field Values
Constructor Detail

InnerClassInfo

public InnerClassInfo(SootClass outerClass,
                      String simpleName,
                      int innerType)
Method Detail

getOuterClass

public SootClass getOuterClass()

getSimpleName

public String getSimpleName()

getInnerType

public int getInnerType()