GrammarScope  4.0.0
Public Member Functions | Protected Attributes | List of all members
grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode Class Reference
Inheritance diagram for grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode:
Collaboration graph
[legend]

Public Member Functions

 GSTreeNode (final AGrammaticalStructure node, final GSTreeNode parent, final boolean hasProperties, final boolean recurse)
 
TreeNode getParent ()
 
Enumeration< GSTreeNodechildren ()
 
int getChildCount ()
 
TreeNode getChildAt (final int childIndex)
 
int getIndex (final TreeNode node)
 
boolean isLeaf ()
 
boolean getAllowsChildren ()
 
String toString ()
 
String toId ()
 

Protected Attributes

final AGrammaticalStructure artifact
 
final GSTreeNode parent
 
final List< GSTreeNodechildren
 

Constructor & Destructor Documentation

◆ GSTreeNode()

grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.GSTreeNode ( final AGrammaticalStructure  node,
final GSTreeNode  parent,
final boolean  hasProperties,
final boolean  recurse 
)

Member Function Documentation

◆ children()

Enumeration<GSTreeNode> grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.children ( )

◆ getAllowsChildren()

boolean grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.getAllowsChildren ( )

◆ getChildAt()

TreeNode grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.getChildAt ( final int  childIndex)

◆ getChildCount()

int grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.getChildCount ( )

◆ getIndex()

int grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.getIndex ( final TreeNode  node)

◆ getParent()

TreeNode grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.getParent ( )

◆ isLeaf()

boolean grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.isLeaf ( )

◆ toId()

String grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.toId ( )

◆ toString()

String grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.toString ( )

Member Data Documentation

◆ artifact

final AGrammaticalStructure grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.artifact
protected

◆ children

final List<GSTreeNode> grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.children
protected

◆ parent

final GSTreeNode grammarscope.browser.components.GrammaticalStructureTree.GSTreeNode.parent
protected

The documentation for this class was generated from the following file: