Package serp.bytecode

Interface BCEntity

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.ClassLoader getClassLoader()
      Return the class loader to use when loading related classes.
      ConstantPool getPool()
      Return the constant pool of the current class.
      Project getProject()
      Return the project of the current class.
      boolean isValid()
      Return false if this entity has been removed from its parent; in this case the results of any operations on the entity are undefined.
    • Method Detail

      • getProject

        Project getProject()
        Return the project of the current class.
      • getPool

        ConstantPool getPool()
        Return the constant pool of the current class.
      • getClassLoader

        java.lang.ClassLoader getClassLoader()
        Return the class loader to use when loading related classes.
      • isValid

        boolean isValid()
        Return false if this entity has been removed from its parent; in this case the results of any operations on the entity are undefined.