Package | Description |
---|---|
com.asakusafw.utils.java.model.syntax |
Interfaces for representing Java DOMs.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutableKind
Represents a kind of executable type members.
|
class |
FieldKind
Represents a kind of fields.
|
class |
ObjectTypeKind
Represents a kind of type declarations.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModifierKind.canBeDeclaredIn(DeclarationKind kind)
Returns whether this modifier can be explicitly declared on the target declaration or not.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.