Package gw.lang.ir
Class IRClass.InnerClassInfo
- java.lang.Object
-
- gw.lang.ir.IRClass.InnerClassInfo
-
-
Constructor Summary
Constructors Constructor Description InnerClassInfo(IRType innerClass, IRType enclosingType, int modifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRType
getEnclosingType()
IRType
getInnerClass()
int
getModifiers()
-