Class TreeConstructionContext

java.lang.Object
com.lucaskjaerozhang.wikitext_parser.ast.base.TreeConstructionContext

public class TreeConstructionContext extends Object
Context that is passed through the tree as it is constructed. This is used to enable parent nodes to control the behavior of their children. For more information, see WikiTextElement.passProps().
  • Constructor Details

    • TreeConstructionContext

      public TreeConstructionContext()
  • Method Details