abc.aspectj.extension
Class AJConstructorDecl_c

java.lang.Object
  extended by ConstructorDecl_c
      extended by abc.aspectj.extension.AJConstructorDecl_c

public class AJConstructorDecl_c
extends ConstructorDecl_c

Author:
Oege de Moor

Constructor Summary
AJConstructorDecl_c(Position pos, Flags flags, java.lang.String name, java.util.List formals, java.util.List throwTypes, Block body)
           
 
Method Summary
 NodeVisitor disambiguateEnter(AmbiguityRemover ar)
           
 Node typeCheck(TypeChecker tc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AJConstructorDecl_c

public AJConstructorDecl_c(Position pos,
                           Flags flags,
                           java.lang.String name,
                           java.util.List formals,
                           java.util.List throwTypes,
                           Block body)
Method Detail

disambiguateEnter

public NodeVisitor disambiguateEnter(AmbiguityRemover ar)
                              throws SemanticException
Throws:
SemanticException

typeCheck

public Node typeCheck(TypeChecker tc)
               throws SemanticException
Throws:
SemanticException