Class RecordHelper
- java.lang.Object
-
- org.jetbrains.java.decompiler.main.RecordHelper
-
public final class RecordHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RecordHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidappendRecordComponents(TextBuffer buffer, StructClass cl, java.util.List<StructRecordComponent> components, int indent)static booleanisHiddenRecordMethod(StructClass cl, StructMethod mt, RootStatement root)
-
-
-
Method Detail
-
isHiddenRecordMethod
public static boolean isHiddenRecordMethod(StructClass cl, StructMethod mt, RootStatement root)
-
appendRecordComponents
public static void appendRecordComponents(TextBuffer buffer, StructClass cl, java.util.List<StructRecordComponent> components, int indent)
-
-