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 |
AlternateConstructorInvocationImpl
An implementation of
AlternateConstructorInvocation . |
class |
AnnotationElementImpl
An implementation of
AnnotationElement . |
class |
ClassInstanceCreationExpressionImpl
An implementation of
ClassInstanceCreationExpression . |
class |
EnumConstantDeclarationImpl
An implementation of
EnumConstantDeclaration . |
class |
MethodInvocationExpressionImpl
An implementation of
MethodInvocationExpression . |
class |
SingleElementAnnotationImpl
An implementation of
SingleElementAnnotation . |
class |
SuperConstructorInvocationImpl
An implementation of
SuperConstructorInvocation . |
Modifier and Type | Interface and Description |
---|---|
interface |
AlternateConstructorInvocation
An interface which represents alternate constructor invocation.
|
interface |
AnnotationElement
An interface which represents annotation name and its value pair.
|
interface |
ClassInstanceCreationExpression
An interface which represents class instance creation expression.
|
interface |
ConstructorInvocation
An abstract super interface of constructor invocations.
|
interface |
EnumConstantDeclaration
An interface which represents enum constants.
|
interface |
MethodInvocationExpression
An interface which represents method invocation expressions.
|
interface |
SingleElementAnnotation
An interface which represents single element annotations which only can have
value element. |
interface |
SuperConstructorInvocation
An interface which represents super constructor statement.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.