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

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


  public ConstructorDeclaration createConstructorDeclaration(CompilationResult result) {
    return new AjConstructorDeclaration(result);
  }

  public MessageSend createProceed(MessageSend m) {
    return new Proceed(m);
  }
View Full Code Here


   
  /* (non-Javadoc)
   * @see org.eclipse.jdt.internal.compiler.parser.Parser.IDeclarationFactory#createProceed(org.eclipse.jdt.internal.compiler.ast.MessageSend)
   */
  public MessageSend createProceed(MessageSend m) {
    return new Proceed(m);
  }
View Full Code Here

TOP

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

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.