|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.xquery.util.ExpressionDumper
public class ExpressionDumper
| Field Summary | |
|---|---|
static int |
DEFAULT_INDENT_AMOUNT
|
| Constructor Summary | |
|---|---|
ExpressionDumper(Writer writer)
|
|
ExpressionDumper(Writer writer,
int indentAmount)
|
|
ExpressionDumper(Writer writer,
int indentAmount,
int verbosity)
|
|
| Method Summary | |
|---|---|
ExpressionDumper |
display(char ch)
|
ExpressionDumper |
display(Object object)
|
ExpressionDumper |
display(String s)
|
ExpressionDumper |
display(String s,
XQueryAST ast)
|
static String |
dump(Expression expr)
|
ExpressionDumper |
endIndent()
|
ExpressionDumper |
nl()
|
ExpressionDumper |
startIndent()
|
int |
verbosity()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_INDENT_AMOUNT
| Constructor Detail |
|---|
public ExpressionDumper(Writer writer)
public ExpressionDumper(Writer writer,
int indentAmount)
public ExpressionDumper(Writer writer,
int indentAmount,
int verbosity)
| Method Detail |
|---|
public static String dump(Expression expr)
public int verbosity()
public ExpressionDumper display(Object object)
public ExpressionDumper display(String s)
public ExpressionDumper display(String s,
XQueryAST ast)
public ExpressionDumper display(char ch)
public ExpressionDumper startIndent()
public ExpressionDumper endIndent()
public ExpressionDumper nl()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||