Package org.eclipse.xtext.xbase.compiler
Class TreeAppendableUtil
- java.lang.Object
-
- org.eclipse.xtext.xbase.compiler.TreeAppendableUtil
-
public class TreeAppendableUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TreeAppendableUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ITreeAppendabletraceSignificant(ITreeAppendable appendable, org.eclipse.emf.ecore.EObject source)ITreeAppendabletraceSignificant(ITreeAppendable appendable, org.eclipse.emf.ecore.EObject source, boolean useForDebugging)ITreeAppendabletraceWithComments(ITreeAppendable appendable, org.eclipse.emf.ecore.EObject source)
-
-
-
Method Detail
-
traceSignificant
public ITreeAppendable traceSignificant(ITreeAppendable appendable, org.eclipse.emf.ecore.EObject source)
-
traceSignificant
public ITreeAppendable traceSignificant(ITreeAppendable appendable, org.eclipse.emf.ecore.EObject source, boolean useForDebugging)
-
traceWithComments
public ITreeAppendable traceWithComments(ITreeAppendable appendable, org.eclipse.emf.ecore.EObject source)
-
-