Examples of alternativeName()


Examples of org.aspectj.org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.alternativeName()

          }
        }

        ClassScope memberScope = new ClassScope(this, memberContext);
        // Aspectj change - pass in extra parameter
        memberTypeBindings[count++] = memberScope.buildType(sourceType, sourceType.fPackage, accessRestriction,memberContext.alternativeName());
      }
      if (count != length)
        System.arraycopy(memberTypeBindings, 0, memberTypeBindings = new ReferenceBinding[count], 0, count);
    }
    sourceType.memberTypes = memberTypeBindings;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.