Package gw.internal.gosu.parser
Class ErrorTypeInfo.UniversalConstructorType
- java.lang.Object
-
- gw.lang.reflect.AbstractType
-
- gw.internal.gosu.parser.types.ConstructorType
-
- gw.internal.gosu.parser.ErrorTypeInfo.UniversalConstructorType
-
- All Implemented Interfaces:
IConstructorType,IInvocableType,INonLoadableType,IType,java.io.Serializable
- Enclosing class:
- ErrorTypeInfo
static class ErrorTypeInfo.UniversalConstructorType extends ConstructorType
-
-
Field Summary
Fields Modifier and Type Field Description private ErrorTypeInfo.UniversalConstructorInfo_constructorInfo-
Fields inherited from class gw.internal.gosu.parser.types.ConstructorType
_argTypes, _constructor, _declaringType
-
Fields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST
-
-
Constructor Summary
Constructors Constructor Description UniversalConstructorType(int argCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IConstructorInfogetConstructor()An associated Constructor.private static IType[]makeObjArray(int argCount)-
Methods inherited from class gw.internal.gosu.parser.types.ConstructorType
equals, getAllTypesInHierarchy, getArgSignature, getArrayComponent, getArrayLength, getArrayType, getComponentType, getCompoundTypeComponents, getDeclaringType, getDefaultValueExpressions, getDisplayName, getEnclosingType, getGenericType, getGenericTypeVariables, getInterfaces, getIntrinsicType, getModifiers, getName, getNamespace, getParameterizedType, getParameterNames, getParameterTypes, getParamSignature, getRelativeName, getSupertype, getTypeInfo, getTypeLoader, getTypeParameters, hasOptionalParams, isAbstract, isArray, isAssignableFrom, isCompoundType, isDiscarded, isEnum, isFinal, isGenericType, isInterface, isMutable, isParameterizedType, isPrimitive, isValid, makeArrayInstance, readResolve, setArrayComponent, setDiscarded, unloadTypeInfo
-
Methods inherited from class gw.lang.reflect.AbstractType
getLiteralMetaType, getMetaType, getTheRef
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IType
compile, getFunctionalInterface, getLiteralMetaType, getMetaType, getSourceFiles, isCompilable, isDynamic
-
-
-
-
Field Detail
-
_constructorInfo
private ErrorTypeInfo.UniversalConstructorInfo _constructorInfo
-
-
Method Detail
-
makeObjArray
private static IType[] makeObjArray(int argCount)
-
getConstructor
public IConstructorInfo getConstructor()
Description copied from interface:IConstructorTypeAn associated Constructor. Optional.- Specified by:
getConstructorin interfaceIConstructorType- Overrides:
getConstructorin classConstructorType
-
-