Uses of Class
asteroid.nodes.GenericsTypeBuilder
-
Packages that use GenericsTypeBuilder 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 GenericsTypeBuilder in asteroid
Methods in asteroid that return GenericsTypeBuilder Modifier and Type Method Description GenericsTypeBuilderNodes. generics(ClassNode classNode)Creates an instance ofGenericsTypeBuilder -
Uses of GenericsTypeBuilder in asteroid.nodes
Methods in asteroid.nodes that return GenericsTypeBuilder Modifier and Type Method Description static GenericsTypeBuilderGenericsTypeBuilder. generics(ClassNode classNode)Sets the type of the generic type
-