public class Global extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
UNDEFINE |
| Constructor and Description |
|---|
Global() |
| Modifier and Type | Method and Description |
|---|---|
static float |
getExpressThreshold() |
static String |
getFlow() |
static int |
getThread() |
static int |
getTST() |
static boolean |
isDebug() |
static boolean |
isEnableUnwrappedFlow() |
static boolean |
isEnableWrappedFlow() |
static boolean |
isExpress() |
static boolean |
isListContext() |
static void |
setDebug(boolean debug) |
static void |
setEnableUnwrappedFlow(boolean enableUnwrappedFlow) |
static void |
setEnableWrappedFlow(boolean enableWrappedFlow) |
static void |
setExpress(boolean isExpress) |
static void |
setExpressThreshold(float expressThreshold) |
static void |
setFlow(String flow) |
static void |
setListContext(boolean listContext) |
static void |
setThread(int thread) |
static void |
setTST(int tst) |
public static final int UNDEFINE
public static void setDebug(boolean debug)
public static boolean isDebug()
public static String getFlow()
public static void setFlow(String flow)
public static boolean isEnableWrappedFlow()
public static void setEnableWrappedFlow(boolean enableWrappedFlow)
public static boolean isEnableUnwrappedFlow()
public static void setEnableUnwrappedFlow(boolean enableUnwrappedFlow)
public static boolean isExpress()
public static void setExpress(boolean isExpress)
public static int getTST()
public static void setTST(int tst)
public static int getThread()
public static void setThread(int thread)
public static float getExpressThreshold()
public static void setExpressThreshold(float expressThreshold)
public static boolean isListContext()
public static void setListContext(boolean listContext)
Copyright © 2024 Soot OSS. All rights reserved.