Uses of Interface
gw.internal.gosu.parser.IJavaTypeInternal
-
Packages that use IJavaTypeInternal Package Description gw.internal.gosu.parser -
-
Uses of IJavaTypeInternal in gw.internal.gosu.parser
Subinterfaces of IJavaTypeInternal in gw.internal.gosu.parser Modifier and Type Interface Description interface
IJavaEnumTypeInternal
Classes in gw.internal.gosu.parser that implement IJavaTypeInternal Modifier and Type Class Description class
JavaEnumType
Provides an implementation of IEnumeratedType for java enumsFields in gw.internal.gosu.parser declared as IJavaTypeInternal Modifier and Type Field Description protected IJavaTypeInternal
AbstractExtendedType. _primary
Methods in gw.internal.gosu.parser with parameters of type IJavaTypeInternal Modifier and Type Method Description void
IJavaTypeInternal. setComponentType(IJavaTypeInternal javaType)
Constructors in gw.internal.gosu.parser with parameters of type IJavaTypeInternal Constructor Description AbstractExtendedType(IJavaTypeInternal primary)
-