public interface IRProperty
| Type | Property and Description |
|---|---|
boolean |
isBytecode
Gets the value of the property bytecodeProperty.
|
| 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()
Gets the value of the property bytecodeProperty.
|
boolean |
isCaptured() |
boolean |
isField() |
boolean |
isStatic() |
boolean isBytecodeProperty
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 © 2017. All rights reserved.