org.aspectj.lang.reflect

Interface InterTypeFieldDeclaration

All Superinterfaces:
InterTypeDeclaration

public interface InterTypeFieldDeclaration
extends InterTypeDeclaration

Represents an inter-type field declaration declared in an aspect.

Method Summary

Type
getGenericType()
The generic field type
String
getName()
The field name
AjType
getType()
The field type

Methods inherited from interface org.aspectj.lang.reflect.InterTypeDeclaration

getDeclaringType, getModifiers, getTargetType

Method Details

getGenericType

public Type getGenericType()
The generic field type

getName

public String getName()
The field name

getType

public AjType getType()
The field type