Package | Description |
---|---|
claw.shenron.transformation | |
claw.wani.language |
Modifier and Type | Method and Description |
---|---|
AnalyzedPragma |
Transformation.getDirective()
Get the directive that triggered the transformation.
|
AnalyzedPragma |
BlockTransformation.getEndDirective()
Get the end directive that triggered the transformation.
|
Constructor and Description |
---|
BlockTransformation(AnalyzedPragma startDirective,
AnalyzedPragma endDirective)
BlockTransformation ctor.
|
Transformation(AnalyzedPragma directive)
Transformation ctor for directive triggered transformation.
|
Modifier and Type | Class and Description |
---|---|
class |
ClawPragma
ClawPragma class represent an analyzed pragma statement.
|