Package hydra.pg.query
Class Expression.Property
- java.lang.Object
-
- hydra.pg.query.Expression
-
- hydra.pg.query.Expression.Property
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Expression
public static final class Expression.Property extends Expression implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.pg.query.Expression
Expression.Associative, Expression.Binary, Expression.PartialVisitor<R>, Expression.Property, Expression.Unary, Expression.Variable, Expression.Vertex, Expression.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description PropertyProjection
value
-
Fields inherited from class hydra.pg.query.Expression
FIELD_NAME_ASSOCIATIVE, FIELD_NAME_BINARY, FIELD_NAME_PROPERTY, FIELD_NAME_UNARY, FIELD_NAME_VARIABLE, FIELD_NAME_VERTEX, TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description Property(PropertyProjection value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> R
accept(Expression.Visitor<R> visitor)
boolean
equals(java.lang.Object other)
int
hashCode()
-
-
-
Field Detail
-
value
public final PropertyProjection value
-
-
Constructor Detail
-
Property
public Property(PropertyProjection value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
accept
public <R> R accept(Expression.Visitor<R> visitor)
- Specified by:
accept
in classExpression
-
-