Uses of Class
com.github.javaparser.Position
Packages that use Position
Package
Description
-
Uses of Position in com.github.javaparser
Subclasses of Position in com.github.javaparserModifier and TypeClassDescriptionprivate static final class
Fields in com.github.javaparser declared as PositionModifier and TypeFieldDescriptionfinal Position
Range.begin
final Position
Range.end
static final Position
Position.HOME
The first position in the file.Methods in com.github.javaparser that return PositionModifier and TypeMethodDescriptionUnicodeEscapeProcessingProvider.LineCounter.getPosition()
The current position.Position.nextLine()
Position.orIfInvalid
(Position alternativePosition) static Position
Position.pos
(int line, int column) Deprecated.Use the constructor (e.g.Position.right
(int characters) default Position
The transformed position.Transforms the givenPosition
.Position.withColumn
(int column) Position.withLine
(int line) Methods in com.github.javaparser with parameters of type PositionModifier and TypeMethodDescriptionint
boolean
Does this loosely contain the other range?boolean
boolean
boolean
Position.isAfterOrEqual
(Position otherPosition) boolean
boolean
boolean
Position.isBeforeOrEqual
(Position otherPosition) Looks up theUnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate
for the given Position.Position.orIfInvalid
(Position alternativePosition) static Range
Create a new `Range` object using the given begin and end position.boolean
Range.strictlyContains
(Position position) Does this strictly contain position.default Position
The transformed position.Transforms the givenPosition
.Constructors in com.github.javaparser with parameters of type Position -
Uses of Position in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return types with arguments of type Position -
Uses of Position in com.github.javaparser.printer
Fields in com.github.javaparser.printer declared as PositionMethods in com.github.javaparser.printer that return Position