abc.weaving.aspectinfo
Class InAspect

java.lang.Object
  extended by abc.weaving.aspectinfo.Syntax
      extended by abc.weaving.aspectinfo.InAspect
Direct Known Subclasses:
DeclareParents, DeclarePrecedence, IntertypeConstructorDecl, IntertypeFieldDecl, IntertypeMethodDecl, PointcutDecl

public abstract class InAspect
extends Syntax

A base class for things that have an aspect associated with them.

Author:
Aske Simon Christensen

Constructor Summary
InAspect(Aspect aspct, Position pos)
           
 
Method Summary
 Aspect getAspect()
           
 
Methods inherited from class abc.weaving.aspectinfo.Syntax
getPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InAspect

public InAspect(Aspect aspct,
                Position pos)
Method Detail

getAspect

public Aspect getAspect()