Class TextElement

    • Constructor Detail

      • TextElement

        public TextElement()
    • Method Detail

      • isWhiteSpace

        public abstract boolean isWhiteSpace()
      • isSpaceOrTab

        public abstract boolean isSpaceOrTab()
      • isNewline

        public abstract boolean isNewline()
      • isComment

        public abstract boolean isComment()
      • isWhiteSpaceOrComment

        public final boolean isWhiteSpaceOrComment()
      • isChildOfClass

        public abstract boolean isChildOfClass​(Class<? extends Node> nodeClass)
        Is this TextElement representing a child of the given class?