Uses of Interface
com.github.javaparser.ParseStart
-
Packages that use ParseStart Package Description com.github.javaparser com.github.javaparser.printer.lexicalpreservation -
-
Uses of ParseStart in com.github.javaparser
Methods in com.github.javaparser with parameters of type ParseStart Modifier and Type Method Description <N extends Node>
ParseResult<N>JavaParser. parse(ParseStart<N> start, Provider provider)
Parses source code. -
Uses of ParseStart in com.github.javaparser.printer.lexicalpreservation
Methods in com.github.javaparser.printer.lexicalpreservation with parameters of type ParseStart 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.
-