Uses of Class
org.jsmiparser.smi.SmiOidNode

Packages that use SmiOidNode
org.jsmiparser.smi   
 

Uses of SmiOidNode in org.jsmiparser.smi
 

Methods in org.jsmiparser.smi that return SmiOidNode
static SmiOidNode SmiOidNode.createRootNode()
           
 SmiOidNode SmiMib.findByOidPrefix(int[] oid)
          This method can be used to find the best match for an OID.
 SmiOidNode SmiOidNode.findChild(int value)
           
 SmiOidNode SmiOidValue.getNode()
           
 SmiOidNode OidComponent.getNode()
           
 SmiOidNode SmiDefaultValue.getOidNode()
           
 SmiOidNode SmiOidNode.getParent()
           
 SmiOidNode SmiOidNode.getRootNode()
          This method as such makes no sense (you can get the root node directly from SmiMib), but it is used mainly for unit testing.
 SmiOidNode SmiMib.getRootNode()
           
 SmiOidNode OidComponent.resolveNode(SmiModule module, XRefProblemReporter reporter)
           
 SmiOidNode SmiOidValue.resolveOid(XRefProblemReporter reporter)
           
 

Methods in org.jsmiparser.smi that return types with arguments of type SmiOidNode
 java.util.Collection<? extends SmiOidNode> SmiOidNode.getChildren()
           
 

Methods in org.jsmiparser.smi with parameters of type SmiOidNode
 boolean SmiOidNode.contains(SmiOidNode node)
           
 

Constructors in org.jsmiparser.smi with parameters of type SmiOidNode
SmiOidNode(SmiOidNode parent, int value)
           
SmiOidValue(IdToken idToken, SmiModule internalModule, SmiOidNode node)
           
 



Copyright © 2005-2007 null. All Rights Reserved.