getPositionalFields abstract method
Returns the list of positional fields in the record, in order of position.
Implementation
List<RecordFieldDeclaration> getPositionalFields();
Returns the list of positional fields in the record, in order of position.
List<RecordFieldDeclaration> getPositionalFields();