Skip to content

use interface in ColumnDefinition #1367

Closed
@sixinli

Description

@sixinli

it seems like since https://github.com/JSQLParser/JSqlParser/pull/1274/files#diff-7a533138e54adbf0baac5356d4b7d4a6d192300199ef50eede004f706fd35de3R104 ColumnDefinition accepts ExpressionVisitorAdapter

public void accept(ExpressionVisitorAdapter expressionVisitor) {
expressionVisitor.visit(this);
}

is it possible to have it take one of the interfaces instead?

(just noticed also, they seem to be referencing each other, ExpressionVisitorAdapter#visit calls ColumnDefinition#accept)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions