Interface | Description |
---|---|
SubstitutionRequestProvider |
Maps AST model object to the
RootNode |
ValueConvertor |
Converts the individual parameter values to required type after substitution
Converts the matching model values to parameter values during matching process
|
Class | Description |
---|---|
DefaultGenerator |
Drives generation process
|
PatternPrinter |
Generates the source code corresponding to a Pattern's RootNode
|
ResultHolder<T> |
Container for single or multiple values of required type
|
ResultHolder.Multiple<T> |
Container of multiple values of required type
|
ResultHolder.Single<T> |
Container of single value of required type
|
ValueConvertorImpl |
Converts the individual parameter values to required type
|
Copyright © 2007–2021 Inria. All rights reserved.