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.
|
Modifier and Type | Class and Description |
---|---|
class |
LambdaExpressionImpl
An implementation of
LambdaExpression . |
Modifier and Type | Method and Description |
---|---|
LambdaExpression |
ModelFactoryImpl.newLambdaExpression(LambdaParameter parameter,
LambdaBody body) |
LambdaExpression |
ModelFactoryImpl.newLambdaExpression(List<? extends LambdaParameter> parameters,
LambdaBody body) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitLambdaExpression(LambdaExpression elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitLambdaExpression(LambdaExpression elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
default LambdaExpression |
ModelFactory.newLambdaExpression(LambdaBody body)
Returns a new
LambdaExpression object. |
default LambdaExpression |
ModelFactory.newLambdaExpression(LambdaParameter parameter,
Function<? super SimpleName,? extends LambdaBody> lambda)
Returns a new
LambdaExpression object. |
LambdaExpression |
ModelFactory.newLambdaExpression(LambdaParameter parameter,
LambdaBody body)
Returns a new
LambdaExpression object. |
default LambdaExpression |
ModelFactory.newLambdaExpression(List<? extends LambdaParameter> parameters,
Function<? super List<? extends SimpleName>,? extends LambdaBody> lambda)
Returns a new
LambdaExpression object. |
LambdaExpression |
ModelFactory.newLambdaExpression(List<? extends LambdaParameter> parameters,
LambdaBody body)
Returns a new
LambdaExpression object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitLambdaExpression(LambdaExpression elem,
C context) |
R |
Visitor.visitLambdaExpression(LambdaExpression elem,
C context)
Processes
LambdaExpression using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.