Package org.aspectj.org.eclipse.jdt.internal.formatter

Examples of org.aspectj.org.eclipse.jdt.internal.formatter.Location


  // location to align and break on.
  public Alignment(String name, int mode, int tieBreakRule, Scribe scribe, int fragmentCount, int sourceRestart, int continuationIndent){
   
    this.name = name;
    this.location = new Location(scribe, sourceRestart);
    this.mode = mode;
    this.tieBreakRule = tieBreakRule;
    this.fragmentCount = fragmentCount;
    this.scribe = scribe;
    this.originalIndentationLevel = this.scribe.indentationLevel;
View Full Code Here

TOP

Related Classes of org.aspectj.org.eclipse.jdt.internal.formatter.Location

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.