|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql3.Operation
public class Operation
Nested Class Summary | |
---|---|
static class |
Operation.Type
|
Field Summary | |
---|---|
ColumnIdentifier |
ident
|
Operation.Type |
type
|
Term |
value
|
Constructor Summary | |
---|---|
Operation(ColumnIdentifier a,
Operation.Type type,
Term b)
|
|
Operation(Term a)
|
Method Summary | |
---|---|
boolean |
isUnary()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Operation.Type type
public final ColumnIdentifier ident
public final Term value
Constructor Detail |
---|
public Operation(Term a)
public Operation(ColumnIdentifier a, Operation.Type type, Term b)
Method Detail |
---|
public boolean isUnary()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |