All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.bytecode.Field

java.lang.Object
   |
   +----gnu.bytecode.Location
           |
           +----gnu.bytecode.Field

public class Field
extends Location
implements AttrContainer

Constructor Index

 o Field(ClassType)
Add a new Field to a ClassType.

Method Index

 o getAttributes()
 o getModifiers()
 o setAttributes(Attribute)
 o setModifiers(int)

Constructors

 o Field
 public Field(ClassType ctype)
Add a new Field to a ClassType.

Methods

 o getAttributes
 public final Attribute getAttributes()
 o setAttributes
 public final void setAttributes(Attribute attributes)
 o getModifiers
 public int getModifiers()
 o setModifiers
 public void setModifiers(int m)

All Packages  Class Hierarchy  This Package  Previous  Next  Index