Uses of Class
gate.util.Pair

Packages that use Pair
gate.jape.parser   
gate.util   
 

Uses of Pair in gate.jape.parser
 

Methods in gate.jape.parser that return Pair
 Pair ParseCpsl.AttrVal()
           
protected  Pair ParseCpsl.substituteTemplate(Token templateNameTok, Map<String,Object> values)
          Takes a string containing ${key} placeholders and substitutes in the corresponding values from the given map.
 Pair ParseCpsl.TemplateCall()
           
 

Uses of Pair in gate.util
 

Methods in gate.util with parameters of type Pair
 boolean Pair.equals(Pair p0)
           
 

Constructors in gate.util with parameters of type Pair
Pair(Pair p0)