|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.sqltools.parsers.sql.query.util.EObjectPrinter
public class EObjectPrinter
Field Summary | |
---|---|
boolean |
preprocessReferences
Printing the AST takes more time if set to true, all references of the AST will be indexed with their level in the AST, so the references of an EObject contained in the AST will only be traversed, if there's no higher level occurence of the same EObject in the AST. |
Constructor Summary | |
---|---|
EObjectPrinter()
|
Method Summary | |
---|---|
java.io.PrintWriter |
printEObjectReferenceTree(org.eclipse.emf.ecore.EObject p_object)
Prints the given EObject and its refernced EObjects in a tree structure to the PrintStream. |
java.io.PrintWriter |
printEObjectReferenceTree(org.eclipse.emf.ecore.EObject p_object,
boolean flush)
Prints the given EObject and its refernced EObjects in a tree structure to the PrintStream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean preprocessReferences
Constructor Detail |
---|
public EObjectPrinter()
Method Detail |
---|
public java.io.PrintWriter printEObjectReferenceTree(org.eclipse.emf.ecore.EObject p_object)
public java.io.PrintWriter printEObjectReferenceTree(org.eclipse.emf.ecore.EObject p_object, boolean flush)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |