Uses of Class
com.github.javaparser.Range
Packages that use Range
Package
Description
-
Uses of Range in com.github.javaparser
Methods in com.github.javaparser that return RangeModifier and TypeMethodDescriptionstatic Range
Range.range(int beginLine, int beginColumn, int endLine, int endColumn)
Create a new `Range` object using the given begin and end line/column values.static Range
Create a new `Range` object using the given begin and end position.Transforms the givenRange
.Range.withBeginColumn(int beginColumn)
Range.withBeginLine(int beginLine)
Range.withEndColumn(int endColumn)
Range.withEndLine(int endLine)
Methods in com.github.javaparser that return types with arguments of type RangeMethods in com.github.javaparser with parameters of type RangeModifier and TypeMethodDescriptionboolean
Does this loosely contain the other range?boolean
boolean
boolean
Range.overlapsWith(Range other)
Does the other 'Range' overlap with this 'Range'?void
boolean
Range.strictlyContains(Range other)
Does this strictly contain the other range?Transforms the givenRange
.Constructors in com.github.javaparser with parameters of type Range -
Uses of Range in com.github.javaparser.ast
Methods in com.github.javaparser.ast that return types with arguments of type RangeMethods in com.github.javaparser.ast with parameters of type Range -
Uses of Range in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return types with arguments of type RangeMethods in com.github.javaparser.ast.nodeTypes with parameters of type Range