getLinkDeclaration abstract method
Returns the LinkDeclaration of this field.
For example, in int age = 10;
, this returns the reflected type for int
.
Implementation
LinkDeclaration getLinkDeclaration();
Returns the LinkDeclaration of this field.
For example, in int age = 10;
, this returns the reflected type for int
.
LinkDeclaration getLinkDeclaration();