abc.aspectj.extension
Class AJSpecial_c

java.lang.Object
  extended by Special_c
      extended by abc.aspectj.extension.AJSpecial_c

public class AJSpecial_c
extends Special_c

disambiguate this and super in intertype method declarations

Author:
Oege de Moor

Constructor Summary
AJSpecial_c(Position pos, Special.Kind kind, TypeNode qualifier)
           
 
Method Summary
 Node disambiguate(AmbiguityRemover ar)
          Disambiguate the expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AJSpecial_c

public AJSpecial_c(Position pos,
                   Special.Kind kind,
                   TypeNode qualifier)
Method Detail

disambiguate

public Node disambiguate(AmbiguityRemover ar)
                  throws SemanticException
Disambiguate the expression.

Throws:
SemanticException