Java™ Pretty Printer Library v0.5


Uses of Class
de.uka.ilkd.pp.Layouter.BreakConsistency

Uses of Layouter.BreakConsistency in de.uka.ilkd.pp
 

Methods in de.uka.ilkd.pp that return Layouter.BreakConsistency
static Layouter.BreakConsistency Layouter.BreakConsistency.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Layouter.BreakConsistency[] Layouter.BreakConsistency.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.uka.ilkd.pp with parameters of type Layouter.BreakConsistency
 DataLayouter<Exc> DataLayouter.begin(Layouter.BreakConsistency consistent, Layouter.IndentationBase fromPos, int indent)
           
 Layouter<Exc> Layouter.begin(Layouter.BreakConsistency cons, Layouter.IndentationBase indBase, int indent)
          Begin a block.
 


SourceForge.net