|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectua.gradsoft.termware.printers.PrettyPrintingToken
public class PrettyPrintingToken
| Nested Class Summary | |
|---|---|
static class |
PrettyPrintingToken.Kind
|
| Method Summary | |
|---|---|
static PrettyPrintingToken |
createBegin(PrettyPrintingBreakType breakType,
int size,
int offset)
|
static PrettyPrintingToken |
createBreak(PrettyPrintingBreakType breakType,
int size,
int offset)
|
static PrettyPrintingToken |
createEnd(PrettyPrintingBreakType breakType,
int size,
int offset)
|
static PrettyPrintingToken |
createEof()
|
static PrettyPrintingToken |
createString(String value)
|
PrettyPrintingBreakType |
getBreakType()
|
PrettyPrintingToken.Kind |
getKind()
|
int |
getLength()
|
int |
getOffset()
|
String |
getString()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static PrettyPrintingToken createString(String value)
public static PrettyPrintingToken createBegin(PrettyPrintingBreakType breakType,
int size,
int offset)
public static PrettyPrintingToken createEnd(PrettyPrintingBreakType breakType,
int size,
int offset)
public static PrettyPrintingToken createBreak(PrettyPrintingBreakType breakType,
int size,
int offset)
public static PrettyPrintingToken createEof()
public PrettyPrintingToken.Kind getKind()
public PrettyPrintingBreakType getBreakType()
public int getLength()
public int getOffset()
public String getString()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||