SharedPackedParseTreeDefault

class SharedPackedParseTreeDefault(root: SPPTNode, seasons: Int, maxNumHeads: Int) : SharedPackedParseTree

Functions

contains
Link copied to clipboard
common
open override fun contains(other: SharedPackedParseTree): Boolean
Determines if there is an equivalent tree in this forest for every tree in the other forest.
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
tokensByLine
Link copied to clipboard
common
open override fun tokensByLine(line: Int): List<SPPTLeaf>
tokensByLineAll
Link copied to clipboard
common
open override fun tokensByLineAll(): List<List<SPPTLeaf>>
toStringIndented
Link copied to clipboard
common
open override fun toStringIndented(indentIncrement: String): String

Properties

asString
Link copied to clipboard
common
open override val asString: String
the original input text
countTrees
Link copied to clipboard
common
open override val countTrees: Int
count of the trees contained
maxNumHeads
Link copied to clipboard
common
open override val maxNumHeads: Int
Diagnostic info.
root
Link copied to clipboard
common
open override val root: SPPTNode
The root of the tree
seasons
Link copied to clipboard
common
open override val seasons: Int
Diagnostic info.
toStringAll
Link copied to clipboard
common
open override val toStringAll: String
a string representation of all contained parse trees