| Modifier and Type | Method and Description |
|---|---|
static MethodCall |
Expression.call(Class type,
String name,
Expression... expression) |
default MethodCall |
Expression.call(String name,
Expression... expression) |
static MethodCall |
Expression.call(TypeDef type,
String name,
Expression... expression) |
static MethodCall |
Expression.call(TypeRef type,
String name,
Expression... expression) |
static MethodCall |
Expression.newCall(String name,
Expression... expression) |
Copyright © 2023. All rights reserved.