Uses of Class
net.percederberg.mibble.FileLocation

Packages that use FileLocation
net.percederberg.mibble Provides the SNMP MIB file loading and validation classes.  
net.percederberg.mibble.type Provides the primitive ASN.1 type classes.  
net.percederberg.mibble.value Provides the primitive ASN.1 value classes.  
 

Uses of FileLocation in net.percederberg.mibble
 

Methods in net.percederberg.mibble that return FileLocation
 FileLocation MibException.getLocation()
          Returns the error location.
 FileLocation MibSymbol.getLocation()
          Returns the file location.
 

Methods in net.percederberg.mibble with parameters of type FileLocation
 void MibLoaderLog.addInternalError(FileLocation location, java.lang.String message)
          Adds an internal error message to the log.
 void MibLoaderLog.addError(FileLocation location, java.lang.String message)
          Adds an error message to the log.
 void MibLoaderLog.addWarning(FileLocation location, java.lang.String message)
          Adds a warning message to the log.
 

Constructors in net.percederberg.mibble with parameters of type FileLocation
MibValueSymbol(FileLocation location, Mib mib, java.lang.String name, MibType type, MibValue value)
          Creates a new value symbol.
MibException(FileLocation location, java.lang.String message)
          Creates a new MIB exception.
MibLoaderLog.LogEntry(int type, FileLocation location, java.lang.String message)
          Creates a new log entry.
 

Uses of FileLocation in net.percederberg.mibble.type
 

Methods in net.percederberg.mibble.type that return FileLocation
 FileLocation TypeReference.getLocation()
          Returns the file containing the reference.
 

Constructors in net.percederberg.mibble.type with parameters of type FileLocation
TypeReference(FileLocation location, MibContext context, java.lang.String name)
          Creates a new type reference.
TypeReference(FileLocation location, MibContext context, java.lang.String name, Constraint constraint)
          Creates a new type reference.
TypeReference(FileLocation location, MibContext context, java.lang.String name, java.util.ArrayList values)
          Creates a new type reference.
 

Uses of FileLocation in net.percederberg.mibble.value
 

Methods in net.percederberg.mibble.value that return FileLocation
 FileLocation ValueReference.getLocation()
          Returns the reference location.
 

Constructors in net.percederberg.mibble.value with parameters of type FileLocation
ValueReference(FileLocation location, MibContext context, java.lang.String name)
          Creates a new value reference.