gate.jape
Interface JapeConstants

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicPatternElement, Batch, ComplexPatternElement, Constraint, ConstraintGroup, FSM, LeftHandSide, MultiPhaseTransducer, ParseCpsl, PatternElement, RightHandSide, Rule, SinglePhaseTransducer, State

public interface JapeConstants
extends Serializable

Constants interface for the JAPE package.


Field Summary
static int ALL_STYLE
          The phase finishes on the first match
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 FIRST_STYLE
          Appelt-shortest-style rule application
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 MULTI_SPAN_BINDING
           
static int NO_BINDING
          No binding on this element
static int NO_KLEENE_OP
          no Kleene operator
static int ONCE_STYLE
          The phase finishes on the first match
static int SINGLE_SPAN_BINDING
           
 

Field Detail

NO_KLEENE_OP

static final int NO_KLEENE_OP
no Kleene operator

See Also:
Constant Field Values

KLEENE_STAR

static final int KLEENE_STAR
Kleene star (*)

See Also:
Constant Field Values

KLEENE_PLUS

static final int KLEENE_PLUS
Kleene plus (+)

See Also:
Constant Field Values

KLEENE_QUERY

static final int KLEENE_QUERY
Kleene query (?)

See Also:
Constant Field Values

NO_BINDING

static final int NO_BINDING
No binding on this element

See Also:
Constant Field Values

MULTI_SPAN_BINDING

static final int MULTI_SPAN_BINDING
See Also:
Constant Field Values

SINGLE_SPAN_BINDING

static final int SINGLE_SPAN_BINDING
See Also:
Constant Field Values

BRILL_STYLE

static final int BRILL_STYLE
Brill-style rule application

See Also:
Constant Field Values

APPELT_STYLE

static final int APPELT_STYLE
Appelt-style rule application

See Also:
Constant Field Values

FIRST_STYLE

static final int FIRST_STYLE
Appelt-shortest-style rule application

See Also:
Constant Field Values

ONCE_STYLE

static final int ONCE_STYLE
The phase finishes on the first match

See Also:
Constant Field Values

ALL_STYLE

static final int ALL_STYLE
The phase finishes on the first match

See Also:
Constant Field Values

DEFAULT_PRIORITY

static final int DEFAULT_PRIORITY
The default priority of a rule.

See Also:
Constant Field Values

INDENT_PADDING

static final int INDENT_PADDING
How far to increase indent when padding toString invocations.

See Also:
Constant Field Values