Package gw.internal.gosu.ir.nodes
Class IRPropertyFromReducedDynamicPropertySymbol
- java.lang.Object
-
- gw.internal.gosu.ir.nodes.IRPropertyFromReducedDynamicPropertySymbol
-
- All Implemented Interfaces:
IRProperty
public class IRPropertyFromReducedDynamicPropertySymbol extends Object implements IRProperty
-
-
Constructor Summary
Constructors Constructor Description IRPropertyFromReducedDynamicPropertySymbol(ReducedDynamicPropertySymbol rdps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IRelativeTypeInfo.Accessibility
getAccessibility()
IType
getAssignableBoundedPropertyType(IReducedDynamicPropertySymbol rdps)
IRType
getAssignableType()
IType
getBoundedPropertyType(IReducedDynamicPropertySymbol rdps)
ReducedDynamicPropertySymbol
getDps()
IRMethod
getGetterMethod()
String
getName()
IRType
getOwningIRType()
IType
getOwningIType()
IRMethod
getSetterMethod()
IRType
getTargetRootIRType()
IRType
getType()
boolean
isBytecodeProperty()
boolean
isCaptured()
boolean
isField()
boolean
isStatic()
-
-
-
Constructor Detail
-
IRPropertyFromReducedDynamicPropertySymbol
public IRPropertyFromReducedDynamicPropertySymbol(ReducedDynamicPropertySymbol rdps)
-
-
Method Detail
-
getDps
public ReducedDynamicPropertySymbol getDps()
-
getType
public IRType getType()
- Specified by:
getType
in interfaceIRProperty
-
getAssignableType
public IRType getAssignableType()
- Specified by:
getAssignableType
in interfaceIRProperty
-
getName
public String 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
public IRMethod getGetterMethod()
- Specified by:
getGetterMethod
in interfaceIRProperty
-
getSetterMethod
public IRMethod getSetterMethod()
- Specified by:
getSetterMethod
in interfaceIRProperty
-
getOwningIRType
public IRType getOwningIRType()
- Specified by:
getOwningIRType
in interfaceIRProperty
-
getOwningIType
public IType getOwningIType()
- Specified by:
getOwningIType
in interfaceIRProperty
-
getAccessibility
public IRelativeTypeInfo.Accessibility getAccessibility()
- Specified by:
getAccessibility
in interfaceIRProperty
-
isStatic
public boolean isStatic()
- Specified by:
isStatic
in interfaceIRProperty
-
getTargetRootIRType
public IRType getTargetRootIRType()
- Specified by:
getTargetRootIRType
in interfaceIRProperty
-
isBytecodeProperty
public boolean isBytecodeProperty()
- Specified by:
isBytecodeProperty
in interfaceIRProperty
-
getBoundedPropertyType
public IType getBoundedPropertyType(IReducedDynamicPropertySymbol rdps)
-
getAssignableBoundedPropertyType
public IType getAssignableBoundedPropertyType(IReducedDynamicPropertySymbol rdps)
-
-