public class GinqASTTransformation
extends AbstractASTTransformation
Handles generation of code for the @GQ annotation.
| Fields inherited from class | Fields |
|---|---|
class AbstractASTTransformation |
RETENTION_CLASSNODE, sourceUnit |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
visit(ASTNode[] nodes, SourceUnit sourceUnit)Rewrites annotated methods by replacing their bodies with transformed GINQ queries. |
Rewrites annotated methods by replacing their bodies with transformed GINQ queries.
nodes - the transformation nodessourceUnit - the source unit being transformed