GATE
Version 3.1-2270

Uses of Class
gate.jape.RightHandSide

Packages that use RightHandSide
debugger.resources   
debugger.resources.pr   
gate.fsm   
gate.jape   
gate.jape.parser   
 

Uses of RightHandSide in debugger.resources
 

Methods in debugger.resources with parameters of type RightHandSide
 void PhaseController.RuleFinished(SPTLock sptLock, SinglePhaseTransducer spt, RightHandSide rhs, Document document, HashMap bindings, AnnotationSet inputAS, AnnotationSet outputAS)
           
 void PhaseController.RuleMatched(SPTLock sptLock, SinglePhaseTransducer spt, RightHandSide rhs, Document document, HashMap bindings, AnnotationSet inputAS, AnnotationSet outputAS)
           
 

Uses of RightHandSide in debugger.resources.pr
 

Methods in debugger.resources.pr that return RightHandSide
 RightHandSide RuleModel.getRHS()
           
 

Methods in debugger.resources.pr with parameters of type RightHandSide
 RuleModel PhaseModel.getRule(RightHandSide rhs)
           
 void TraceContainer.leaveLast(RightHandSide currentRHS)
           
 

Constructors in debugger.resources.pr with parameters of type RightHandSide
RuleModel(RightHandSide rhs)
          Constructs RuleModel from given RightHandSide
 

Uses of RightHandSide in gate.fsm
 

Fields in gate.fsm declared as RightHandSide
protected  RightHandSide State.action
          The right hand side associated to the rule for which this state recognizes the lhs.
 

Methods in gate.fsm that return RightHandSide
 RightHandSide State.getAction()
          Gets the action associated to this state.
 

Methods in gate.fsm with parameters of type RightHandSide
protected  void State.setAction(RightHandSide rhs)
          Sets the action associated to this FINAL state.
 

Uses of RightHandSide in gate.jape
 

Methods in gate.jape that return RightHandSide
 RightHandSide Rule.getRHS()
           
 

Constructors in gate.jape with parameters of type RightHandSide
Rule(String name, int position, int priority, LeftHandSide lhs, RightHandSide rhs)
          Construction
 

Uses of RightHandSide in gate.jape.parser
 

Methods in gate.jape.parser that return RightHandSide
 RightHandSide ParseCpsl.RightHandSide(String phaseName, String ruleName, LeftHandSide lhs)
           
 


GATE
Version 3.1-2270