public abstract class BlockTransformation extends Transformation
Modifier | Constructor and Description |
---|---|
protected |
BlockTransformation(AnalyzedPragma startDirective,
AnalyzedPragma endDirective)
BlockTransformation ctor.
|
Modifier and Type | Method and Description |
---|---|
AnalyzedPragma |
getEndDirective()
Get the end directive that triggered the transformation.
|
abortOnFailedAnalysis, analyze, canBeTransformedWith, getDirective, getStartLine, isTransformed, setStartLine, transform, transformed
protected BlockTransformation(AnalyzedPragma startDirective, AnalyzedPragma endDirective)
startDirective
- The directive that triggered the transformation.endDirective
- The end directive that close the structured block.public AnalyzedPragma getEndDirective()