org.aspectj.runtime.reflect

Class FieldSignatureImpl

Implemented Interfaces:
FieldSignature, MemberSignature, Signature

public class FieldSignatureImpl
extends org.aspectj.runtime.reflect.MemberSignatureImpl
implements FieldSignature

Method Summary

protected String
createToString(org.aspectj.runtime.reflect.StringMaker sm)
Field
getField()
Class
getFieldType()

Methods inherited from class org.aspectj.runtime.reflect.SignatureImpl

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

Method Details

createToString

protected String createToString(org.aspectj.runtime.reflect.StringMaker sm)
Overrides:
createToString in interface org.aspectj.runtime.reflect.SignatureImpl

getField

public Field getField()
Specified by:
getField in interface FieldSignature

getFieldType

public Class getFieldType()
Specified by:
getFieldType in interface FieldSignature