soot.toolkits.graph.interaction
Interface IInteractionConstants


public interface IInteractionConstants


Field Summary
static int BACKWARDS
           
static int CALL_GRAPH_DONE
           
static int CALL_GRAPH_NEXT_METHOD
           
static int CALL_GRAPH_PART
           
static int CALL_GRAPH_START
           
static int CLEARTO
           
static int CONTINUE
           
static int DONE
           
static int FORWARDS
           
static int NEW_AFTER_ANALYSIS_INFO
           
static int NEW_AFTER_ANALYSIS_INFO_AUTO
           
static int NEW_ANALYSIS
           
static int NEW_BEFORE_ANALYSIS_INFO
           
static int NEW_BEFORE_ANALYSIS_INFO_AUTO
           
static int NEW_CFG
           
static int REPLACE
           
static int STOP_AT_NODE
           
static int WANT_ANALYSIS
           
 

Field Detail

NEW_ANALYSIS

static final int NEW_ANALYSIS
See Also:
Constant Field Values

WANT_ANALYSIS

static final int WANT_ANALYSIS
See Also:
Constant Field Values

NEW_CFG

static final int NEW_CFG
See Also:
Constant Field Values

CONTINUE

static final int CONTINUE
See Also:
Constant Field Values

NEW_BEFORE_ANALYSIS_INFO

static final int NEW_BEFORE_ANALYSIS_INFO
See Also:
Constant Field Values

NEW_AFTER_ANALYSIS_INFO

static final int NEW_AFTER_ANALYSIS_INFO
See Also:
Constant Field Values

DONE

static final int DONE
See Also:
Constant Field Values

FORWARDS

static final int FORWARDS
See Also:
Constant Field Values

BACKWARDS

static final int BACKWARDS
See Also:
Constant Field Values

CLEARTO

static final int CLEARTO
See Also:
Constant Field Values

REPLACE

static final int REPLACE
See Also:
Constant Field Values

NEW_BEFORE_ANALYSIS_INFO_AUTO

static final int NEW_BEFORE_ANALYSIS_INFO_AUTO
See Also:
Constant Field Values

NEW_AFTER_ANALYSIS_INFO_AUTO

static final int NEW_AFTER_ANALYSIS_INFO_AUTO
See Also:
Constant Field Values

STOP_AT_NODE

static final int STOP_AT_NODE
See Also:
Constant Field Values

CALL_GRAPH_START

static final int CALL_GRAPH_START
See Also:
Constant Field Values

CALL_GRAPH_NEXT_METHOD

static final int CALL_GRAPH_NEXT_METHOD
See Also:
Constant Field Values

CALL_GRAPH_PART

static final int CALL_GRAPH_PART
See Also:
Constant Field Values

CALL_GRAPH_DONE

static final int CALL_GRAPH_DONE
See Also:
Constant Field Values