Uses of Interface
gw.lang.reflect.IErrorType
-
Packages that use IErrorType Package Description gw.internal.gosu.parser gw.lang.reflect -
-
Uses of IErrorType in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IErrorType Modifier and Type Class Description class
ErrorType
A type representing the Error state in the type system.Methods in gw.internal.gosu.parser that return IErrorType Modifier and Type Method Description IErrorType
TypeLoaderAccess. getErrorType()
IErrorType
TypeLoaderAccess. getErrorType(ParseResultsException pe)
IErrorType
TypeLoaderAccess. getErrorType(String strErrantName)
-
Uses of IErrorType in gw.lang.reflect
Methods in gw.lang.reflect that return IErrorType Modifier and Type Method Description IErrorType
ITypeSystem. getErrorType()
IErrorType
ITypeSystem. getErrorType(ParseResultsException pe)
IErrorType
ITypeSystem. getErrorType(String strErrantName)
static IErrorType
TypeSystem. getErrorType()
static IErrorType
TypeSystem. getErrorType(ParseResultsException pe)
static IErrorType
TypeSystem. getErrorType(String strErrantName)
-