Uses of Class
com.github.javaparser.Range
Packages that use Range
Package
Description
-
Uses of Range in com.github.javaparser
Fields in com.github.javaparser declared as RangeMethods in com.github.javaparser that return RangeModifier and TypeMethodDescriptionstatic RangeRange.range(int beginLine, int beginColumn, int endLine, int endColumn) Create a new `Range` object using the given begin and end line/column values.static RangeCreate 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 TypeMethodDescriptionbooleanDoes this loosely contain the other range?booleanbooleanbooleanRange.overlapsWith(Range other) Does the other 'Range' overlap with this 'Range'?voidbooleanRange.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
Fields in com.github.javaparser.ast declared as RangeMethods 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 -
Uses of Range in com.github.javaparser.ast.visitor
Subclasses with type arguments of type Range in com.github.javaparser.ast.visitorFields in com.github.javaparser.ast.visitor with type parameters of type RangeModifier and TypeFieldDescriptionstatic BiFunction<Node, Range, Boolean> NodeFinderVisitor.fConveringNodeprivate static BiFunction<Node, Range, Boolean> NodeFinderVisitor.fnMethods in com.github.javaparser.ast.visitor with parameters of type RangeModifier and TypeMethodDescriptionvoidNodeFinderVisitor.visit(ArrayCreationLevel n, Range arg) voidNodeFinderVisitor.visit(AnnotationDeclaration n, Range arg) voidNodeFinderVisitor.visit(AnnotationMemberDeclaration n, Range arg) voidNodeFinderVisitor.visit(ClassOrInterfaceDeclaration n, Range arg) voidNodeFinderVisitor.visit(CompactConstructorDeclaration n, Range arg) voidNodeFinderVisitor.visit(ConstructorDeclaration n, Range arg) voidNodeFinderVisitor.visit(EnumConstantDeclaration n, Range arg) voidNodeFinderVisitor.visit(EnumDeclaration n, Range arg) voidNodeFinderVisitor.visit(FieldDeclaration n, Range arg) voidNodeFinderVisitor.visit(InitializerDeclaration n, Range arg) voidNodeFinderVisitor.visit(MethodDeclaration n, Range arg) voidvoidNodeFinderVisitor.visit(ReceiverParameter n, Range arg) voidNodeFinderVisitor.visit(RecordDeclaration n, Range arg) voidNodeFinderVisitor.visit(VariableDeclarator n, Range arg) voidNodeFinderVisitor.visit(BlockComment n, Range arg) voidNodeFinderVisitor.visit(JavadocComment n, Range arg) voidNodeFinderVisitor.visit(LineComment n, Range arg) voidNodeFinderVisitor.visit(CompilationUnit n, Range arg) voidNodeFinderVisitor.visit(ArrayAccessExpr n, Range arg) voidNodeFinderVisitor.visit(ArrayCreationExpr n, Range arg) voidNodeFinderVisitor.visit(ArrayInitializerExpr n, Range arg) voidNodeFinderVisitor.visit(AssignExpr n, Range arg) voidNodeFinderVisitor.visit(BinaryExpr n, Range arg) voidNodeFinderVisitor.visit(BooleanLiteralExpr n, Range arg) voidvoidNodeFinderVisitor.visit(CharLiteralExpr n, Range arg) voidvoidNodeFinderVisitor.visit(ConditionalExpr n, Range arg) voidNodeFinderVisitor.visit(DoubleLiteralExpr n, Range arg) voidNodeFinderVisitor.visit(EnclosedExpr n, Range arg) voidNodeFinderVisitor.visit(FieldAccessExpr n, Range arg) voidNodeFinderVisitor.visit(InstanceOfExpr n, Range arg) voidNodeFinderVisitor.visit(IntegerLiteralExpr n, Range arg) voidNodeFinderVisitor.visit(LambdaExpr n, Range arg) voidNodeFinderVisitor.visit(LongLiteralExpr n, Range arg) voidNodeFinderVisitor.visit(MarkerAnnotationExpr n, Range arg) voidNodeFinderVisitor.visit(MemberValuePair n, Range arg) voidNodeFinderVisitor.visit(MethodCallExpr n, Range arg) voidNodeFinderVisitor.visit(MethodReferenceExpr n, Range arg) voidvoidvoidNodeFinderVisitor.visit(NormalAnnotationExpr n, Range arg) voidNodeFinderVisitor.visit(NullLiteralExpr n, Range arg) voidNodeFinderVisitor.visit(ObjectCreationExpr n, Range arg) voidNodeFinderVisitor.visit(SimpleName n, Range arg) voidNodeFinderVisitor.visit(SingleMemberAnnotationExpr n, Range arg) voidNodeFinderVisitor.visit(StringLiteralExpr n, Range arg) voidvoidNodeFinderVisitor.visit(SwitchExpr n, Range arg) voidNodeFinderVisitor.visit(TextBlockLiteralExpr n, Range arg) voidvoidvoidNodeFinderVisitor.visit(TypePatternExpr n, Range arg) voidvoidNodeFinderVisitor.visit(VariableDeclarationExpr n, Range arg) voidNodeFinderVisitor.visit(ImportDeclaration n, Range arg) voidvoidNodeFinderVisitor.visit(ModuleDeclaration n, Range arg) voidNodeFinderVisitor.visit(ModuleExportsDirective n, Range arg) voidNodeFinderVisitor.visit(ModuleOpensDirective n, Range arg) voidNodeFinderVisitor.visit(ModuleProvidesDirective n, Range arg) voidNodeFinderVisitor.visit(ModuleRequiresDirective n, Range arg) voidNodeFinderVisitor.visit(ModuleUsesDirective n, Range arg) voidvoidNodeFinderVisitor.visit(PackageDeclaration n, Range arg) voidNodeFinderVisitor.visit(AssertStmt n, Range arg) voidvoidvoidNodeFinderVisitor.visit(CatchClause n, Range arg) voidNodeFinderVisitor.visit(ContinueStmt n, Range arg) voidvoidvoidNodeFinderVisitor.visit(ExplicitConstructorInvocationStmt n, Range arg) voidNodeFinderVisitor.visit(ExpressionStmt n, Range arg) voidNodeFinderVisitor.visit(ForEachStmt n, Range arg) voidvoidvoidNodeFinderVisitor.visit(LabeledStmt n, Range arg) voidNodeFinderVisitor.visit(LocalClassDeclarationStmt n, Range arg) voidNodeFinderVisitor.visit(LocalRecordDeclarationStmt n, Range arg) voidNodeFinderVisitor.visit(ReturnStmt n, Range arg) voidNodeFinderVisitor.visit(SwitchEntry n, Range arg) voidNodeFinderVisitor.visit(SwitchStmt n, Range arg) voidNodeFinderVisitor.visit(SynchronizedStmt n, Range arg) voidvoidvoidNodeFinderVisitor.visit(UnparsableStmt n, Range arg) voidvoidvoidvoidNodeFinderVisitor.visit(ClassOrInterfaceType n, Range arg) voidNodeFinderVisitor.visit(IntersectionType n, Range arg) voidNodeFinderVisitor.visit(PrimitiveType n, Range arg) voidNodeFinderVisitor.visit(TypeParameter n, Range arg) voidvoidNodeFinderVisitor.visit(UnknownType n, Range arg) voidvoidvoidNodeFinderVisitor.visit(WildcardType n, Range arg) Constructor parameters in com.github.javaparser.ast.visitor with type arguments of type Range -
Uses of Range in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return types with arguments of type Range -
Uses of Range in com.github.javaparser.printer.lexicalpreservation.changes
Methods in com.github.javaparser.printer.lexicalpreservation.changes with parameters of type RangeModifier and TypeMethodDescriptionprivate booleanListRemovalChange.isSameRange(Range r1, Range r2)