org.aspectj.lang.reflect

Interface FieldSignature

All Superinterfaces:
MemberSignature, Signature
Known Implementing Classes:
FieldSignatureImpl

public interface FieldSignature
extends MemberSignature

Method Summary

Field
getField()
Class
getFieldType()

Methods inherited from interface org.aspectj.lang.Signature

getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString

Method Details

getField

public Field getField()

getFieldType

public Class getFieldType()