Package gw.lang.parser
Interface IHasInnerClass
-
- All Known Subinterfaces:
IBlockClass,ICompilableType,IGosuClass,IGosuEnhancement,IGosuFragment,IGosuProgram,IJavaType,IPropertiesType,ITemplateType
- All Known Implementing Classes:
InnerClassCapableType
public interface IHasInnerClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ITypegetInnerClass(CharSequence strTypeName)returns the appropriate inner classList<? extends IType>getInnerClasses()List<? extends IType>getLoadedInnerClasses()ITyperesolveRelativeInnerClass(String strTypeName, boolean bForce)
-
-
-
Method Detail
-
getInnerClass
IType getInnerClass(CharSequence strTypeName)
returns the appropriate inner class- Parameters:
strTypeName-- Returns:
-
-