public interface BCEntity
Modifier and Type | Method and Description |
---|---|
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.
|
Project getProject()
ConstantPool getPool()
ClassLoader getClassLoader()
boolean isValid()
Copyright © 2002–2019. All rights reserved.