Uses of Class
au.id.pbw.hyfo.hyph.InstanceType

Packages that use InstanceType
au.id.pbw.hyfo.hyph The main package of HyFo
 

Uses of InstanceType in au.id.pbw.hyfo.hyph
 

Methods in au.id.pbw.hyfo.hyph that return InstanceType
static InstanceType InstanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InstanceType[] InstanceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in au.id.pbw.hyfo.hyph with parameters of type InstanceType
protected  HyphenBreak HyphenationTreeBuilder.get_mod_ref(ModifierReference ref, InstanceType context)
          Gets the HyphenBreak corresponding to the Modifier named by this ModifierReference, in the named context.
protected  void HyphenationTreeBuilder.process_instance(InstanceType type, List<PatternElement> list, Alphabet alphabet, Map<String,HyphenBreak[]> map)
          Process a pattern instance, adding it to the given map.
protected  void HyphenationTreeBuilder.process_text_element(StringBuilder text_chars_as_classes, TextElement text_el, InstanceType type)
          Process a text element from an exception or hyphenation pattern.
protected  void HyphenationTreeBuilder.process_text_instance(InstanceType type, TextElement text_el, Alphabet alphabet, Map<String,HyphenBreak[]> map)
          Process a text instance, adding it to the given map.
 



Copyright © 2005-2006 Peter B. West.