public class ConsoleModel extends ExpressionModel
builder| Constructor and Description |
|---|
ConsoleModel(CodeBuilder builder,
boolean out) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionModel |
onMethodInvocation(TypeInfo receiverType,
MethodSignature method,
TypeInfo returnType,
List<TypeArg> typeArguments,
List<ExpressionModel> argumentModels,
List<TypeInfo> argumentTypes) |
as, onField, onInstanceOf, onLogicalComplement, onMethodReference, onPostFixDecrement, onPostFixIncrement, onPrefixDecrement, onPrefixIncrement, toDataObjectValue, unaryMinus, unaryPlusrender, unsupportedpublic ConsoleModel(CodeBuilder builder, boolean out)
public ExpressionModel onMethodInvocation(TypeInfo receiverType, MethodSignature method, TypeInfo returnType, List<TypeArg> typeArguments, List<ExpressionModel> argumentModels, List<TypeInfo> argumentTypes)
onMethodInvocation in class ExpressionModelCopyright © 2020 Eclipse. All rights reserved.