Uses of Interface
net.percederberg.mib.asn1.analysis.Switch

Packages that use Switch
net.percederberg.mib.asn1.analysis Provides base classes for processing the ASN.1 parse tree. 
net.percederberg.mib.asn1.node Provides classes for creating the ASN.1 parse tree. 
 

Uses of Switch in net.percederberg.mib.asn1.analysis
 

Classes in net.percederberg.mib.asn1.analysis that implement Switch
 class DepthFirstAdapter
          This class provides a depth first tree traversal implementation for the parse tree.
 class SwitchAdapter
          This class provides a default implementation of the Switch interface.
 class TreePrinter
          This class provides a tree printing mechanism.
 

Methods in net.percederberg.mib.asn1.analysis with parameters of type Switch
 void Switchable.apply(Switch sw)
          Called with an object containing relevant case methods.
 

Uses of Switch in net.percederberg.mib.asn1.node
 

Methods in net.percederberg.mib.asn1.node with parameters of type Switch
 void Node.apply(Switch sw)
          Calls the relevant caseX method in the given switch.