Uses of Class
io.sundr.model.MethodCall
-
Uses of MethodCall in io.sundr.model
Methods in io.sundr.model that return MethodCallModifier and TypeMethodDescriptionClassRef.call(String name, Expression... arguments) ClassRef.call(String name, List<Expression> arguments) default MethodCallExpression.call(Method method, Expression... expression) static MethodCallExpression.call(TypeDef type, String name, Expression... expression) static MethodCallExpression.call(TypeRef type, String name, Expression... expression) static MethodCallExpression.call(Class type, String name, Expression... expression) default MethodCallExpression.call(String name, Expression... expression) static MethodCallSuper.call(Expression... arguments) static MethodCallSuper.call(List<? extends Expression> arguments) static MethodCallThis.call(Expression... arguments) static MethodCallThis.call(List<? extends Expression> arguments) static MethodCallExpression.newCall(String name, Expression... expression)