Package | Description |
---|---|
org.eth.cyril.expressions |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<JavaMethodExpression.MethodDescriptor> |
JavaMethodExpression.getMethodByName(Value value,
java.lang.String name,
java.lang.String jniSignature) |
static java.util.List<JavaMethodExpression.MethodDescriptor> |
JavaMethodExpression.getMethodsWithArguments(Value value) |
static java.util.List<JavaMethodExpression.MethodDescriptor> |
JavaMethodExpression.getMethodsWithoutArguments(Value value) |
Constructor and Description |
---|
JavaMethodExpression(JavaMethodExpression.MethodDescriptor descriptor) |