Uses of Class
org.terrier.utility.StringTools.ESCAPE

Packages that use StringTools.ESCAPE
org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. 
org.terrier.utility This package includes classes that are used in various part of the Terrier Platform. 
 

Uses of StringTools.ESCAPE in org.terrier.querying
 

Fields in org.terrier.querying declared as StringTools.ESCAPE
protected static StringTools.ESCAPE Decorate.defaultEscape
          what is the default escape sequence
 

Uses of StringTools.ESCAPE in org.terrier.utility
 

Methods in org.terrier.utility that return StringTools.ESCAPE
static StringTools.ESCAPE StringTools.ESCAPE.parse(java.lang.String s)
          Parse a string into an ESCAPE value.
static StringTools.ESCAPE StringTools.ESCAPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StringTools.ESCAPE[] StringTools.ESCAPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.terrier.utility with parameters of type StringTools.ESCAPE
static java.lang.String StringTools.escape(StringTools.ESCAPE e, java.lang.String s)
          Escape a String according to the defined escape sequence requested
static java.lang.String StringTools.unescape(StringTools.ESCAPE e, java.lang.String s)
          Unescape a String according to the defined escape sequence requested
 



Terrier 3.5. Copyright © 2004-2011 University of Glasgow