Package | Description |
---|---|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Method and Description |
---|---|
WildcardBoundKind |
WildcardImpl.getBoundKind() |
Modifier and Type | Method and Description |
---|---|
Wildcard |
ModelFactoryImpl.newWildcard(WildcardBoundKind boundKind,
Type typeBound) |
void |
WildcardImpl.setBoundKind(WildcardBoundKind boundKind)
Sets the type bound kind.
|
Modifier and Type | Method and Description |
---|---|
WildcardBoundKind |
Wildcard.getBoundKind()
Returns the type bound kind.
|
WildcardBoundKind |
WildcardBoundKind.normalize()
Normalizes this bound kind.
|
static WildcardBoundKind |
WildcardBoundKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WildcardBoundKind[] |
WildcardBoundKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Wildcard |
ModelFactory.newWildcard(WildcardBoundKind boundKind,
Type typeBound)
Returns a new
Wildcard object. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.