Modifier and Type | Field and Description |
---|---|
static int |
F_ALL
Print any diagnostic information.
|
static int |
F_ERR
Print diagnostic information if erroneous states are detected in the jpy Python module.
|
static int |
F_EXEC
Print diagnostic information when code execution flow is passed from Java to Python or the other way round.
|
static int |
F_JVM
Print diagnostic information usage of the Java VM Invocation API.
|
static int |
F_MEM
Print diagnostic information about memory allocation/deallocation.
|
static int |
F_METH
Print diagnostic information while Java methods overloads are selected.
|
static int |
F_OFF
Print no diagnostic information at all.
|
static int |
F_TYPE
Print diagnostic information while Java types are resolved.
|
Modifier and Type | Method and Description |
---|---|
static int |
getFlags() |
static void |
setFlags(int flags)
Sets the current diagnostic flags.
|
public static final int F_OFF
public static final int F_TYPE
public static final int F_METH
public static final int F_EXEC
public static final int F_MEM
public static final int F_JVM
public static final int F_ERR
public static final int F_ALL
Copyright © 2014–2015 Brockmann Consult GmbH. All rights reserved.