Package org.aspectj.runtime.reflect
Class FieldSignatureImpl
- java.lang.Object
-
- org.aspectj.runtime.reflect.FieldSignatureImpl
-
- All Implemented Interfaces:
FieldSignature,MemberSignature,Signature
public class FieldSignatureImpl extends Object implements FieldSignature
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcreateToString(org.aspectj.runtime.reflect.StringMaker sm)ClassgetDeclaringType()StringgetDeclaringTypeName()FieldgetField()ClassgetFieldType()intgetModifiers()StringgetName()voidsetLookupClassLoader(ClassLoader loader)StringtoLongString()StringtoShortString()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.aspectj.lang.Signature
getDeclaringType, getDeclaringTypeName, getModifiers, getName, toLongString, toShortString, toString
-
-
-
-
Method Detail
-
getFieldType
public Class getFieldType()
- Specified by:
getFieldTypein interfaceFieldSignature
-
createToString
protected String createToString(org.aspectj.runtime.reflect.StringMaker sm)
-
getField
public Field getField()
- Specified by:
getFieldin interfaceFieldSignature
-
toString
public final String toString()
-
toShortString
public final String toShortString()
- Specified by:
toShortStringin interfaceSignature
-
toLongString
public final String toLongString()
- Specified by:
toLongStringin interfaceSignature
-
getModifiers
public int getModifiers()
- Specified by:
getModifiersin interfaceSignature
-
getDeclaringType
public Class getDeclaringType()
- Specified by:
getDeclaringTypein interfaceSignature
-
getDeclaringTypeName
public String getDeclaringTypeName()
- Specified by:
getDeclaringTypeNamein interfaceSignature
-
setLookupClassLoader
public void setLookupClassLoader(ClassLoader loader)
-
-