MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / Expression

Method Expression

src/main/java/com/sql/parse/model/Expression.java:16–19  ·  view source on GitHub ↗
(String expression, OperatorTypeEnum type)

Source from the content-addressed store, hash-verified

14 private String expression;
15
16 public Expression(String expression, OperatorTypeEnum type) {
17 this.type = type;
18 this.expression = expression;
19 }
20
21 public boolean isDisable() {
22 return disable;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected