|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JapeConstants
Constants interface for the JAPE package.
Field Summary | |
---|---|
static int |
APPELT_STYLE
Appelt-style rule application |
static int |
BRILL_STYLE
Brill-style rule application |
static int |
DEFAULT_PRIORITY
The default priority of a rule. |
static int |
EQUAL
Comparison operator for equality (==) |
static int |
FIRST_STYLE
Appelt-shortest-style rule application |
static int |
GREATER
Comparison operator for greater than (>) |
static int |
GREATER_OR_EQUAL
Comparison operator for greater or equal (>=) |
static int |
INDENT_PADDING
How far to increase indent when padding toString invocations. |
static int |
KLEENE_PLUS
Kleene plus (+) |
static int |
KLEENE_QUERY
Kleene query (?) |
static int |
KLEENE_STAR
Kleene star (*) |
static int |
LESSER
Comparison operator for lesser than (<) |
static int |
LESSER_OR_EQUAL
Comparison operator for lesser or equal (<=) |
static int |
MULTI_SPAN_BINDING
|
static int |
NO_BINDING
No binding on this element |
static int |
NO_KLEENE_OP
no Kleene operator |
static int |
NOT_EQUAL
Comparison operator for difference (!=) |
static int |
NOT_REGEXP
Comparison operator for not matching a regular expr. |
static int |
ONCE_STYLE
The phase finishes on the first match |
static int |
REGEXP
Comparison operator for matching a regular expression (=~) |
static int |
SINGLE_SPAN_BINDING
|
Field Detail |
---|
static final int NO_KLEENE_OP
static final int KLEENE_STAR
static final int KLEENE_PLUS
static final int KLEENE_QUERY
static final int EQUAL
static final int NOT_EQUAL
static final int GREATER
static final int LESSER
static final int GREATER_OR_EQUAL
static final int LESSER_OR_EQUAL
static final int REGEXP
static final int NOT_REGEXP
static final int NO_BINDING
static final int MULTI_SPAN_BINDING
static final int SINGLE_SPAN_BINDING
static final int BRILL_STYLE
static final int APPELT_STYLE
static final int FIRST_STYLE
static final int ONCE_STYLE
static final int DEFAULT_PRIORITY
static final int INDENT_PADDING
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |