public class Caller extends Object
| Constructor and Description |
|---|
Caller() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAsynchronous(Object receiver,
String method) |
static boolean |
isAsynchronous(Object receiver,
String method,
Object... args)
Checks if the method is called from asynchronous CPS transformed code.
|
static boolean |
isAsynchronous(Object receiver,
String method,
Object arg1) |
static boolean |
isAsynchronous(Object receiver,
String method,
Object arg1,
Object arg2) |
Copyright © 2011–2019. All rights reserved.