Package gw.lang.reflect
Interface IErrorType
- All Superinterfaces:
INonLoadableType
,IType
,Serializable
- All Known Implementing Classes:
ErrorType
-
Field Summary
FieldsFields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST
-
Method Summary
Modifier and TypeMethodDescriptiongetError()
getErrorTypeConstructorType
(IExpression[] eArgs, List listAllMatchingMethods) getErrorTypeFunctionType
(IExpression[] eArgs, String strMethod, List listAllMatchingMethods) Methods inherited from interface gw.lang.reflect.IType
compile, getAllTypesInHierarchy, getArrayComponent, getArrayLength, getArrayType, getComponentType, getCompoundTypeComponents, getDisplayName, getEnclosingType, getFunctionalInterface, getGenericType, getGenericTypeVariables, getInterfaces, getLiteralMetaType, getMetaType, getModifiers, getName, getNamespace, getParameterizedType, getRelativeName, getSourceFiles, getSupertype, getTypeInfo, getTypeLoader, getTypeParameters, isAbstract, isArray, isAssignableFrom, isCompilable, isCompoundType, isDiscarded, isDynamic, isEnum, isFinal, isGenericType, isInterface, isMutable, isParameterizedType, isPrimitive, isValid, makeArrayInstance, readResolve, setArrayComponent, setDiscarded, unloadTypeInfo
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getErrantTypeName
String getErrantTypeName() -
getError
ParseResultsException getError() -
getErrorTypeFunctionType
IFunctionType getErrorTypeFunctionType(IExpression[] eArgs, String strMethod, List listAllMatchingMethods) -
getErrorTypeConstructorType
-