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 | Class and Description |
---|---|
class |
ConstructorDeclarationImpl
An implementation of
ConstructorDeclaration . |
class |
MethodDeclarationImpl
An implementation of
MethodDeclaration . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructorDeclaration
An interface which represents constructor declarations.
|
interface |
MethodDeclaration
An interface which represents method declarations.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.