(String expression, ValueTypeEnum type)
| 14 | private boolean disable = false; |
| 15 | |
| 16 | public Arg(String expression, ValueTypeEnum type) { |
| 17 | this.expression = expression; |
| 18 | this.type = type; |
| 19 | } |
| 20 | |
| 21 | public String getExpression() { |
| 22 | return expression; |
nothing calls this directly
no outgoing calls
no test coverage detected