public class MethodInvocationModel extends ExpressionModel
builder| Constructor and Description |
|---|
MethodInvocationModel(CodeBuilder builder,
ExpressionModel expression,
TypeInfo receiverType,
MethodSignature method,
TypeInfo returnType,
List<ExpressionModel> argumentModels,
List<TypeInfo> argumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(CodeWriter writer) |
as, onField, onLogicalComplement, onMethodInvocation, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, unaryMinus, unaryPlusunsupportedpublic MethodInvocationModel(CodeBuilder builder, ExpressionModel expression, TypeInfo receiverType, MethodSignature method, TypeInfo returnType, List<ExpressionModel> argumentModels, List<TypeInfo> argumentTypes)
public void render(CodeWriter writer)
Copyright © 2015. All rights reserved.