lib.dwfl
Class ElfSymbolVersion.Def

java.lang.Object
  extended by lib.dwfl.ElfSymbolVersion
      extended by lib.dwfl.ElfSymbolVersion.Def
Enclosing class:
ElfSymbolVersion

public static class ElfSymbolVersion.Def
extends ElfSymbolVersion

Entries of type Version.Def are assigned to symbols that have associated version definition(s).


Nested Class Summary
 
Nested classes/interfaces inherited from class lib.dwfl.ElfSymbolVersion
ElfSymbolVersion.Def, ElfSymbolVersion.Need, ElfSymbolVersion.Visitor
 
Field Summary
 boolean base
          Whether the verdef is related to the file itself.
 
Fields inherited from class lib.dwfl.ElfSymbolVersion
name
 
Constructor Summary
ElfSymbolVersion.Def(String name, boolean base)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object visit(ElfSymbolVersion.Visitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

base

public final boolean base
Whether the verdef is related to the file itself.

Constructor Detail

ElfSymbolVersion.Def

public ElfSymbolVersion.Def(String name,
                            boolean base)
Method Detail

visit

public Object visit(ElfSymbolVersion.Visitor visitor)
Specified by:
visit in class ElfSymbolVersion

equals

public boolean equals(Object obj)
Overrides:
equals in class Object