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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.output.IActionableItem
|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.output.IActionableItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.IVisualItem
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.tree.INode
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.tree.IVisualNode
|
Find the first child node that holds the provided code item. The current node is also examined.
target | the target code item |
---|
Get the children of this node.
Get the underlying code object help by the node.