Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether the TreeNode instance that is passed can be analyzed.
Syntax
public boolean canHandle(TreeNode _rootLevelTreeNode)
Run On
Called
Parameters
- _rootLevelTreeNode
Type: TreeNode Class
The TreeNode instance.
Return Value
Type: boolean
true if the tree node can be analyzed; otherwise, false.