Frame constructor

Frame(Uri uri, int line, int column, String member)

Implementation

Frame(this.uri, this.line, this.column, this.member);