Package org.eclipse.xtext.xbase.compiler
Interface ISourceAppender
-
- All Known Subinterfaces:
IAppendable,ITreeAppendable
- All Known Implementing Classes:
AbstractStringBuilderBasedAppendable,ErrorTreeAppendable,FakeTreeAppendable,StringBuilderBasedAppendable,TreeAppendable
public interface ISourceAppender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISourceAppenderappend(java.lang.CharSequence string)ISourceAppenderappend(org.eclipse.xtext.common.types.JvmType type)ISourceAppenderappend(LightweightTypeReference typeRef)ISourceAppenderdecreaseIndentation()ISourceAppenderincreaseIndentation()booleanisJava()ISourceAppendernewLine()
-
-
-
Method Detail
-
append
ISourceAppender append(java.lang.CharSequence string)
-
append
ISourceAppender append(org.eclipse.xtext.common.types.JvmType type)
-
append
ISourceAppender append(LightweightTypeReference typeRef)
-
newLine
ISourceAppender newLine()
-
increaseIndentation
ISourceAppender increaseIndentation()
-
decreaseIndentation
ISourceAppender decreaseIndentation()
-
isJava
boolean isJava()
-
-