Class TypeAnnotationTree
java.lang.Object
net.covers1624.coffeegrinder.type.TypeAnnotationTree
Created by covers1624 on 2/2/23.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<Annotation> static final TypeAnnotationTreefinal @Nullable TypeAnnotationTree.Target -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStep(TypeAnnotationTree.Target target) addStep(TypeAnnotationTree.Target target, int index) net.covers1624.quack.collection.FastStream<TypeAnnotationTree> children()static TypeAnnotationTreecopy(TypeAnnotationTree other) booleanbooleanisEmpty()mergeFrom(TypeAnnotationTree other) Merge the given annotations with the current annotations.step(TypeAnnotationTree.Target target) step(TypeAnnotationTree.Target target, int index)
-
Field Details
-
EMPTY
-
target
-
annotations
-
-
Constructor Details
-
TypeAnnotationTree
public TypeAnnotationTree() -
TypeAnnotationTree
-
-
Method Details