Uses of Class
com.github.javaparser.utils.Pair
-
-
Uses of Pair in com.github.javaparser
Methods in com.github.javaparser that return Pair Modifier and Type Method Description Pair<NodeList<Parameter>,ReceiverParameter>
GeneratedJavaParser. Parameters()
The JLS refers to parameters asFormalParameter
.Pair<SimpleName,java.util.List<ArrayType.ArrayBracketPair>>
GeneratedJavaParser. VariableDeclaratorId()
https://docs.oracle.com/javase/specs/jls/se15/html/jls-8.html#jls-8.3 -
Uses of Pair in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return Pair Modifier and Type Method Description static Pair<Type,java.util.List<ArrayType.ArrayBracketPair>>
ArrayType. unwrapArrayTypes(Type type)
Takes a type that may be an ArrayType. -
Uses of Pair in com.github.javaparser.javadoc.description
Methods in com.github.javaparser.javadoc.description that return Pair Modifier and Type Method Description private static Pair<java.lang.Integer,java.lang.Integer>
JavadocDescription. indexOfNextInlineTag(java.lang.String text, int start)
-
Uses of Pair in com.github.javaparser.resolution.types
Methods in com.github.javaparser.resolution.types that return types with arguments of type Pair Modifier and Type Method Description java.util.List<Pair<ResolvedTypeParameterDeclaration,ResolvedType>>
ResolvedReferenceType. getTypeParametersMap()
Get the values for all type parameters declared on this type. -
Uses of Pair in com.github.javaparser.symbolsolver.resolution.typeinference
Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return Pair Modifier and Type Method Description static Pair<ResolvedType,java.lang.Boolean>
TypeHelper. groundTargetTypeOfLambda(LambdaExpr lambdaExpr, ResolvedType T, TypeSolver typeSolver)
See JLS 15.27.3.Methods in com.github.javaparser.symbolsolver.resolution.typeinference that return types with arguments of type Pair Modifier and Type Method Description private java.util.Optional<Pair<SameAsBound,SameAsBound>>
BoundSet. findPairSameAs(java.util.function.Predicate<Pair<SameAsBound,SameAsBound>> condition)
private java.util.List<Pair<ResolvedReferenceType,ResolvedReferenceType>>
BoundSet. findPairsOfCommonAncestors(ResolvedReferenceType r1, ResolvedReferenceType r2)
Method parameters in com.github.javaparser.symbolsolver.resolution.typeinference with type arguments of type Pair Modifier and Type Method Description private java.util.Optional<Pair<SameAsBound,SameAsBound>>
BoundSet. findPairSameAs(java.util.function.Predicate<Pair<SameAsBound,SameAsBound>> condition)
private LeastUpperBoundLogic.TypeSubstitution
LeastUpperBoundLogic. substitution(java.util.List<Pair<ResolvedTypeParameterDeclaration,ResolvedType>> pairs)
-
Uses of Pair in com.github.javaparser.utils
Methods in com.github.javaparser.utils that return types with arguments of type Pair Modifier and Type Method Description java.util.List<Pair<java.nio.file.Path,ParseResult<CompilationUnit>>>
SourceZip. parse()
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse results in a list.
-