edu.umd.cs.findbugs.ba
public interface XField extends ClassMember
This interface and its implementations exist because Field objects in BCEL are awkward to deal with. They are not Comparable, it is difficult to find out what class they belong to, etc.
Method Summary | |
---|---|
boolean | isReferenceType()
Is the type of the field a reference type? |
boolean | isVolatile()
Is this a volatile field? |