|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.ha.store.criteria.spi.ExpressionNode<T>
T - The type of this expressionpublic abstract class ExpressionNode<T>
An abstract class that represents some operation.
| Field Summary | |
|---|---|
protected java.lang.Class<T> |
returnType
|
| Constructor Summary | |
|---|---|
ExpressionNode(Opcode opcode,
java.lang.Class<T> returnType)
|
|
| Method Summary | |
|---|---|
Opcode |
getOpcode()
|
java.lang.Class<T> |
getReturnType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Class<T> returnType
| Constructor Detail |
|---|
public ExpressionNode(Opcode opcode,
java.lang.Class<T> returnType)
| Method Detail |
|---|
public Opcode getOpcode()
public java.lang.Class<T> getReturnType()
getReturnType in interface Expression<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||