abc.aspectj.ast
Class IsSingleton_c

java.lang.Object
  extended by Node_c
      extended by abc.aspectj.ast.PerClause_c
          extended by abc.aspectj.ast.IsSingleton_c
All Implemented Interfaces:
IsSingleton, MakesAspectMethods, PerClause

public class IsSingleton_c
extends PerClause_c
implements IsSingleton

Author:
Oege de Moor, Aske Simon Christensen

Constructor Summary
IsSingleton_c(Position pos)
           
 
Method Summary
 int kind()
           
 Per makeAIPer()
           
 void prettyPrint(CodeWriter w, PrettyPrinter tr)
           
 
Methods inherited from class abc.aspectj.ast.PerClause_c
aspectMethodsEnter, aspectMethodsLeave
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface abc.aspectj.ast.MakesAspectMethods
aspectMethodsEnter, aspectMethodsLeave
 

Constructor Detail

IsSingleton_c

public IsSingleton_c(Position pos)
Method Detail

prettyPrint

public void prettyPrint(CodeWriter w,
                        PrettyPrinter tr)

kind

public int kind()
Specified by:
kind in interface PerClause
Overrides:
kind in class PerClause_c

makeAIPer

public Per makeAIPer()
Specified by:
makeAIPer in interface PerClause