Uses of Package
asteroid.transformer
-
Packages that use asteroid.transformer Package Description asteroid This package contains:
Classes to implement a local AST transformation Classes to access builder to create: nodes, expressions, statements Classes to make it easier to access AST node values Classes to check AST nodes Most of the times you can access all these functionalities through theAclassasteroid.internal This package contains internal AST transformations to get rid of boilerplate code when creating a local AST transformation.asteroid.transformer This package contains classes to create global AST transformations -
Classes in asteroid.transformer used by asteroid Class Description Transformer All transformer implementations responsible for modifying an AST node in aAbstractGlobalTransformationshould implement this interface -
Classes in asteroid.transformer used by asteroid.internal Class Description AbstractClassNodeTransformer ThisTransformercan be used to transformClassNodenodes.AbstractTransformer Most transformers need at some point the source unit in order to fix or apply properly the scope to each variable.Transformer All transformer implementations responsible for modifying an AST node in aAbstractGlobalTransformationshould implement this interface -
Classes in asteroid.transformer used by asteroid.transformer Class Description AbstractTransformer Most transformers need at some point the source unit in order to fix or apply properly the scope to each variable.Transformer All transformer implementations responsible for modifying an AST node in aAbstractGlobalTransformationshould implement this interface