Uses of Class
com.github.javaparser.Position
Packages that use Position
Package
Description
-
Uses of Position in com.github.javaparser
Fields in com.github.javaparser declared as PositionModifier and TypeFieldDescriptionRange.beginRange.endstatic PositionPosition.HOMEThe 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 PositionPosition.pos(int line, int column)Deprecated.Use the constructor (e.g.Position.right(int characters)default PositionThe transformed position.Transforms the givenPosition.Position.withColumn(int column)Position.withLine(int line)Methods in com.github.javaparser with parameters of type PositionModifier and TypeMethodDescriptionintbooleanDoes this loosely contain the other range?booleanbooleanbooleanPosition.isAfterOrEqual(Position otherPosition)booleanbooleanbooleanPosition.isBeforeOrEqual(Position otherPosition)Looks up theUnicodeEscapeProcessingProvider.PositionMapping.PositionUpdatefor the given Position.Position.orIfInvalid(Position alternativePosition)static RangeCreate a new `Range` object using the given begin and end position.booleanRange.strictlyContains(Position position)Does this strictly contain position.default PositionThe 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
Methods in com.github.javaparser.printer that return Position