Package gw.internal.gosu.parser
Interface IParameterizableType
-
- All Known Subinterfaces:
IBlockClass
,IBlockClassInternal
,IGosuClass
,IGosuClassInternal
,IGosuEnhancement
,IGosuEnhancementInternal
,IGosuProgram
,IGosuProgramInternal
,IGosuTemplateInternal
,IJavaEnumTypeInternal
,IJavaType
,IJavaTypeInternal
,ITemplateType
- All Known Implementing Classes:
BlockClass
,GosuClass
,GosuClassFragment
,GosuEnhancement
,GosuProgram
,GosuTemplateType
,JavaEnumType
,SyntheticClass
public interface IParameterizableType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IType[]
getLoaderParameterizedTypes()
boolean
isStrictGenerics()
-
-
-
Method Detail
-
getLoaderParameterizedTypes
IType[] getLoaderParameterizedTypes()
-
isStrictGenerics
boolean isStrictGenerics()
-
-