jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.printer.configuration.imports
/
IntelliJImportOrderingStrategy
Intelli
JImport
Ordering
Strategy
open
class
IntelliJImportOrderingStrategy
:
ImportOrderingStrategy
(
source
)
Members
Constructors
Intelli
JImport
Ordering
Strategy
Link copied to clipboard
constructor
(
)
Functions
is
Sort
Imports
Alphabetically
Link copied to clipboard
open
fun
isSortImportsAlphabetically
(
)
:
Boolean
set
Sort
Imports
Alphabetically
Link copied to clipboard
open
fun
setSortImportsAlphabetically
(
sortAlphabetically
:
Boolean
)
sort
Imports
Link copied to clipboard
open
fun
sortImports
(
nodes
:
NodeList
<
ImportDeclaration
>
)
:
List
<
NodeList
<
ImportDeclaration
>
>
Sort the list of imports into groups.