public class IRPropertyFromDynamicPropertySymbol extends Object implements IRProperty
| Type | Property and Description |
|---|---|
boolean |
isBytecode
Gets the value of the property bytecodeProperty.
|
| Constructor and Description |
|---|
IRPropertyFromDynamicPropertySymbol(DynamicPropertySymbol dps) |
| Modifier and Type | Method and Description |
|---|---|
IRelativeTypeInfo.Accessibility |
getAccessibility() |
IType |
getBoundedPropertyType(IDynamicPropertySymbol dps) |
DynamicPropertySymbol |
getDps() |
IRMethod |
getGetterMethod() |
String |
getName() |
IRType |
getOwningIRType() |
IType |
getOwningIType() |
IRMethod |
getSetterMethod() |
IRType |
getTargetRootIRType() |
IRType |
getType() |
boolean |
isBytecodeProperty()
Gets the value of the property bytecodeProperty.
|
boolean |
isCaptured() |
boolean |
isField() |
boolean |
isStatic() |
public boolean isBytecodeProperty
isBytecodeProperty in interface IRPropertypublic IRPropertyFromDynamicPropertySymbol(DynamicPropertySymbol dps)
public DynamicPropertySymbol getDps()
public IRType getType()
getType in interface IRPropertypublic String getName()
getName in interface IRPropertypublic boolean isField()
isField in interface IRPropertypublic boolean isCaptured()
isCaptured in interface IRPropertypublic IRMethod getGetterMethod()
getGetterMethod in interface IRPropertypublic IRMethod getSetterMethod()
getSetterMethod in interface IRPropertypublic IRType getOwningIRType()
getOwningIRType in interface IRPropertypublic IType getOwningIType()
getOwningIType in interface IRPropertypublic IRelativeTypeInfo.Accessibility getAccessibility()
getAccessibility in interface IRPropertypublic boolean isStatic()
isStatic in interface IRPropertypublic IRType getTargetRootIRType()
getTargetRootIRType in interface IRPropertypublic boolean isBytecodeProperty()
isBytecodeProperty in interface IRPropertypublic IType getBoundedPropertyType(IDynamicPropertySymbol dps)
Copyright © 2016. All rights reserved.