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 |
MethodInvocationExpressionImpl
An implementation of
MethodInvocationExpression . |
Modifier and Type | Method and Description |
---|---|
MethodInvocationExpression |
ModelFactoryImpl.newMethodInvocationExpression(Expression qualifier,
List<? extends Type> typeArguments,
SimpleName name,
List<? extends Expression> arguments) |
MethodInvocationExpression |
ModelFactoryImpl.newMethodInvocationExpression(Expression qualifier,
SimpleName name,
Expression... arguments) |
MethodInvocationExpression |
ModelFactoryImpl.newMethodInvocationExpression(Expression qualifier,
SimpleName name,
List<? extends Expression> arguments) |
Modifier and Type | Method and Description |
---|---|
Void |
ModelDigester.visitMethodInvocationExpression(MethodInvocationExpression elem,
com.asakusafw.utils.java.internal.model.util.DigestContext context) |
Boolean |
ModelMatcher.visitMethodInvocationExpression(MethodInvocationExpression elem,
Model context) |
Modifier and Type | Method and Description |
---|---|
MethodInvocationExpression |
ModelFactory.newMethodInvocationExpression(Expression qualifier,
List<? extends Type> typeArguments,
SimpleName name,
List<? extends Expression> arguments)
Returns a new
MethodInvocationExpression object. |
MethodInvocationExpression |
ModelFactory.newMethodInvocationExpression(Expression qualifier,
SimpleName name,
Expression... arguments)
Returns a new
MethodInvocationExpression object. |
MethodInvocationExpression |
ModelFactory.newMethodInvocationExpression(Expression qualifier,
SimpleName name,
List<? extends Expression> arguments)
Returns a new
MethodInvocationExpression object. |
Modifier and Type | Method and Description |
---|---|
R |
StrictVisitor.visitMethodInvocationExpression(MethodInvocationExpression elem,
C context) |
R |
Visitor.visitMethodInvocationExpression(MethodInvocationExpression elem,
C context)
Processes
MethodInvocationExpression using this visitor. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.