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,Serializable
- Enclosing class:
- ErrorTypeInfo
-
Field Summary
FieldsFields inherited from class gw.internal.gosu.parser.types.ConstructorType
_argTypes, _constructor, _declaringTypeFields inherited from interface gw.lang.reflect.IType
EMPTY_ARRAY, EMPTY_TYPE_ARRAY, EMPTY_TYPE_LIST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn 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, unloadTypeInfoMethods inherited from class gw.lang.reflect.AbstractType
getLiteralMetaType, getMetaType, getTheRefMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.lang.reflect.IType
compile, getFunctionalInterface, getLiteralMetaType, getMetaType, getSourceFiles, isCompilable, isDynamic
-
Field Details
-
_constructorInfo
-
-
Constructor Details
-
UniversalConstructorType
public UniversalConstructorType(int argCount)
-
-
Method Details
-
makeObjArray
-
getConstructor
Description copied from interface:IConstructorTypeAn associated Constructor. Optional.- Specified by:
getConstructorin interfaceIConstructorType- Overrides:
getConstructorin classConstructorType
-