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