GATE
Version 3.1-2270

Uses of Class
gate.jape.MutableInteger

Packages that use MutableInteger
gate.jape   
 

Uses of MutableInteger in gate.jape
 

Methods in gate.jape with parameters of type MutableInteger
 boolean BasicPatternElement.matches(Document doc, int position, MutableInteger newPosition)
          Does this element match the document at this position?
 boolean ComplexPatternElement.matches(Document doc, int position, MutableInteger newPosition)
          Does this element match the document at this position?
 boolean ConstraintGroup.matches(Document doc, int position, MutableInteger newPosition)
          Does this element match the document at this position?
 boolean LeftHandSide.matches(Document doc, int position, MutableInteger newPosition)
          Does the LHS match the document at this position?
 boolean Matcher.matches(Document doc, int position, MutableInteger newPosition)
          Does this element match the document at this position?
 boolean Rule.matches(Document doc, int position, MutableInteger newPosition)
          Does this element match the document at this position?
 


GATE
Version 3.1-2270