ProjectTreeNode¶
-
public class
ProjectTreeNode
¶ A single node in the tree of information about a project.
Methods¶
children¶
counterexamples¶
-
public io.cocotec.coco.platform.coco.ide.ProjectCounterexample
counterexamples
()¶ The counterexamples associated with the given ProjectTreeNode.
dynamicTooltip¶
fromProtobuf¶
-
public static ProjectTreeNode
fromProtobuf
(APIClient client, Out.CocoIdeProjectTreeNode inputValue)¶ Internal constructor
getDisplayName¶
getKind¶
-
public final io.cocotec.coco.platform.coco.ide.ProjectTreeNodeKind
getKind
()¶ The kind of element that this node represents.
getLoadingStatus¶
-
public final io.cocotec.coco.platform.coco.ide.LoadingStatus
getLoadingStatus
()¶ The outcome of the last load performed on this node.
getPosition¶
-
public final io.cocotec.coco.platform.coco.SourceRange
getPosition
()¶ A source code position that is relevant to this node.
getShouldSortChildren¶
getSortIndex¶
-
public final int
getSortIndex
()¶ If the parent’s SortMode is SortIndex, the index of this in the sort order.
getVerificationStatus¶
-
public final io.cocotec.coco.platform.coco.VerificationStatus
getVerificationStatus
()¶ The verification status of this node.