Class InternalSyntaxSpacing

  • All Implemented Interfaces:
    Tree

    public class InternalSyntaxSpacing
    extends JavaTree
    • Constructor Detail

      • InternalSyntaxSpacing

        public InternalSyntaxSpacing​(int start,
                                     int end)
    • Method Detail

      • isLeaf

        public boolean isLeaf()
        Overrides:
        isLeaf in class JavaTree
      • children

        public Iterable<Tree> children()
        Description copied from class: JavaTree
        Creates iterable for children of this node. Note that iterable may contain null elements.
        Specified by:
        children in class JavaTree
      • start

        public int start()
      • end

        public int end()