| Package | Description |
|---|---|
| org.clafer.ast.analysis |
This package provides various analysis and optimizations to perform on the
AST.
|
| Modifier and Type | Method and Description |
|---|---|
Format |
Analysis.getFormat(AstClafer clafer) |
static Format |
Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Format[] |
Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<AstClafer,Format> |
Analysis.getFormatMap() |
| Modifier and Type | Method and Description |
|---|---|
Analysis |
Analysis.setFormatMap(Map<AstClafer,Format> formatMap) |
Copyright © 2013. All Rights Reserved.