Class InterTypeConstructorDeclaration

All Implemented Interfaces:
ReferenceContext, TypeConstants, TypeIds, ProblemSeverities

public class InterTypeConstructorDeclaration extends InterTypeDeclaration
An inter-type constructor declaration. This will generate two implementation methods in the aspect, the main one for the body of the constructor, and an additional preMethod for the code that runs before the super constructor is called.
Author:
Jim Hugunin