Package org.joni.constants
Interface AsmConstants
-
- All Known Implementing Classes:
AsmCompiler
,AsmCompilerSupport
public interface AsmConstants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BITSET
static int
BYTES
static java.lang.String
CODERANGE
static java.lang.String
END
static int
LAST_INDEX
static java.lang.String
MSA_BEGIN
static java.lang.String
MSA_BEST_LEN
static java.lang.String
MSA_BEST_S
static java.lang.String
MSA_END
static java.lang.String
MSA_OPTONS
static java.lang.String
MSA_START
static int
RANGE
static int
S
static int
SPREV
static int
SSTART
static java.lang.String
STR
static java.lang.String
TEMPLATE
static int
THIS
-
-
-
Field Detail
-
THIS
static final int THIS
- See Also:
- Constant Field Values
-
RANGE
static final int RANGE
- See Also:
- Constant Field Values
-
SSTART
static final int SSTART
- See Also:
- Constant Field Values
-
SPREV
static final int SPREV
- See Also:
- Constant Field Values
-
S
static final int S
- See Also:
- Constant Field Values
-
BYTES
static final int BYTES
- See Also:
- Constant Field Values
-
LAST_INDEX
static final int LAST_INDEX
- See Also:
- Constant Field Values
-
STR
static final java.lang.String STR
- See Also:
- Constant Field Values
-
END
static final java.lang.String END
- See Also:
- Constant Field Values
-
MSA_START
static final java.lang.String MSA_START
- See Also:
- Constant Field Values
-
MSA_OPTONS
static final java.lang.String MSA_OPTONS
- See Also:
- Constant Field Values
-
MSA_BEST_LEN
static final java.lang.String MSA_BEST_LEN
- See Also:
- Constant Field Values
-
MSA_BEST_S
static final java.lang.String MSA_BEST_S
- See Also:
- Constant Field Values
-
MSA_BEGIN
static final java.lang.String MSA_BEGIN
- See Also:
- Constant Field Values
-
MSA_END
static final java.lang.String MSA_END
- See Also:
- Constant Field Values
-
BITSET
static final java.lang.String BITSET
- See Also:
- Constant Field Values
-
CODERANGE
static final java.lang.String CODERANGE
- See Also:
- Constant Field Values
-
TEMPLATE
static final java.lang.String TEMPLATE
- See Also:
- Constant Field Values
-
-