|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode
org.aspectj.org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration
org.aspectj.ajdt.internal.compiler.ast.AjConstructorDeclaration
public class AjConstructorDeclaration
Root class for all ConstructorDeclaration objects created by the parser. Enables us to generate extra attributes in the method_info attribute to support aspectj.
| Field Summary |
|---|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration |
|---|
constructorCall, typeParameters |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration |
|---|
annotations, arguments, binding, bodyEnd, bodyStart, compilationResult, declarationSourceEnd, declarationSourceStart, explicitDeclarations, ignoreFurtherInvestigation, javadoc, modifiers, modifiersSourceStart, scope, selector, statements, thrownExceptions |
| Fields inherited from interface org.aspectj.org.eclipse.jdt.internal.compiler.problem.ProblemSeverities |
|---|
Abort, AbortCompilation, AbortCompilationUnit, AbortMethod, AbortType, Error, Fatal, Ignore, Optional, SecondaryError, Warning |
| Constructor Summary | |
|---|---|
AjConstructorDeclaration(CompilationResult compilationResult)
|
|
| Method Summary | |
|---|---|
protected void |
addDeclarationStartLineAttribute(java.util.List extraAttributeList,
ClassFile classFile)
|
protected int |
generateInfoAttributes(ClassFile classFile)
Generates my info attributes, hook for subclasses |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration |
|---|
analyseCode, analyseCode, generateCode, generateSyntheticFieldInitializationsIfNecessary, isConstructor, isDefaultConstructor, isInitializationMethod, isRecursive, parseStatements, printBody, resolveJavadoc, resolveStatements, traverse, typeParameters |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration |
|---|
abort, bindArguments, bindThrownExceptions, compilationResult, ensureScopeSetup, finishResolveTypes, generateCode, hasErrors, isAbstract, isAnnotationMethod, isClinit, isMethod, isNative, isStatic, postParse, print, printReturnType, resolve, tagAsHavingErrors |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode |
|---|
checkInvocationArguments, concreteStatement, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, printAnnotations, printIndent, printModifiers, resolveAnnotations, resolveDeprecatedAnnotations, sourceEnd, sourceStart, toString, traverse |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AjConstructorDeclaration(CompilationResult compilationResult)
compilationResult - | Method Detail |
|---|
protected int generateInfoAttributes(ClassFile classFile)
AbstractMethodDeclaration
generateInfoAttributes in class AbstractMethodDeclaration
protected void addDeclarationStartLineAttribute(java.util.List extraAttributeList,
ClassFile classFile)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||