Package gw.lang.ir
Class IRClass.InnerClassInfo
- java.lang.Object
-
- gw.lang.ir.IRClass.InnerClassInfo
-
- Enclosing class:
- IRClass
public static class IRClass.InnerClassInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private IRType_enclosingTypeprivate IRType_innerClassprivate int_modifiers
-
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 IRTypegetEnclosingType()IRTypegetInnerClass()intgetModifiers()
-