|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmiSymbol | |
---|---|
org.jsmiparser.phase.file | |
org.jsmiparser.phase.xref | |
org.jsmiparser.smi |
Uses of SmiSymbol in org.jsmiparser.phase.file |
---|
Methods in org.jsmiparser.phase.file with parameters of type SmiSymbol | |
---|---|
void |
ModuleParser.addSymbol(SmiSymbol symbol)
|
Uses of SmiSymbol in org.jsmiparser.phase.xref |
---|
Method parameters in org.jsmiparser.phase.xref with type arguments of type SmiSymbol | |
---|---|
void |
XRefProblemReporter.reportFoundSymbolButWrongType(IdToken idToken,
java.lang.Class<? extends SmiSymbol> expectedClass,
java.lang.Class<? extends SmiSymbol> actualClass)
|
void |
XRefProblemReporter.reportFoundSymbolButWrongType(IdToken idToken,
java.lang.Class<? extends SmiSymbol> expectedClass,
java.lang.Class<? extends SmiSymbol> actualClass)
|
Uses of SmiSymbol in org.jsmiparser.smi |
---|
Classes in org.jsmiparser.smi with type parameters of type SmiSymbol | |
---|---|
interface |
SmiSymbolMap<T extends SmiSymbol>
|
Subclasses of SmiSymbol in org.jsmiparser.smi | |
---|---|
class |
SmiMacro
|
class |
SmiObjectType
|
class |
SmiOidMacro
|
class |
SmiOidValue
|
class |
SmiProtocolType
Types such as ObjectSyntax, SimpleSyntax and ApplicationSyntax, that are only used in SNMP protocol PDU's, but never used as variable, row or table types. |
class |
SmiReferencedType
This class is only used during parsing, to temporarily referenced type that are defined somewhere else, or that have not even been defined. |
class |
SmiRow
|
class |
SmiTable
|
class |
SmiTextualConvention
|
class |
SmiType
|
class |
SmiValue
|
class |
SmiVariable
Besides the OBJECT-TYPE fields that are specific to SNMP variable definitions, this class also contains some methods that make it easier to deal with the recursive nature of the SmiType definitions. |
Methods in org.jsmiparser.smi with type parameters of type SmiSymbol | ||
---|---|---|
|
SmiModule.resolveReference(IdToken idToken,
java.lang.Class<T> expectedClass,
XRefProblemReporter reporter)
|
Methods in org.jsmiparser.smi that return SmiSymbol | |
---|---|
SmiSymbol |
SmiImports.find(java.lang.String id)
|
SmiSymbol |
SmiModule.findSymbol(java.lang.String id)
|
SmiSymbol |
ScopedId.getSymbol()
|
SmiSymbol |
SmiDefaultValue.getSymbolValue()
|
SmiSymbol |
SmiModule.resolveReference(IdToken idToken,
XRefProblemReporter reporter)
Resolves a reference from within this module to a symbol in the same module, an imported module or in the whole mib |
Methods in org.jsmiparser.smi that return types with arguments of type SmiSymbol | |
---|---|
SmiSymbolMap<SmiSymbol> |
SmiMib.getSymbols()
|
java.util.Collection<SmiSymbol> |
SmiModule.getSymbols()
|
java.util.List<SmiSymbol> |
SmiImports.getSymbols()
|
Methods in org.jsmiparser.smi with parameters of type SmiSymbol | |
---|---|
void |
SmiModule.addSymbol(SmiSymbol symbol)
|
int |
SmiSymbol.compareTo(SmiSymbol other)
|
java.lang.String |
SmiJavaCodeNamingStrategy.getFullCodeId(SmiSymbol symbol)
|
java.lang.String |
SmiCodeNamingStrategy.getFullCodeId(SmiSymbol symbol)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |