See: Description
| Interface | Description |
|---|---|
| EmitContext |
An interface of emitting
Model objects. |
| Class | Description |
|---|---|
| JavaEscape |
Rules about escape characters.
|
| LiteralAnalyzer |
Analyzes Java literals.
|
| LiteralToken |
Represents a Java literal token.
|
| ModelDigester |
Computes digest value for
Model objects. |
| ModelEmitter |
Emits Java DOM objects.
|
| ModelMatcher |
Compares between two
Model objects. |
| PrintEmitContext |
An implementation of
EmitContext for writing into PrintWriter. |
| ReflectionTypeMapper |
Maps
Type into Java DOM types. |
| ReflectionTypeVisitor<R,C,E extends Throwable> |
Visitors for processing implementations of
Type. |
| Enum | Description |
|---|---|
| EmitDirection |
Represents a direction of emitting blocks.
|
| ExpressionPriority |
Represents an association priorities in expressions.
|
| LiteralTokenKind |
Represents a kind of literal.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.