Package gw.internal.gosu.ir.nodes
Class IRPropertyFromCapturedSymbol
java.lang.Object
gw.internal.gosu.ir.nodes.IRFeatureBase
gw.internal.gosu.ir.nodes.IRPropertyFromCapturedSymbol
- All Implemented Interfaces:
IRProperty
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIRPropertyFromCapturedSymbol
(ICompilableTypeInternal owningType, IReducedSymbol symbol) -
Method Summary
Methods inherited from class gw.internal.gosu.ir.nodes.IRFeatureBase
addImplicitParameters, addTypeVariableParameters, getTypeDescriptors, isImplicitMethod, maybeReifyFieldType, resolveFieldName
-
Field Details
-
_owningType
-
_symbol
-
-
Constructor Details
-
IRPropertyFromCapturedSymbol
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceIRProperty
-
getAssignableType
- Specified by:
getAssignableType
in interfaceIRProperty
-
getName
- Specified by:
getName
in interfaceIRProperty
-
isField
public boolean isField()- Specified by:
isField
in interfaceIRProperty
-
isCaptured
public boolean isCaptured()- Specified by:
isCaptured
in interfaceIRProperty
-
getGetterMethod
- Specified by:
getGetterMethod
in interfaceIRProperty
-
getSetterMethod
- Specified by:
getSetterMethod
in interfaceIRProperty
-
getOwningIRType
- Specified by:
getOwningIRType
in interfaceIRProperty
-
getOwningIType
- Specified by:
getOwningIType
in interfaceIRProperty
-
getAccessibility
- Specified by:
getAccessibility
in interfaceIRProperty
-
isStatic
public boolean isStatic()- Specified by:
isStatic
in interfaceIRProperty
-
getTargetRootIRType
- Specified by:
getTargetRootIRType
in interfaceIRProperty
-
isBytecodeProperty
public boolean isBytecodeProperty()- Specified by:
isBytecodeProperty
in interfaceIRProperty
-