public interface IRProperty
| Modifier and Type | Method and Description |
|---|---|
IRelativeTypeInfo.Accessibility |
getAccessibility() |
IRType |
getAssignableType() |
IRMethod |
getGetterMethod() |
String |
getName() |
IRType |
getOwningIRType() |
IType |
getOwningIType() |
IRMethod |
getSetterMethod() |
IRType |
getTargetRootIRType() |
IRType |
getType() |
boolean |
isBytecodeProperty() |
boolean |
isCaptured() |
boolean |
isField() |
boolean |
isStatic() |
IRType getType()
IRType getAssignableType()
String getName()
boolean isField()
boolean isCaptured()
IRMethod getGetterMethod()
IRMethod getSetterMethod()
IRType getOwningIRType()
IType getOwningIType()
IRelativeTypeInfo.Accessibility getAccessibility()
boolean isStatic()
IRType getTargetRootIRType()
boolean isBytecodeProperty()
Copyright © 2019. All rights reserved.