Uses of Enum Class
net.thevpc.naru.ext.tools.index.spi.SymbolKind
Packages that use SymbolKind
-
Uses of SymbolKind in net.thevpc.naru.ext.tools.index.spi
Methods in net.thevpc.naru.ext.tools.index.spi that return SymbolKindModifier and TypeMethodDescriptionCodeSymbol.getKind()static SymbolKindReturns the enum constant of this class with the specified name.static SymbolKind[]SymbolKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.naru.ext.tools.index.spi with parameters of type SymbolKindModifier and TypeMethodDescriptionCodeIndex.findByName(String name, SymbolKind filter, String matchMode) voidCodeSymbol.setKind(SymbolKind kind) Constructors in net.thevpc.naru.ext.tools.index.spi with parameters of type SymbolKindModifierConstructorDescriptionCodeSymbol(String file, int line, int endLine, SymbolKind kind, String name, String signature, String parent, String packageName)