Class ConstructNode

java.lang.Object
quickparse.parsing.syntaxtree.SyntaxTree
quickparse.parsing.syntaxtree.ConstructNode

public class ConstructNode
extends SyntaxTree
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<SyntaxTree> children  
    Rule rule  

    Fields inherited from class quickparse.parsing.syntaxtree.SyntaxTree

    end, name, source, start, value
  • Constructor Summary

    Constructors 
    Constructor Description
    ConstructNode​(java.lang.CharSequence source, int start, int end, java.lang.String name, java.util.List<SyntaxTree> children, Rule rule)  
  • Method Summary

    Modifier and Type Method Description
    <STV extends SyntaxTreeVisitor>
    STV
    accept​(STV syntaxTreeVisitor)
    Accepts a SyntaxTreeVisitor and uses it to visit this node and its eventually present children.
    boolean equals​(java.lang.Object o)  
    int hashCode()  
    java.lang.String toString​(int level)
    Encodes this structure and its hierarchy in a string.

    Methods inherited from class quickparse.parsing.syntaxtree.SyntaxTree

    toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait