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 classErrorTypeA type representing the Error state in the type system.Methods in gw.internal.gosu.parser that return IErrorType Modifier and Type Method Description IErrorTypeTypeLoaderAccess. getErrorType()IErrorTypeTypeLoaderAccess. getErrorType(ParseResultsException pe)IErrorTypeTypeLoaderAccess. getErrorType(java.lang.String strErrantName) -
Uses of IErrorType in gw.lang.reflect
Methods in gw.lang.reflect that return IErrorType Modifier and Type Method Description IErrorTypeITypeSystem. getErrorType()IErrorTypeITypeSystem. getErrorType(ParseResultsException pe)IErrorTypeITypeSystem. getErrorType(java.lang.String strErrantName)static IErrorTypeTypeSystem. getErrorType()static IErrorTypeTypeSystem. getErrorType(ParseResultsException pe)static IErrorTypeTypeSystem. getErrorType(java.lang.String strErrantName)
-