Supported (Variable is Type expression) for user defined classes.
This commit is contained in:
@@ -268,4 +268,8 @@ public class AstUtil {
|
||||
result.setStatements(statements);
|
||||
return result;
|
||||
}
|
||||
|
||||
public static JsPrefixOperation negation(JsExpression expression) {
|
||||
return new JsPrefixOperation(JsUnaryOperator.NOT, expression);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user