public class ErrorTreeAppendable extends TreeAppendable
TreeAppendable.Visitor| Constructor and Description |
|---|
ErrorTreeAppendable(SharedAppendableState state,
org.eclipse.xtext.generator.trace.ITraceURIConverter converter,
org.eclipse.xtext.resource.ILocationInFileProvider locationProvider,
IJvmModelAssociations jvmModelAssociations,
java.util.Set<org.eclipse.xtext.generator.trace.ILocationData> sourceLocations,
boolean useForDebugging) |
| Modifier and Type | Method and Description |
|---|---|
TreeAppendable |
append(org.eclipse.xtext.common.types.JvmType type) |
protected TreeAppendable |
createChild(SharedAppendableState state,
org.eclipse.xtext.resource.ILocationInFileProvider locationProvider,
IJvmModelAssociations jvmModelAssociations,
java.util.Set<org.eclipse.xtext.generator.trace.ILocationData> newData,
boolean useForDebugging) |
protected org.eclipse.xtext.linking.lazy.LazyURIEncoder |
getOrCreateURIEncoder() |
accept, acceptVisitor, append, append, append, appendIndented, appendTreeAppendable, appendUnsafe, charAt, closeLastChild, closeScope, createAllLocationData, createLightweightTypeReferenceSerializer, createLocationData, createLocationData, declareSyntheticVariable, declareUniqueNameVariable, declareVariable, decreaseIndentation, doGetContent, dump, dump, errorChild, getChildren, getContent, getGeneratorConfig, getImports, getLocationData, getName, getObject, getState, getTraceRegion, getTraceURIConverter, hasName, hasObject, increaseIndentation, isClosed, isJava, isUseForDebugging, length, markClosed, newLine, openPseudoScope, openScope, removeName, subSequence, toString, trace, trace, trace, trace, trace, trace, trace, tracepublic ErrorTreeAppendable(SharedAppendableState state, org.eclipse.xtext.generator.trace.ITraceURIConverter converter, org.eclipse.xtext.resource.ILocationInFileProvider locationProvider, IJvmModelAssociations jvmModelAssociations, java.util.Set<org.eclipse.xtext.generator.trace.ILocationData> sourceLocations, boolean useForDebugging)
protected org.eclipse.xtext.linking.lazy.LazyURIEncoder getOrCreateURIEncoder()
public TreeAppendable append(org.eclipse.xtext.common.types.JvmType type)
append in interface IAppendableappend in interface ISourceAppenderappend in interface ITreeAppendableappend in class TreeAppendableprotected TreeAppendable createChild(SharedAppendableState state, org.eclipse.xtext.resource.ILocationInFileProvider locationProvider, IJvmModelAssociations jvmModelAssociations, java.util.Set<org.eclipse.xtext.generator.trace.ILocationData> newData, boolean useForDebugging)
createChild in class TreeAppendable