Class ClassDecl.RecordComponentDecl
java.lang.Object
net.covers1624.coffeegrinder.bytecode.insns.ClassDecl.RecordComponentDecl
- Enclosing class:
ClassDecl
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable MethodDeclfinal FieldDeclfinal booleanfinal List<AnnotationData> final TypeAnnotationData -
Constructor Summary
ConstructorsConstructorDescriptionRecordComponentDecl(FieldDecl field, boolean isVarargs, MethodDecl accessor, TypeAnnotationData typeAnnotations, List<AnnotationData> regularAnnotations) -
Method Summary
-
Field Details
-
field
-
isVarargs
public final boolean isVarargs -
accessor
-
typeAnnotations
-
regularAnnotations
-
-
Constructor Details
-
RecordComponentDecl
public RecordComponentDecl(FieldDecl field, boolean isVarargs, MethodDecl accessor, TypeAnnotationData typeAnnotations, List<AnnotationData> regularAnnotations)
-