|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectataspectj.reflect.BlockSignature
public class BlockSignature
Represents the signature at a join point.
Constructor Summary | |
---|---|
BlockSignature(org.aspectj.lang.Signature sign,
atjava.lang.annotation.AnnotatedBlock annBlock)
The Constructor of the class. |
Method Summary | |
---|---|
java.lang.Class |
getDeclaringType()
Returns a java.lang.Class object representing the class of the annotation. |
java.lang.String |
getDeclaringTypeName()
Returns a String representing the annotation. |
int |
getModifiers()
Returns the modifiers of the method where the annotated block is situated represented as an int. |
java.lang.String |
getName()
Returns annotation name. |
java.lang.String |
toLongString()
The long string of the annotation. |
java.lang.String |
toShortString()
The annoation without the list of members. |
java.lang.String |
toString()
The long string of the annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlockSignature(org.aspectj.lang.Signature sign, atjava.lang.annotation.AnnotatedBlock annBlock)
sign
- the AspectJ SignatureannBlock
- the Annotated BlockMethod Detail |
---|
public java.lang.Class getDeclaringType()
getDeclaringType
in interface org.aspectj.lang.Signature
public java.lang.String getDeclaringTypeName()
getDeclaringTypeName
in interface org.aspectj.lang.Signature
public int getModifiers()
getModifiers
in interface org.aspectj.lang.Signature
public java.lang.String getName()
getName
in interface org.aspectj.lang.Signature
public java.lang.String toLongString()
toLongString
in interface org.aspectj.lang.Signature
public java.lang.String toShortString()
toShortString
in interface org.aspectj.lang.Signature
public java.lang.String toString()
toString
in interface org.aspectj.lang.Signature
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |