Constructor and Description |
---|
FieldExpression() |
Modifier and Type | Method and Description |
---|---|
FieldExpression |
accept(FieldExpressionVisitor visitor)
Accept a visitor to perform some action on the instance.
|
And |
and(FieldExpression exp) |
abstract String |
asString()
Represents FieldExpression as string
|
public And and(FieldExpression exp)
public abstract String asString()
public final FieldExpression accept(FieldExpressionVisitor visitor)
visitor
- - FieldExpressionVisitor instance, never nullCopyright © 2016. All rights reserved.