com.pnfsoftware.jeb.core.units.code.ICodeClass |
Known Indirect Subclasses |
A class object.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICodeType |
getClassType()
Get the optional type implemented by this class item.
| ||||||||||
abstract List<? extends ICodeField> |
getFields()
Get the list of fields that are defined in this class (super fields are not returned).
| ||||||||||
abstract List<? extends ICodeType> |
getImplementedInterfaces()
Get the list of implemented interface types for this class.
| ||||||||||
abstract List<? extends ICodeMethod> |
getMethods()
Get the list of methods that are defined in this class (super methods are not returned).
| ||||||||||
abstract ICodePackage |
getPackage()
Get the package that contains this class.
| ||||||||||
abstract List<? extends ICodeType> |
getSupertypes()
Get the list of super types for this class.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.ICodeItem
|
Get the list of fields that are defined in this class (super fields are not returned).
Get the list of implemented interface types for this class.
Get the list of methods that are defined in this class (super methods are not returned).
Get the package that contains this class.
Get the list of super types for this class.