package net.percederberg.mibble; public interface MibContext { MibSymbol findSymbol(String str, boolean z); }