Class Ownable

java.lang.Object
net.md_5.specialsource.Ownable

public class Ownable extends Object
A class which can be used to represent a field, method, or anything else which has an owner, a name and a descriptor.
  • Field Details

    • type

      public final NodeType type
    • owner

      public final String owner
    • name

      public final String name
    • descriptor

      public final String descriptor
    • access

      public final int access
  • Constructor Details

    • Ownable

      public Ownable()