Class TextNode

  • All Implemented Interfaces:
    ILocatable, INode

    public class TextNode
    extends AbstractNode
    Узел parse-tree для хранения whitespaces и комментариев
    • Constructor Detail

      • TextNode

        public TextNode​(String commentOrWhitespace,
                        Location location,
                        boolean isComment)
    • Method Detail

      • getTextValue

        public String getTextValue()
        Description copied from interface: INode
        Исходное текстовое представление узла или whitespaces
        Specified by:
        getTextValue in interface INode
        Overrides:
        getTextValue in class AbstractNode
        Returns: