Uses of Class
ix.util.match.MatchCase

Packages that use MatchCase
ix.iface.domain Domain parsers and outputters. 
ix.util.match Pattern-matching utilities. 
 

Uses of MatchCase in ix.iface.domain
 

Subclasses of MatchCase in ix.iface.domain
static class LTF_Parser.ConstraintParser
           
 

Uses of MatchCase in ix.util.match
 

Fields in ix.util.match declared as MatchCase
protected  MatchCase MatchTable.defaultCase
          This table's default case.
 

Methods in ix.util.match with parameters of type MatchCase
 void MatchTable.addCase(MatchCase c)
          addCase adds a new MatchCase after those that were added earlier.
 void MatchTable.setDefault(MatchCase c)
          setDefault assigns a MatchCase as the table's default case.