Package | Description |
---|---|
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.model.syntax |
Interfaces for representing Java DOMs.
|
com.asakusafw.utils.java.model.util |
Utilities for Java DOM building/emitting.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassLiteralImpl
An implementation of
ClassLiteral . |
Modifier and Type | Method and Description |
---|---|
ClassLiteral |
ModelFactoryImpl.newClassLiteral(Type type) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitClassLiteral(ClassLiteral elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitClassLiteral(ClassLiteral elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
ClassLiteral |
ModelFactory.newClassLiteral(Type type)
Returns a new
ClassLiteral object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitClassLiteral(ClassLiteral elem,
C context) |
R |
Visitor.visitClassLiteral(ClassLiteral elem,
C context)
Processes
ClassLiteral using this visitor. |
Modifier and Type | Method and Description |
---|---|
static ClassLiteral |
Models.toClassLiteral(ModelFactory factory,
Type type)
Returns a type literal of the target type.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.