Package gate.jape

Interface Summary
ActionContext Interface describing an "action context" for a JAPE Java RHS.
ControllerEventBlocksAction The interface used by the action class generated for controller event blocks.
JapeConstants Constants interface for the JAPE package.
RhsAction An interface that defines what the action classes created for RightHandSides look like.
 

Class Summary
BasicPatternElement A pattern element within curly braces.
Batch Batch processing of JAPE transducers against documents or collections.
Compiler Compiler for JAPE files.
ComplexPatternElement A pattern element enclosed in round brackets.
Constraint A set of predicates/expressions that apply to a single Annotation type.
ConstraintGroup A sequence of conjunctions of PatternElements that form a disjunction.
DefaultActionContext Default implementation for an action context.
JdmAttribute THIS CLASS SHOULDN'T BE HERE.
KleeneOperator Representation of Kleene operators on expressions.
LeftHandSide The LHS of a CPSL rule.
MultiPhaseTransducer Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).
MutableBoolean A mutable wrapper for bool, so you can return bool values via a method parameter.
MutableInteger A mutable wrapper for int, so you can return integer values via a method parameter.
PatternElement Superclass of the various types of pattern element, and of ConstraintGroup.
PrioritisedRuleList A list of rules ordered according to priority.
RightHandSide The RHS of a CPSL rule.
Rule A CPSL rule.
SinglePhaseTransducer Represents a complete CPSL grammar, with a phase name, options and rule set (accessible by name and by sequence).
SinglePhaseTransducer.FSMMatcherResult  
SinglePhaseTransducer.SearchState  
SourceInfo A simple class to store and use the mapping between Java and Jape source code for error reporting.
Transducer Represents a single or multiphase transducer.
 

Enum Summary
KleeneOperator.Type Enum containing the defined types of operators.
 

Exception Summary
JapeException Superclass of all JAPE exceptions.
JdmException THIS CLASS SHOULDN'T BE HERE.
NonFatalJapeException