Uses of Class
asteroid.nodes.FieldNodeBuilder
-
Packages that use FieldNodeBuilder 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 FieldNodeBuilder in asteroid
Methods in asteroid that return FieldNodeBuilder Modifier and Type Method Description FieldNodeBuilderNodes. field(String name)Creates an instance ofFieldNodeBuilder -
Uses of FieldNodeBuilder in asteroid.nodes
Methods in asteroid.nodes that return FieldNodeBuilder Modifier and Type Method Description FieldNodeBuilderFieldNodeBuilder. expression(Expression initialExpression)Sets the initial expression of theFieldNodestatic FieldNodeBuilderFieldNodeBuilder. field(String name)Creates a builder with the field's nameFieldNodeBuilderFieldNodeBuilder. modifiers(int modifiers)The access modifiers for the field to createFieldNodeBuilderFieldNodeBuilder. owner(ClassNode owner)Sets the type of the instance containing the fieldFieldNodeBuilderFieldNodeBuilder. type(Class<?> type)Sets the type of theFieldNodeFieldNodeBuilderFieldNodeBuilder. type(ClassNode type)Sets the type of theFieldNode
-