abc.weaving.aspectinfo
Class Syntax

java.lang.Object
  extended by abc.weaving.aspectinfo.Syntax
Direct Known Subclasses:
AbstractAdviceDecl, AbstractAdviceSpec, ArgPattern, Aspect, Formal, InAspect, Per, Pointcut, Sig, Var

public class Syntax
extends java.lang.Object

Base class for anything that corresponds to some syntax in the program.

Author:
Aske Simon Christensen

Constructor Summary
Syntax(Position pos)
           
 
Method Summary
 Position getPosition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Syntax

public Syntax(Position pos)
Method Detail

getPosition

public Position getPosition()