|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BCEntity
Interface implemented by all bytecode entities. Entities must be able to access the project, constant pool, and class loader of the current class.
Method Summary | |
---|---|
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 |
---|
Project getProject()
ConstantPool getPool()
ClassLoader getClassLoader()
boolean isValid()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |