Package gw.internal.gosu.ir.nodes
Class IRPropertyFromDynamicPropertySymbol
- java.lang.Object
-
- gw.internal.gosu.ir.nodes.IRPropertyFromDynamicPropertySymbol
-
- All Implemented Interfaces:
IRProperty
public class IRPropertyFromDynamicPropertySymbol extends Object implements IRProperty
-
-
Constructor Summary
Constructors Constructor Description IRPropertyFromDynamicPropertySymbol(DynamicPropertySymbol dps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRelativeTypeInfo.AccessibilitygetAccessibility()IRTypegetAssignableType()IRTypegetBoundedAssignablePropertyType(IDynamicPropertySymbol dps)IRTypegetBoundedPropertyType(IDynamicPropertySymbol dps)DynamicPropertySymbolgetDps()IRMethodgetGetterMethod()StringgetName()IRTypegetOwningIRType()ITypegetOwningIType()IRMethodgetSetterMethod()IRTypegetTargetRootIRType()IRTypegetType()booleanisBytecodeProperty()booleanisCaptured()booleanisField()booleanisStatic()
-
-
-
Constructor Detail
-
IRPropertyFromDynamicPropertySymbol
public IRPropertyFromDynamicPropertySymbol(DynamicPropertySymbol dps)
-
-
Method Detail
-
getDps
public DynamicPropertySymbol getDps()
-
getType
public IRType getType()
- Specified by:
getTypein interfaceIRProperty
-
getAssignableType
public IRType getAssignableType()
- Specified by:
getAssignableTypein interfaceIRProperty
-
getName
public String getName()
- Specified by:
getNamein interfaceIRProperty
-
isField
public boolean isField()
- Specified by:
isFieldin interfaceIRProperty
-
isCaptured
public boolean isCaptured()
- Specified by:
isCapturedin interfaceIRProperty
-
getGetterMethod
public IRMethod getGetterMethod()
- Specified by:
getGetterMethodin interfaceIRProperty
-
getSetterMethod
public IRMethod getSetterMethod()
- Specified by:
getSetterMethodin interfaceIRProperty
-
getOwningIRType
public IRType getOwningIRType()
- Specified by:
getOwningIRTypein interfaceIRProperty
-
getOwningIType
public IType getOwningIType()
- Specified by:
getOwningITypein interfaceIRProperty
-
getAccessibility
public IRelativeTypeInfo.Accessibility getAccessibility()
- Specified by:
getAccessibilityin interfaceIRProperty
-
isStatic
public boolean isStatic()
- Specified by:
isStaticin interfaceIRProperty
-
getTargetRootIRType
public IRType getTargetRootIRType()
- Specified by:
getTargetRootIRTypein interfaceIRProperty
-
isBytecodeProperty
public boolean isBytecodeProperty()
- Specified by:
isBytecodePropertyin interfaceIRProperty
-
getBoundedPropertyType
public IRType getBoundedPropertyType(IDynamicPropertySymbol dps)
-
getBoundedAssignablePropertyType
public IRType getBoundedAssignablePropertyType(IDynamicPropertySymbol dps)
-
-