com.cmpware.elf
Class Attribute

java.lang.Object
  extended by com.cmpware.elf.Attribute

public class Attribute
extends java.lang.Object

This class describes the DWARF2 attribute pair data structure.

Copyright (c) 2005 Cmpware, Inc. All Rights Reserved.

Author:
SAG

Field Summary
 int atCode
          The attribute code
 int form
          The attribute form
 java.lang.Object value
          The attribute
 
Constructor Summary
Attribute()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

atCode

public int atCode
The attribute code


form

public int form
The attribute form


value

public java.lang.Object value
The attribute

Constructor Detail

Attribute

public Attribute()