Package | Description |
---|---|
com.asakusafw.dmdl.directio.hive.common |
Hive support common classes.
|
com.asakusafw.dmdl.directio.hive.orc |
Hive ORCFile support.
|
com.asakusafw.dmdl.directio.hive.parquet |
Hive Parquet file support.
|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.dmdl.directio.util |
Utilities for DMDL for Direct I/O.
|
com.asakusafw.dmdl.java |
Core classes of DMDL Java backend.
|
com.asakusafw.dmdl.java.emitter |
Java source code emitters.
|
com.asakusafw.dmdl.java.emitter.driver |
Extension points for DMDL Java emitter.
|
com.asakusafw.dmdl.java.spi |
Extension points for DMDL Java program emittion.
|
com.asakusafw.dmdl.windgate.util |
Utilities for WindGate DMDL.
|
com.asakusafw.operator |
Asakusa Operator DSL Compiler Core APIs.
|
com.asakusafw.operator.util |
Common utilities for Asakusa Operator DSL compiler.
|
com.asakusafw.utils.java.internal.model.syntax |
Naive Java DOM implementations.
|
com.asakusafw.utils.java.internal.model.util |
Internal utlities for Java DOM building/emitting.
|
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.
|
com.asakusafw.utils.java.parser.javadoc |
Parses Java documentation comments and converts them to Java DOMs.
|
Class and Description |
---|
Annotation
An abstract super interface of annotations.
|
Name
An abstract super interface of names.
|
QualifiedName
An interface which represents qualified names.
|
Class and Description |
---|
QualifiedName
An interface which represents qualified names.
|
Class and Description |
---|
QualifiedName
An interface which represents qualified names.
|
Class and Description |
---|
Expression
An abstract super interface of expressions.
|
Statement
An abstract super interface of statement.
|
Type
An abstract super interface of types.
|
Class and Description |
---|
Name
An abstract super interface of names.
|
Class and Description |
---|
ModelFactory
A factory for providing
Model objects. |
Name
An abstract super interface of names.
|
Class and Description |
---|
Annotation
An abstract super interface of annotations.
|
Expression
An abstract super interface of expressions.
|
FieldDeclaration
An interface which represents field declarations.
|
MethodDeclaration
An interface which represents method declarations.
|
ModelFactory
A factory for providing
Model objects. |
Name
An abstract super interface of names.
|
QualifiedName
An interface which represents qualified names.
|
SimpleName
An interface which represents simple names.
|
Type
An abstract super interface of types.
|
TypeDeclaration
An abstract super interface of type declarations.
|
Class and Description |
---|
Annotation
An abstract super interface of annotations.
|
MethodDeclaration
An interface which represents method declarations.
|
Type
An abstract super interface of types.
|
Class and Description |
---|
Annotation
An abstract super interface of annotations.
|
FieldDeclaration
An interface which represents field declarations.
|
MethodDeclaration
An interface which represents method declarations.
|
Type
An abstract super interface of types.
|
Class and Description |
---|
Name
An abstract super interface of names.
|
Class and Description |
---|
CompilationUnit
An interface which represents compilation units.
|
Class and Description |
---|
Annotation
An abstract super interface of annotations.
|
DocElement
An abstract super interface of elements in documentation comments.
|
Expression
An abstract super interface of expressions.
|
FormalParameterDeclaration
An interface which represents formal parameter declarations.
|
Statement
An abstract super interface of statement.
|
Type
An abstract super interface of types.
|
TypeParameterDeclaration
An interface which represents type parameter declarations.
|
Class and Description |
---|
AlternateConstructorInvocation
An interface which represents alternate constructor invocation.
|
Annotation
An abstract super interface of annotations.
|
AnnotationDeclaration
An interface which represents annotation declaration.
|
AnnotationElement
An interface which represents annotation name and its value pair.
|
AnnotationElementDeclaration
An interface which represents annotation element declaration.
|
ArrayAccessExpression
An interface which represents array access expression.
|
ArrayCreationExpression
An interface which represents array creation expression.
|
ArrayInitializer
An interface which represents the array initializer.
|
ArrayType
An interface which represents array types.
|
AssertStatement
An interface which represents assert statement.
|
AssignmentExpression
An interface which represents assignment expression.
|
Attribute
An abstract super interface of declaration modifiers or annotations.
|
BasicType
An interface which represents basic types.
|
BasicTypeKind
Represents a kind of basic type.
|
Block
An interface which represents statement block.
|
BlockComment
An interface which represents block comments.
|
BranchStatement
An abstract super interface of branching statements.
|
BreakStatement
An interface which represents break statement.
|
CastExpression
An interface which represents type cast expression.
|
CatchClause
An interface which represents catch clause.
|
ClassBody
An interface which represents an anonymous class body.
|
ClassDeclaration
An interface which represents class declarations.
|
ClassInstanceCreationExpression
An interface which represents class instance creation expression.
|
ClassLiteral
An interface which represents class literals.
|
Comment
An abstract super interface of comments.
|
CompilationUnit
An interface which represents compilation units.
|
ConditionalExpression
An interface which represents conditional expression.
|
ConstructorDeclaration
An interface which represents constructor declarations.
|
ConstructorInvocation
An abstract super interface of constructor invocations.
|
ConstructorReferenceExpression
An interface which represents method reference expressions only for constructors.
|
ContinueStatement
An interface which represents continue statement.
|
DocBlock
An interface which represents blocks in documentation comments.
|
DocElement
An abstract super interface of elements in documentation comments.
|
DocField
An interface which represents field references in the documentation comments.
|
DocMethod
An interface which represents method and constructor references in the documentation comments.
|
DocMethodParameter
An interface which represents formal parameters in
DocMethod . |
DocText
An interface which represents text in documentation comments.
|
DoStatement
An interface which represents
do-while statement. |
EmptyStatement
An interface which represents empty statement.
|
EnhancedForStatement
An interface which represents enhanced for statement.
|
EnumConstantDeclaration
An interface which represents enum constants.
|
EnumDeclaration
An interface which represents enum type declarations.
|
Expression
An abstract super interface of expressions.
|
ExpressionStatement
An interface which represents expression statement.
|
FieldAccessExpression
An interface which represents field access expressions.
|
FieldDeclaration
An interface which represents field declarations.
|
ForInitializer
An abstract super interface of initializer part of
for statement. |
FormalParameterDeclaration
An interface which represents formal parameter declarations.
|
ForStatement
An interface which represents for statement.
|
IfStatement
An interface which represents if statement.
|
ImportDeclaration
An interface which represents import declarations.
|
ImportKind
Represents a kind of
import declarations. |
InfixExpression
An interface which represents binary expression operator.
|
InfixOperator
Represents infix operators.
|
InitializerDeclaration
An interface which represents instance or class initializers.
|
InstanceofExpression
An interface which represents
instance of expression. |
InterfaceDeclaration
An interface which represents interface type declarations.
|
Invocation
An abstract super interface which refers executable elements.
|
Javadoc
An interface which represents the Java documentation comment.
|
Keyword
An abstract super interface of
super and this qualifiers (pseudo-expressions). |
LabeledStatement
An interface which represents labeled statement.
|
LambdaBody
An abstract super interface of lambda bodies.
|
LambdaExpression
An abstract super interface of lambda expressions.
|
LambdaParameter
An abstract super interface of lambda parameters.
|
LineComment
An interface which represents line comments.
|
Literal
An interface which represents literals.
|
LiteralKind
Represents a kind of literals.
|
LocalClassDeclaration
An interface which represents local class declaration.
|
LocalVariableDeclaration
An interface which represents local variable declaration.
|
MarkerAnnotation
An interface which represents annotations without any annotation elements.
|
MethodDeclaration
An interface which represents method declarations.
|
MethodInvocationExpression
An interface which represents method invocation expressions.
|
MethodOrConstructorDeclaration
An abstract super interface of method or constructor declarations.
|
MethodOrConstructorReferenceExpression
An interface which represents method reference expressions.
|
MethodReferenceExpression
An interface which represents method reference expressions.
|
Model
A root interface of all Java DOM objects.
|
ModelFactory
A factory for providing
Model objects. |
ModelKind
Represents a kind of
Model . |
Modifier
An interface which represents modifiers.
|
ModifierKind
Represents a kind of declaration modifiers.
|
Name
An abstract super interface of names.
|
NamedType
An interface which represents types which can be identified by their name.
|
NormalAnnotation
An interface which represents regular annotations which can have any annotation elements.
|
PackageDeclaration
An interface which represents package declarations.
|
ParameterizedType
An interface which represents parameterized types.
|
ParenthesizedExpression
An interface which represents parenthesized expressions.
|
PostfixExpression
An interface which represents postfix expressions.
|
PostfixOperator
Represents postfix operators.
|
QualifiedName
An interface which represents qualified names.
|
QualifiedType
An interface which represents qualified types.
|
ReturnStatement
An interface which represents return statement.
|
SimpleName
An interface which represents simple names.
|
SingleElementAnnotation
An interface which represents single element annotations which only can have
value element. |
Statement
An abstract super interface of statement.
|
StatementExpressionList
An interface which represents expression list (in initializer part) of
for statement. |
Super
An interface which represents
super qualifier (pseudo-expression). |
SuperConstructorInvocation
An interface which represents super constructor statement.
|
SwitchCaseLabel
* An interface which represents
case labels in switch statements. |
SwitchDefaultLabel
An interface which represents
default labels in switch statements. |
SwitchLabel
An abstract super interface of labels in switch statement.
|
SwitchStatement
An interface which represents switch statement.
|
SynchronizedStatement
An interface which represents synchronized statement.
|
This
An interface which represents this keyword.
|
ThrowStatement
An interface which represents throw statement.
|
TryResource
An interface which represents try resources.
|
TryStatement
An interface which represents try statement.
|
Type
An abstract super interface of types.
|
TypeBodyDeclaration
An abstract super interface of type member declarations.
|
TypeDeclaration
An abstract super interface of type declarations.
|
TypedElement
An abstract super interface of elements which have any type information.
|
TypeOrExpression
Represents either
Type or Expression . |
TypeParameterDeclaration
An interface which represents type parameter declarations.
|
UnaryExpression
An interface which represents unary expressions.
|
UnaryOperator
Represents unary operators.
|
UnionType
An interface which represents union types.
|
VariableDeclarator
An interface which represents variable declarators.
|
Visitor
Visitor for
Model . |
WhileStatement
An interface which represents while statement.
|
Wildcard
An interface which represents type wildcard.
|
WildcardBoundKind
Represents a kind of wildcard type bounds.
|
Class and Description |
---|
AlternateConstructorInvocation
An interface which represents alternate constructor invocation.
|
AnnotationDeclaration
An interface which represents annotation declaration.
|
AnnotationElement
An interface which represents annotation name and its value pair.
|
AnnotationElementDeclaration
An interface which represents annotation element declaration.
|
ArrayAccessExpression
An interface which represents array access expression.
|
ArrayCreationExpression
An interface which represents array creation expression.
|
ArrayInitializer
An interface which represents the array initializer.
|
ArrayType
An interface which represents array types.
|
AssertStatement
An interface which represents assert statement.
|
AssignmentExpression
An interface which represents assignment expression.
|
BasicType
An interface which represents basic types.
|
Block
An interface which represents statement block.
|
BlockComment
An interface which represents block comments.
|
BreakStatement
An interface which represents break statement.
|
CastExpression
An interface which represents type cast expression.
|
CatchClause
An interface which represents catch clause.
|
ClassBody
An interface which represents an anonymous class body.
|
ClassDeclaration
An interface which represents class declarations.
|
ClassInstanceCreationExpression
An interface which represents class instance creation expression.
|
ClassLiteral
An interface which represents class literals.
|
CompilationUnit
An interface which represents compilation units.
|
ConditionalExpression
An interface which represents conditional expression.
|
ConstructorDeclaration
An interface which represents constructor declarations.
|
ConstructorReferenceExpression
An interface which represents method reference expressions only for constructors.
|
ContinueStatement
An interface which represents continue statement.
|
DocBlock
An interface which represents blocks in documentation comments.
|
DocField
An interface which represents field references in the documentation comments.
|
DocMethod
An interface which represents method and constructor references in the documentation comments.
|
DocMethodParameter
An interface which represents formal parameters in
DocMethod . |
DocText
An interface which represents text in documentation comments.
|
DoStatement
An interface which represents
do-while statement. |
EmptyStatement
An interface which represents empty statement.
|
EnhancedForStatement
An interface which represents enhanced for statement.
|
EnumConstantDeclaration
An interface which represents enum constants.
|
EnumDeclaration
An interface which represents enum type declarations.
|
Expression
An abstract super interface of expressions.
|
ExpressionStatement
An interface which represents expression statement.
|
FieldAccessExpression
An interface which represents field access expressions.
|
FieldDeclaration
An interface which represents field declarations.
|
FormalParameterDeclaration
An interface which represents formal parameter declarations.
|
ForStatement
An interface which represents for statement.
|
IfStatement
An interface which represents if statement.
|
ImportDeclaration
An interface which represents import declarations.
|
InfixExpression
An interface which represents binary expression operator.
|
InfixOperator
Represents infix operators.
|
InitializerDeclaration
An interface which represents instance or class initializers.
|
InstanceofExpression
An interface which represents
instance of expression. |
InterfaceDeclaration
An interface which represents interface type declarations.
|
Javadoc
An interface which represents the Java documentation comment.
|
LabeledStatement
An interface which represents labeled statement.
|
LambdaExpression
An abstract super interface of lambda expressions.
|
LineComment
An interface which represents line comments.
|
Literal
An interface which represents literals.
|
LocalClassDeclaration
An interface which represents local class declaration.
|
LocalVariableDeclaration
An interface which represents local variable declaration.
|
MarkerAnnotation
An interface which represents annotations without any annotation elements.
|
MethodDeclaration
An interface which represents method declarations.
|
MethodInvocationExpression
An interface which represents method invocation expressions.
|
MethodReferenceExpression
An interface which represents method reference expressions.
|
Model
A root interface of all Java DOM objects.
|
ModelFactory
A factory for providing
Model objects. |
Modifier
An interface which represents modifiers.
|
NamedType
An interface which represents types which can be identified by their name.
|
NormalAnnotation
An interface which represents regular annotations which can have any annotation elements.
|
PackageDeclaration
An interface which represents package declarations.
|
ParameterizedType
An interface which represents parameterized types.
|
ParenthesizedExpression
An interface which represents parenthesized expressions.
|
PostfixExpression
An interface which represents postfix expressions.
|
QualifiedName
An interface which represents qualified names.
|
QualifiedType
An interface which represents qualified types.
|
ReturnStatement
An interface which represents return statement.
|
SimpleName
An interface which represents simple names.
|
SingleElementAnnotation
An interface which represents single element annotations which only can have
value element. |
StatementExpressionList
An interface which represents expression list (in initializer part) of
for statement. |
StrictVisitor
An implementation of
Visitor which raises UnsupportedOperationException in all methods. |
Super
An interface which represents
super qualifier (pseudo-expression). |
SuperConstructorInvocation
An interface which represents super constructor statement.
|
SwitchCaseLabel
* An interface which represents
case labels in switch statements. |
SwitchDefaultLabel
An interface which represents
default labels in switch statements. |
SwitchStatement
An interface which represents switch statement.
|
SynchronizedStatement
An interface which represents synchronized statement.
|
This
An interface which represents this keyword.
|
ThrowStatement
An interface which represents throw statement.
|
TryResource
An interface which represents try resources.
|
TryStatement
An interface which represents try statement.
|
Type
An abstract super interface of types.
|
TypeParameterDeclaration
An interface which represents type parameter declarations.
|
UnaryExpression
An interface which represents unary expressions.
|
UnionType
An interface which represents union types.
|
VariableDeclarator
An interface which represents variable declarators.
|
Visitor
Visitor for
Model . |
WhileStatement
An interface which represents while statement.
|
Wildcard
An interface which represents type wildcard.
|
Class and Description |
---|
ArrayType
An interface which represents array types.
|
BasicType
An interface which represents basic types.
|
CompilationUnit
An interface which represents compilation units.
|
ModelFactory
A factory for providing
Model objects. |
ModifierKind
Represents a kind of declaration modifiers.
|
Name
An abstract super interface of names.
|
NamedType
An interface which represents types which can be identified by their name.
|
PackageDeclaration
An interface which represents package declarations.
|
Type
An abstract super interface of types.
|
Wildcard
An interface which represents type wildcard.
|
Class and Description |
---|
AlternateConstructorInvocation
An interface which represents alternate constructor invocation.
|
Annotation
An abstract super interface of annotations.
|
AnnotationDeclaration
An interface which represents annotation declaration.
|
AnnotationElement
An interface which represents annotation name and its value pair.
|
AnnotationElementDeclaration
An interface which represents annotation element declaration.
|
ArrayAccessExpression
An interface which represents array access expression.
|
ArrayCreationExpression
An interface which represents array creation expression.
|
ArrayInitializer
An interface which represents the array initializer.
|
ArrayType
An interface which represents array types.
|
AssertStatement
An interface which represents assert statement.
|
AssignmentExpression
An interface which represents assignment expression.
|
Attribute
An abstract super interface of declaration modifiers or annotations.
|
BasicType
An interface which represents basic types.
|
BasicTypeKind
Represents a kind of basic type.
|
Block
An interface which represents statement block.
|
BlockComment
An interface which represents block comments.
|
BranchStatement
An abstract super interface of branching statements.
|
BreakStatement
An interface which represents break statement.
|
CastExpression
An interface which represents type cast expression.
|
CatchClause
An interface which represents catch clause.
|
ClassBody
An interface which represents an anonymous class body.
|
ClassDeclaration
An interface which represents class declarations.
|
ClassInstanceCreationExpression
An interface which represents class instance creation expression.
|
ClassLiteral
An interface which represents class literals.
|
Comment
An abstract super interface of comments.
|
CompilationUnit
An interface which represents compilation units.
|
ConditionalExpression
An interface which represents conditional expression.
|
ConstructorDeclaration
An interface which represents constructor declarations.
|
ConstructorInvocation
An abstract super interface of constructor invocations.
|
ConstructorReferenceExpression
An interface which represents method reference expressions only for constructors.
|
ContinueStatement
An interface which represents continue statement.
|
DeclarationKind
An abstract super interface of kind of declarations.
|
DocBlock
An interface which represents blocks in documentation comments.
|
DocElement
An abstract super interface of elements in documentation comments.
|
DocField
An interface which represents field references in the documentation comments.
|
DocMethod
An interface which represents method and constructor references in the documentation comments.
|
DocMethodParameter
An interface which represents formal parameters in
DocMethod . |
DocText
An interface which represents text in documentation comments.
|
DoStatement
An interface which represents
do-while statement. |
EmptyStatement
An interface which represents empty statement.
|
EnhancedForStatement
An interface which represents enhanced for statement.
|
EnumConstantDeclaration
An interface which represents enum constants.
|
EnumDeclaration
An interface which represents enum type declarations.
|
ExecutableKind
Represents a kind of executable type members.
|
Expression
An abstract super interface of expressions.
|
ExpressionStatement
An interface which represents expression statement.
|
FieldAccessExpression
An interface which represents field access expressions.
|
FieldDeclaration
An interface which represents field declarations.
|
FieldKind
Represents a kind of fields.
|
ForInitializer
An abstract super interface of initializer part of
for statement. |
FormalParameterDeclaration
An interface which represents formal parameter declarations.
|
ForStatement
An interface which represents for statement.
|
IfStatement
An interface which represents if statement.
|
ImportDeclaration
An interface which represents import declarations.
|
ImportKind
Represents a kind of
import declarations. |
ImportKind.Range
Represents a kind of import scope.
|
ImportKind.Target
Represents a kind of import target.
|
InfixExpression
An interface which represents binary expression operator.
|
InfixOperator
Represents infix operators.
|
InitializerDeclaration
An interface which represents instance or class initializers.
|
InstanceofExpression
An interface which represents
instance of expression. |
InterfaceDeclaration
An interface which represents interface type declarations.
|
Invocation
An abstract super interface which refers executable elements.
|
Javadoc
An interface which represents the Java documentation comment.
|
Keyword
An abstract super interface of
super and this qualifiers (pseudo-expressions). |
LabeledStatement
An interface which represents labeled statement.
|
LambdaBody
An abstract super interface of lambda bodies.
|
LambdaExpression
An abstract super interface of lambda expressions.
|
LambdaParameter
An abstract super interface of lambda parameters.
|
LineComment
An interface which represents line comments.
|
Literal
An interface which represents literals.
|
LiteralKind
Represents a kind of literals.
|
LocalClassDeclaration
An interface which represents local class declaration.
|
LocalVariableDeclaration
An interface which represents local variable declaration.
|
MarkerAnnotation
An interface which represents annotations without any annotation elements.
|
MethodDeclaration
An interface which represents method declarations.
|
MethodInvocationExpression
An interface which represents method invocation expressions.
|
MethodOrConstructorDeclaration
An abstract super interface of method or constructor declarations.
|
MethodOrConstructorReferenceExpression
An interface which represents method reference expressions.
|
MethodReferenceExpression
An interface which represents method reference expressions.
|
Model
A root interface of all Java DOM objects.
|
ModelKind
Represents a kind of
Model . |
Modifier
An interface which represents modifiers.
|
ModifierKind
Represents a kind of declaration modifiers.
|
Name
An abstract super interface of names.
|
NamedType
An interface which represents types which can be identified by their name.
|
NormalAnnotation
An interface which represents regular annotations which can have any annotation elements.
|
ObjectTypeKind
Represents a kind of type declarations.
|
PackageDeclaration
An interface which represents package declarations.
|
ParameterizedType
An interface which represents parameterized types.
|
ParenthesizedExpression
An interface which represents parenthesized expressions.
|
PostfixExpression
An interface which represents postfix expressions.
|
PostfixOperator
Represents postfix operators.
|
PropertyKind
Represents a kind of properties in
Model . |
QualifiedName
An interface which represents qualified names.
|
QualifiedType
An interface which represents qualified types.
|
ReturnStatement
An interface which represents return statement.
|
SimpleName
An interface which represents simple names.
|
SingleElementAnnotation
An interface which represents single element annotations which only can have
value element. |
Statement
An abstract super interface of statement.
|
StatementExpressionList
An interface which represents expression list (in initializer part) of
for statement. |
Super
An interface which represents
super qualifier (pseudo-expression). |
SuperConstructorInvocation
An interface which represents super constructor statement.
|
SwitchCaseLabel
* An interface which represents
case labels in switch statements. |
SwitchDefaultLabel
An interface which represents
default labels in switch statements. |
SwitchLabel
An abstract super interface of labels in switch statement.
|
SwitchStatement
An interface which represents switch statement.
|
SynchronizedStatement
An interface which represents synchronized statement.
|
This
An interface which represents this keyword.
|
ThrowStatement
An interface which represents throw statement.
|
TryResource
An interface which represents try resources.
|
TryStatement
An interface which represents try statement.
|
Type
An abstract super interface of types.
|
TypeBodyDeclaration
An abstract super interface of type member declarations.
|
TypeDeclaration
An abstract super interface of type declarations.
|
TypedElement
An abstract super interface of elements which have any type information.
|
TypeOrExpression
Represents either
Type or Expression . |
TypeParameterDeclaration
An interface which represents type parameter declarations.
|
UnaryExpression
An interface which represents unary expressions.
|
UnaryOperator
Represents unary operators.
|
UnaryOperator.Category
Represents an operator kind.
|
UnionType
An interface which represents union types.
|
VariableDeclarator
An interface which represents variable declarators.
|
Visitor
Visitor for
Model . |
WhileStatement
An interface which represents while statement.
|
Wildcard
An interface which represents type wildcard.
|
WildcardBoundKind
Represents a kind of wildcard type bounds.
|
Class and Description |
---|
Annotation
An abstract super interface of annotations.
|
ArrayInitializer
An interface which represents the array initializer.
|
ArrayType
An interface which represents array types.
|
Attribute
An abstract super interface of declaration modifiers or annotations.
|
ClassBody
An interface which represents an anonymous class body.
|
ClassLiteral
An interface which represents class literals.
|
CompilationUnit
An interface which represents compilation units.
|
DocElement
An abstract super interface of elements in documentation comments.
|
Expression
An abstract super interface of expressions.
|
ExpressionStatement
An interface which represents expression statement.
|
ImportDeclaration
An interface which represents import declarations.
|
InfixOperator
Represents infix operators.
|
Javadoc
An interface which represents the Java documentation comment.
|
Literal
An interface which represents literals.
|
LocalVariableDeclaration
An interface which represents local variable declaration.
|
Model
A root interface of all Java DOM objects.
|
ModelFactory
A factory for providing
Model objects. |
Modifier
An interface which represents modifiers.
|
ModifierKind
Represents a kind of declaration modifiers.
|
Name
An abstract super interface of names.
|
NamedType
An interface which represents types which can be identified by their name.
|
PackageDeclaration
An interface which represents package declarations.
|
PostfixOperator
Represents postfix operators.
|
ReturnStatement
An interface which represents return statement.
|
SimpleName
An interface which represents simple names.
|
ThrowStatement
An interface which represents throw statement.
|
Type
An abstract super interface of types.
|
TypeDeclaration
An abstract super interface of type declarations.
|
UnaryOperator
Represents unary operators.
|
Class and Description |
---|
Javadoc
An interface which represents the Java documentation comment.
|
ModelFactory
A factory for providing
Model objects. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.