Searched refs:NodeWithRange (Results 1 – 3 of 3) sorted by relevance
33 Line 140) node.getBegin() ==> com.github.javaparser.ast.nodeTypes.NodeWithRange.getBegin()42 Line 152) node.getBegin() ==> com.github.javaparser.ast.nodeTypes.NodeWithRange.getBegin()51 Line 170) n1.getBegin() ==> com.github.javaparser.ast.nodeTypes.NodeWithRange.getBegin()53 Line 170) n2.getBegin() ==> com.github.javaparser.ast.nodeTypes.NodeWithRange.getBegin()
12 public interface NodeWithRange<N> { interface
29 import com.github.javaparser.ast.nodeTypes.NodeWithRange;101 public abstract class Node implements Cloneable, HasParentNode<Node>, Visitable, NodeWithRange<Node…133 public static Comparator<NodeWithRange<?>> NODE_BY_BEGIN_POSITION = (a, b) -> {