T - The type of this expressionpublic abstract class ExpressionNode<T> extends Object implements Expression<T>
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
returnType |
| Constructor and Description |
|---|
ExpressionNode(Opcode opcode,
Class<T> returnType) |
Copyright © 2017-2019 Eclipse Foundation. All Rights Reserved.