Package gw.internal.gosu.ir.nodes
Class IRMethodForDPSGetter
- java.lang.Object
-
- gw.internal.gosu.ir.nodes.IRFeatureBase
-
- gw.internal.gosu.ir.nodes.IRMethodForDPSGetter
-
- All Implemented Interfaces:
IRMethod
public class IRMethodForDPSGetter extends IRFeatureBase implements IRMethod
-
-
Constructor Summary
Constructors Constructor Description IRMethodForDPSGetter(IRPropertyFromDynamicPropertySymbol dps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancouldHaveTypeVariables()IRelativeTypeInfo.AccessibilitygetAccessibility()List<IRType>getAllParameterTypes()List<IRType>getExplicitParameterTypes()IFunctionTypegetFunctionType()StringgetName()IRTypegetOwningIRType()ITypegetOwningIType()IRTypegetReturnType()IRTypegetTargetRootIRType()IGenericTypeVariable[]getTypeVariables()booleanisBytecodeMethod()booleanisGeneratedEnumMethod()booleanisStatic()-
Methods inherited from class gw.internal.gosu.ir.nodes.IRFeatureBase
addImplicitParameters, addTypeVariableParameters, getTypeDescriptors, isImplicitMethod, maybeReifyFieldType, resolveFieldName
-
-
-
-
Constructor Detail
-
IRMethodForDPSGetter
public IRMethodForDPSGetter(IRPropertyFromDynamicPropertySymbol dps)
-
-
Method Detail
-
getReturnType
public IRType getReturnType()
- Specified by:
getReturnTypein interfaceIRMethod
-
getExplicitParameterTypes
public List<IRType> getExplicitParameterTypes()
- Specified by:
getExplicitParameterTypesin interfaceIRMethod
-
getAllParameterTypes
public List<IRType> getAllParameterTypes()
- Specified by:
getAllParameterTypesin interfaceIRMethod
-
getOwningIRType
public IRType getOwningIRType()
- Specified by:
getOwningIRTypein interfaceIRMethod
-
getOwningIType
public IType getOwningIType()
- Specified by:
getOwningITypein interfaceIRMethod
-
getAccessibility
public IRelativeTypeInfo.Accessibility getAccessibility()
- Specified by:
getAccessibilityin interfaceIRMethod
-
getTargetRootIRType
public IRType getTargetRootIRType()
- Specified by:
getTargetRootIRTypein interfaceIRMethod
-
getTypeVariables
public IGenericTypeVariable[] getTypeVariables()
- Specified by:
getTypeVariablesin interfaceIRMethod
-
getFunctionType
public IFunctionType getFunctionType()
- Specified by:
getFunctionTypein interfaceIRMethod
-
isBytecodeMethod
public boolean isBytecodeMethod()
- Specified by:
isBytecodeMethodin interfaceIRMethod
-
couldHaveTypeVariables
public boolean couldHaveTypeVariables()
- Specified by:
couldHaveTypeVariablesin interfaceIRMethod
-
isGeneratedEnumMethod
public boolean isGeneratedEnumMethod()
- Specified by:
isGeneratedEnumMethodin interfaceIRMethod
-
-