Package org.eclipse.epsilon.egl.output
Class TemplateOperationOutputBuffer
java.lang.Object
org.eclipse.epsilon.egl.output.OutputBuffer
org.eclipse.epsilon.egl.output.TemplateOperationOutputBuffer
- All Implemented Interfaces:
IOutputBuffer
-
Field Summary
Fields inherited from class org.eclipse.epsilon.egl.output.OutputBuffer
buffer, contentTypeSet, context, customPartitioners, hasControlledRegions, hasProtectedRegions, indenters, lastLine, outdentationFormatter, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.epsilon.egl.output.OutputBuffer
assertNoMixedRegions, calculateIndentationToMatch, chop, formatWith, getCurrentLineNumber, getIndenters, getLastLineInBuffer, getLength, getOutdentationFormatter, getParent, print, printdyn, println, replaceContentsWith, setContentType, setIndenters, setParent, startControl, startControl, startLocate, startLocate, startPreserve, startPreserve, stop, stopControl, stopLocate, stopPreserve, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.epsilon.egl.output.IOutputBuffer
control, control, getCurrentColumnNumber, getNewline, getSpaces, preserve, preserve, println, prinx
-
Constructor Details
-
TemplateOperationOutputBuffer
-
-
Method Details
-
getOffset
public int getOffset()Description copied from interface:IOutputBufferReturns the size of the buffer.- Specified by:
getOffsetin interfaceIOutputBuffer- Overrides:
getOffsetin classOutputBuffer
-