|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.aspectbench.runtime.reflect.SignatureImpl
org.aspectbench.eaj.runtime.reflect.CastSignatureImpl
public class CastSignatureImpl
Field Summary | |
---|---|
(package private) Class |
castType
|
Constructor Summary | |
---|---|
CastSignatureImpl(int modifiers,
String name,
Class declaringType,
Class castType)
|
|
CastSignatureImpl(String stringRep)
|
Method Summary | |
---|---|
Class |
getCastType()
|
String |
toString(StringMaker sm)
|
Methods inherited from class org.aspectbench.runtime.reflect.SignatureImpl |
---|
extractString, extractType, getDeclaringType, getDeclaringTypeName, getModifiers, getName, setLookupClassLoader, toLongString, toShortString, toString |
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 |
Field Detail |
---|
Class castType
Constructor Detail |
---|
CastSignatureImpl(int modifiers, String name, Class declaringType, Class castType)
CastSignatureImpl(String stringRep)
Method Detail |
---|
public Class getCastType()
getCastType
in interface CastSignature
public String toString(StringMaker sm)
toString
in class SignatureImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |