Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.jsr269.bridge |
Utilities for convert
javax.lang.model into Java DOM. |
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
com.asakusafw.utils.java.model.util |
Utilities for Java DOM building/emitting.
|
Modifier and Type | Method and Description |
---|---|
ModifierKind |
ModifierImpl.getModifierKind() |
Modifier and Type | Method and Description |
---|---|
Modifier |
ModelFactoryImpl.newModifier(ModifierKind modifierKind) |
void |
ModifierImpl.setModifierKind(ModifierKind modifierKind)
Sets the modifier kind.
|
Modifier and Type | Method and Description |
---|---|
List<ModifierKind> |
Jsr269.convert(Collection<Modifier> modifiers)
Converts the modifiers.
|
Modifier and Type | Method and Description |
---|---|
ModifierKind |
Modifier.getModifierKind()
Returns the modifier kind.
|
static ModifierKind |
ModifierKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifierKind[] |
ModifierKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Modifier |
ModelFactory.newModifier(ModifierKind modifierKind)
Returns a new
Modifier object. |
Modifier and Type | Method and Description |
---|---|
AttributeBuilder |
AttributeBuilder.modifier(ModifierKind modifier)
Appends the modifier to this builder.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.