|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FileLocation | |
| net.percederberg.mibble | |
| net.percederberg.mibble.type | |
| net.percederberg.mibble.value | |
| Uses of FileLocation in net.percederberg.mibble |
| Methods in net.percederberg.mibble that return FileLocation | |
FileLocation |
MibSymbol.getLocation()
Returns the file location. |
FileLocation |
MibException.getLocation()
Returns the error 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 | |
MibTypeSymbol(FileLocation location,
java.lang.String name,
MibType type)
Creates a new type symbol |
|
MibValueSymbol(FileLocation location,
java.lang.String name,
MibType type,
MibValue value)
Creates a new value symbol |
|
MibSymbol(FileLocation location,
java.lang.String name)
Creates a new symbol with the specified name. |
|
LogEntry(int type,
FileLocation location,
java.lang.String message)
Creates a new log entry. |
|
MibException(FileLocation location,
java.lang.String message)
Creates a new MIB exception. |
|
| 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||