|
Java™ Pretty Printer Library v0.5 |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Layouter.IndentationBase in de.uka.ilkd.pp |
---|
Methods in de.uka.ilkd.pp that return Layouter.IndentationBase | |
---|---|
static Layouter.IndentationBase |
Layouter.IndentationBase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Layouter.IndentationBase[] |
Layouter.IndentationBase.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.IndentationBase | |
---|---|
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. |
|
|
||||||||
PREV NEXT | FRAMES NO FRAMES |