public static class SearchTree.SearchTreeNode extends Object implements ITreeNode
| Constructor and Description |
|---|
SearchTreeNode(FileTree file,
SearchLocation loc) |
| Modifier and Type | Method and Description |
|---|---|
FileTree |
getFile() |
SearchLocation |
getLocation() |
boolean |
hasTarget() |
boolean |
isFile() |
void |
jumpToTarget() |
public SearchTreeNode(FileTree file, SearchLocation loc)
public void jumpToTarget()
jumpToTarget in interface ITreeNodepublic FileTree getFile()
public SearchLocation getLocation()
public boolean isFile()
Copyright © 2017. All rights reserved.