Package | Description |
---|---|
com.asakusafw.utils.java.model.util |
Utilities for Java DOM building/emitting.
|
Modifier and Type | Method and Description |
---|---|
static ImportBuilder.Strategy |
ImportBuilder.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportBuilder.Strategy[] |
ImportBuilder.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImportBuilder(ModelFactory factory,
PackageDeclaration packageDecl,
ImportBuilder.Strategy strategy)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.