Uses of Class
asteroid.nodes.AnnotationNodeBuilder
-
Packages that use AnnotationNodeBuilder 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.nodes This package contains classes to buildASTNodeinstances -
-
Uses of AnnotationNodeBuilder in asteroid
Methods in asteroid that return AnnotationNodeBuilder Modifier and Type Method Description AnnotationNodeBuilderNodes. annotation(Class annotationClazz)Creates an instance ofAnnotationNodeBuilder -
Uses of AnnotationNodeBuilder in asteroid.nodes
Methods in asteroid.nodes that return AnnotationNodeBuilder Modifier and Type Method Description static AnnotationNodeBuilderAnnotationNodeBuilder. annotation(Class clazz)AnnotationNodeBuilderAnnotationNodeBuilder. member(String name, Expression expression)Adds a new member to the annotation
AST
-