Uses of Class
com.github.javaparser.utils.Pair
-
Packages that use Pair Package Description com.github.javaparser.ast.type com.github.javaparser.printer.lexicalpreservation com.github.javaparser.utils -
-
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,List<ArrayType.ArrayBracketPair>>
ArrayType. unwrapArrayTypes(Type type)
Takes a type that may be an ArrayType. -
Uses of Pair in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation that return Pair Modifier and Type Method Description static <N extends Node>
Pair<ParseResult<N>,LexicalPreservingPrinter>LexicalPreservingPrinter. setup(ParseStart<N> parseStart, Provider provider)
Deprecated.just use the other constructor. -
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 List<Pair<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.
-