|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PrettyStatement
Interface for creating statement objects that can be used to provide string representations of Statements in a PDS label.
Method Summary | |
---|---|
java.lang.String |
toString()
Return a string representation of a statement where there is no indentation and the '=' is placed 2 spaces after the identifier. |
java.lang.String |
toString(short indentLength)
Return a string representation of a statement where the indentation is specified. |
java.lang.String |
toString(short indentLength,
int equalsPosition)
Return a string representation of a statement where the indentation and the position of the '=' are defined. |
Method Detail |
---|
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toString(short indentLength)
indentLength
- The number of spaces to indent the statement.java.lang.String toString(short indentLength, int equalsPosition)
indentLength
- The number of spaces to indent the statement.equalsPosition
- The position of the '='.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |