com.sun.tools.javac.jvm
Interface CRTFlags

All Known Implementing Classes:
CRTable

public interface CRTFlags

The CharacterRangeTable flags indicating type of an entry.

This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.


Field Summary
static int CRT_ASSIGNMENT
           
static int CRT_BLOCK
           
static int CRT_BRANCH_FALSE
           
static int CRT_BRANCH_TRUE
           
static int CRT_CREATE
           
static int CRT_FLOW_CONTROLLER
           
static int CRT_FLOW_TARGET
           
static int CRT_INVOKE
           
static int CRT_STATEMENT
          CRTEntry flags.
static int CRT_VALID_FLAGS
          The mask for valid flags
 

Field Detail

CRT_STATEMENT

static final int CRT_STATEMENT
CRTEntry flags.

See Also:
Constant Field Values

CRT_BLOCK

static final int CRT_BLOCK
See Also:
Constant Field Values

CRT_ASSIGNMENT

static final int CRT_ASSIGNMENT
See Also:
Constant Field Values

CRT_FLOW_CONTROLLER

static final int CRT_FLOW_CONTROLLER
See Also:
Constant Field Values

CRT_FLOW_TARGET

static final int CRT_FLOW_TARGET
See Also:
Constant Field Values

CRT_INVOKE

static final int CRT_INVOKE
See Also:
Constant Field Values

CRT_CREATE

static final int CRT_CREATE
See Also:
Constant Field Values

CRT_BRANCH_TRUE

static final int CRT_BRANCH_TRUE
See Also:
Constant Field Values

CRT_BRANCH_FALSE

static final int CRT_BRANCH_FALSE
See Also:
Constant Field Values

CRT_VALID_FLAGS

static final int CRT_VALID_FLAGS
The mask for valid flags

See Also:
Constant Field Values