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:
getTypein interfaceIRProperty
-
getAssignableType
- Specified by:
getAssignableTypein interfaceIRProperty
-
getName
- Specified by:
getNamein interfaceIRProperty
-
isField
public boolean isField()- Specified by:
isFieldin interfaceIRProperty
-
isCaptured
public boolean isCaptured()- Specified by:
isCapturedin interfaceIRProperty
-
getGetterMethod
- Specified by:
getGetterMethodin interfaceIRProperty
-
getSetterMethod
- Specified by:
getSetterMethodin interfaceIRProperty
-
getOwningIRType
- Specified by:
getOwningIRTypein interfaceIRProperty
-
getOwningIType
- Specified by:
getOwningITypein interfaceIRProperty
-
getAccessibility
- Specified by:
getAccessibilityin interfaceIRProperty
-
isStatic
public boolean isStatic()- Specified by:
isStaticin interfaceIRProperty
-
getTargetRootIRType
- Specified by:
getTargetRootIRTypein interfaceIRProperty
-
isBytecodeProperty
public boolean isBytecodeProperty()- Specified by:
isBytecodePropertyin interfaceIRProperty
-