Uses of Class
ch.usi.si.seart.treesitter.Point
-
Packages that use Point Package Description ch.usi.si.seart.treesitter ch.usi.si.seart.treesitter.exception -
-
Uses of Point in ch.usi.si.seart.treesitter
Methods in ch.usi.si.seart.treesitter that return Point Modifier and Type Method Description PointPoint. add(@NotNull Point other)Adds another point to this point, resulting in a new point with coordinates equal to the sum of the coordinates of this point and the other point.PointNode. getEndPoint()PointNode. getStartPoint()PointPoint. multiply(int value)Multiplies the coordinates of this point by a scalar value, resulting in a new point with scaled coordinates.PointPoint. subtract(@NotNull Point other)Subtracts another point from this point, resulting in a new point with coordinates equal to the difference between the coordinates of this point and the other point.Methods in ch.usi.si.seart.treesitter with parameters of type Point Modifier and Type Method Description PointPoint. add(@NotNull Point other)Adds another point to this point, resulting in a new point with coordinates equal to the sum of the coordinates of this point and the other point.intPoint. compareTo(@NotNull Point other)Compares this point with another point for positional order.NodeNode. getDescendant(@NotNull Point startPoint, @NotNull Point endPoint)Get the smallest node within this node that spans the given range of points.NodeNode. getNamedDescendant(@NotNull Point startPoint, @NotNull Point endPoint)Get the smallest named node within this node that spans the given range of points.booleanOffsetTreeCursor. gotoFirstChild(@NotNull Point point)booleanTreeCursor. gotoFirstChild(@NotNull Point point)Move the cursor to the first child of its current node that extends beyond the given row-column offset.PointPoint. subtract(@NotNull Point other)Subtracts another point from this point, resulting in a new point with coordinates equal to the difference between the coordinates of this point and the other point.Constructors in ch.usi.si.seart.treesitter with parameters of type Point Constructor Description OffsetTreeCursor(@NotNull Node node, @NotNull Point offset) -
Uses of Point in ch.usi.si.seart.treesitter.exception
Constructors in ch.usi.si.seart.treesitter.exception with parameters of type Point Constructor Description PointOutOfBoundsException(Point point)
-