org.eclipse.xpand2.output
Interface InsertionPointSupport

All Known Implementing Classes:
BlankLineSkippingOutput, FileHandleImpl, OutputImpl, TracingOutput

public interface InsertionPointSupport

Since:
1.0.0 M5
Author:
Karsten Thoms - Initial contribution and API

Method Summary
 void activateInsertionPoint(Statement stmt)
           
 void deactivateInsertionPoint(Statement stmt)
           
 void registerInsertionPoint(Statement stmt)
           
 

Method Detail

registerInsertionPoint

void registerInsertionPoint(Statement stmt)

activateInsertionPoint

void activateInsertionPoint(Statement stmt)

deactivateInsertionPoint

void deactivateInsertionPoint(Statement stmt)