Package org.aspectj.ajdt.internal.compiler.ast

Examples of org.aspectj.ajdt.internal.compiler.ast.IntertypeMemberClassDeclaration


  public boolean shouldTryToRecover(ASTNode node) {
    return !(node instanceof AspectDeclaration || node instanceof PointcutDeclaration || node instanceof AdviceDeclaration);
  }

  public TypeDeclaration createIntertypeMemberClassDeclaration(CompilationResult compilationResult) {
    return new IntertypeMemberClassDeclaration(compilationResult);
  }
View Full Code Here

TOP

Related Classes of org.aspectj.ajdt.internal.compiler.ast.IntertypeMemberClassDeclaration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.