Uses of Class
ix.util.match.MatchTable

Packages that use MatchTable
ix.iface.domain Domain parsers. 
ix.util General-purpose utilities. 
 

Uses of MatchTable in ix.iface.domain
 

Fields in ix.iface.domain declared as MatchTable
protected  MatchTable LTF_Parser.parsers
           
 

Uses of MatchTable in ix.util
 

Fields in ix.util declared as MatchTable
(package private)  MatchTable CommandLoop.commandTable
           
 

Constructors in ix.util with parameters of type MatchTable
CommandLoop(MatchTable commandTable)