Uses of Package
asteroid.utils
-
Packages that use asteroid.utils 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.utils This package contains utility classes -
Classes in asteroid.utils used by asteroid Class Description ExpressionUtils Utility classes to deal withExpressioninstancesNodeUtils General utility methods to deal withASTNodeinstancesStatementUtils General utility methods to deal withStatementinstances -
Classes in asteroid.utils used by asteroid.utils Class Description StatementUtils.Group Represent a group of statements grouped by a given label.StatementUtils.Label This class helps to identify a list of statements.