Package processing.mode.java.preproc
Interface PdeIssueEmitter.SourceEmitter
- Enclosing class:
- PdeIssueEmitter
public static interface PdeIssueEmitter.SourceEmitter
Simple interface for strategy which can emit the full body of a processing sketch.
-
Method Summary
-
Method Details
-
getSource
String getSource()Get the full body of the processing sketch.- Returns:
- String processing sketch source code across all tabs.
-