|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchCase | |
ix.iface.domain | Domain parsers. |
ix.util.match | Pattern-matching utilities. |
Uses of MatchCase in ix.iface.domain |
Subclasses of MatchCase in ix.iface.domain | |
protected 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |