Uses of Interface
gw.lang.parser.IFileRepositoryBasedType
-
-
Uses of IFileRepositoryBasedType in editor.shipit
Methods in editor.shipit that return IFileRepositoryBasedType Modifier and Type Method Description IFileRepositoryBasedType
CompiledClass. getType()
Constructors in editor.shipit with parameters of type IFileRepositoryBasedType Constructor Description CompiledClass(IFileRepositoryBasedType type, byte[] bytes)
-
Uses of IFileRepositoryBasedType in gw.internal.gosu.parser
Subinterfaces of IFileRepositoryBasedType in gw.internal.gosu.parser Modifier and Type Interface Description interface
IBlockClassInternal
interface
ICompilableTypeInternal
interface
IGosuClassInternal
interface
IGosuEnhancementInternal
interface
IGosuProgramInternal
interface
IGosuTemplateInternal
interface
IJavaEnumTypeInternal
interface
IJavaTypeInternal
Classes in gw.internal.gosu.parser that implement IFileRepositoryBasedType Modifier and Type Class Description class
BlockClass
class
GosuClass
class
GosuClassFragment
class
GosuEnhancement
class
GosuProgram
class
JavaEnumType
Provides an implementation of IEnumeratedType for java enumsclass
SyntheticClass
A base class for creating synthetic Gosu classes that do not correspond directly to a Gosu class -
Uses of IFileRepositoryBasedType in gw.internal.gosu.parser.fragments
Classes in gw.internal.gosu.parser.fragments that implement IFileRepositoryBasedType Modifier and Type Class Description class
GosuFragment
Deprecated.DO NOT USE THIS CLASS! -
Uses of IFileRepositoryBasedType in gw.internal.gosu.properties
Classes in gw.internal.gosu.properties that implement IFileRepositoryBasedType Modifier and Type Class Description class
PropertiesType
Type based on aPropertyNode
-
Uses of IFileRepositoryBasedType in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IFileRepositoryBasedType Modifier and Type Class Description class
GosuTemplateType
-
Uses of IFileRepositoryBasedType in gw.lang.parser
Subinterfaces of IFileRepositoryBasedType in gw.lang.parser Modifier and Type Interface Description interface
IBlockClass
-
Uses of IFileRepositoryBasedType in gw.lang.reflect.gs
Subinterfaces of IFileRepositoryBasedType in gw.lang.reflect.gs Modifier and Type Interface Description interface
ICompilableType
interface
IGosuClass
interface
IGosuEnhancement
interface
IGosuFragment
interface
IGosuProgram
interface
IPropertiesType
interface
ITemplateType
-
Uses of IFileRepositoryBasedType in gw.lang.reflect.java
Subinterfaces of IFileRepositoryBasedType in gw.lang.reflect.java Modifier and Type Interface Description interface
IJavaType
-