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, _declaringType
Fields 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, 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 Details
-
_constructorInfo
-
-
Constructor Details
-
UniversalConstructorType
public UniversalConstructorType(int argCount)
-
-
Method Details
-
makeObjArray
-
getConstructor
Description copied from interface:IConstructorType
An associated Constructor. Optional.- Specified by:
getConstructor
in interfaceIConstructorType
- Overrides:
getConstructor
in classConstructorType
-