com.pnfsoftware.jeb.core.output.tree.ICodeNode |
A special interface for nodes holding code
items.
This interface has no equivalent for text or table documents.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICodeNode |
findNodeByObject(ICodeItem target)
Find the first child node that holds the provided code item.
| ||||||||||
abstract List<? extends ICodeNode> |
getChildren()
Get the children of this node.
| ||||||||||
abstract int | getCountOfChildren() | ||||||||||
abstract ICodeItem |
getObject()
Get the underlying code object help by the node.
| ||||||||||
abstract ICodeNode |
getParent()
Get the parent code node.
| ||||||||||
abstract boolean | hasChildren() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Find the first child node that holds the provided code item.
target | the target code item |
---|
Get the children of this node.
Get the underlying code object help by the node.