Skip to content

Commit c6d8987

Browse files
author
Arshia Malkani
committed
added type
1 parent 1f98d63 commit c6d8987

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/net/sf/jsqlparser/expression/Expression.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323

2424
public interface Expression {
2525

26+
String type = "";
2627
void accept(ExpressionVisitor expressionVisitor);
2728
}

0 commit comments

Comments
 (0)