Interface InterTypeFieldDeclaration

All Superinterfaces:
InterTypeDeclaration
All Known Implementing Classes:
InterTypeFieldDeclarationImpl

public interface InterTypeFieldDeclaration extends InterTypeDeclaration
Represents an inter-type field declaration declared in an aspect.
  • Method Details

    • getName

      String getName()
      Returns:
      the field name
    • getType

      AjType<?> getType()
      Returns:
      the field type
    • getGenericType

      Type getGenericType()
      Returns:
      the generic field type