[ FullOpeningTag( FullOpeningTagStatement { span: Span { line: 1, column: 1, position: 0, }, }, ), Interface( InterfaceStatement { attributes: [], interface: Span { line: 3, column: 1, position: 7, }, name: SimpleIdentifier { span: Span { line: 3, column: 11, position: 17, }, value: "foo", }, extends: None, body: InterfaceBody { left_brace: Span { line: 3, column: 15, position: 21, }, members: [ Method( AbstractMethod { comments: CommentGroup { comments: [], }, attributes: [], modifiers: MethodModifierGroup { modifiers: [ Public( Span { line: 4, column: 6, position: 28, }, ), Static( Span { line: 4, column: 14, position: 36, }, ), ], }, function: Span { line: 4, column: 21, position: 43, }, ampersand: None, name: SimpleIdentifier { span: Span { line: 4, column: 30, position: 52, }, value: "bar", }, parameters: FunctionParameterList { comments: CommentGroup { comments: [], }, left_parenthesis: Span { line: 4, column: 33, position: 55, }, parameters: CommaSeparated { inner: [], commas: [], }, right_parenthesis: Span { line: 4, column: 34, position: 56, }, }, return_type: None, semicolon: Span { line: 4, column: 35, position: 57, }, }, ), ], right_brace: Span { line: 5, column: 1, position: 59, }, }, }, ), ]