lib.dwfl
Class ElfSymbolVersion

java.lang.Object
  extended by lib.dwfl.ElfSymbolVersion
Direct Known Subclasses:
ElfSymbolVersion.Def, ElfSymbolVersion.Need

public abstract class ElfSymbolVersion
extends Object


Nested Class Summary
static class ElfSymbolVersion.Def
          Entries of type Version.Def are assigned to symbols that have associated version definition(s).
static class ElfSymbolVersion.Need
          Entries of type Version.Need are assigned to symbols with associated version requests.
static interface ElfSymbolVersion.Visitor
           
 
Field Summary
 String name
          Version name.
 
Method Summary
abstract  Object visit(ElfSymbolVersion.Visitor visitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
Version name.

Method Detail

visit

public abstract Object visit(ElfSymbolVersion.Visitor visitor)