Package gw.internal.gosu.ir.nodes
Class IRMethodFromConstructorInfo
java.lang.Object
gw.internal.gosu.ir.nodes.IRFeatureBase
gw.internal.gosu.ir.nodes.IRMethodFromConstructorInfo
- All Implemented Interfaces:
IRMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaddImplicitCapturedSymbolParamTypes(IType owningType, List<IRType> paramTypes) private voidaddImplicitConstructorParamTypes(IType owningType, List<IRType> paramTypes) private voidaddImplicitEnumParamTypes(IType owningType, List<IRType> paramTypes) private voidaddImplicitOuterParamType(IType owningType, List<IRType> paramTypes) private voidaddImplicitTypeVariableParamTypes(IType owningType, List<IRType> paramTypes) private voidaddTypeVarsFromEnclosingFunctions(IGosuClassInternal gsClass, List<IRType> parameters) booleanprivate ConstructorgetName()private static IRTypebooleanbooleanbooleanisStatic()Methods inherited from class gw.internal.gosu.ir.nodes.IRFeatureBase
addImplicitParameters, addTypeVariableParameters, getTypeDescriptors, isImplicitMethod, maybeReifyFieldType, resolveFieldName
-
Field Details
-
_constructor
-
-
Constructor Details
-
IRMethodFromConstructorInfo
-
-
Method Details
-
getReturnType
- Specified by:
getReturnTypein interfaceIRMethod
-
getExplicitParameterTypes
- Specified by:
getExplicitParameterTypesin interfaceIRMethod
-
getAllParameterTypes
- Specified by:
getAllParameterTypesin interfaceIRMethod
-
getName
-
getOwningIRType
- Specified by:
getOwningIRTypein interfaceIRMethod
-
getOwningIType
- Specified by:
getOwningITypein interfaceIRMethod
-
getAccessibility
- Specified by:
getAccessibilityin interfaceIRMethod
-
isStatic
public boolean isStatic() -
getTargetRootIRType
- Specified by:
getTargetRootIRTypein interfaceIRMethod
-
getTypeVariables
- Specified by:
getTypeVariablesin interfaceIRMethod
-
getFunctionType
- Specified by:
getFunctionTypein interfaceIRMethod
-
isBytecodeMethod
public boolean isBytecodeMethod()- Specified by:
isBytecodeMethodin interfaceIRMethod
-
getTrueOwningType
-
couldHaveTypeVariables
public boolean couldHaveTypeVariables()- Specified by:
couldHaveTypeVariablesin interfaceIRMethod
-
getMethodDescriptor
-
addImplicitConstructorParamTypes
-
addImplicitOuterParamType
-
addImplicitCapturedSymbolParamTypes
-
addImplicitTypeVariableParamTypes
-
addTypeVarsFromEnclosingFunctions
-
addImplicitEnumParamTypes
-
getBoundedParameterTypeDescriptors
-
getBoundedParamTypesFromProxiedClass
-
getJavaConstructorFromProxy
-
isGeneratedEnumMethod
public boolean isGeneratedEnumMethod()- Specified by:
isGeneratedEnumMethodin interfaceIRMethod
-