public class BinaryLiteral extends Literal
| Constructor and Description |
|---|
BinaryLiteral(NodeLocation location,
String value) |
BinaryLiteral(Optional<NodeLocation> location,
String value) |
BinaryLiteral(String value) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor, use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
io.airlift.slice.Slice |
getValue() |
int |
hashCode() |
String |
toHexString()
Return the valued as a hex-formatted string with upper-case characters
|
getChildrentoStringgetLocationpublic BinaryLiteral(String value)
public BinaryLiteral(Optional<NodeLocation> location, String value)
public BinaryLiteral(NodeLocation location, String value)
public String toHexString()
public io.airlift.slice.Slice getValue()
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
ExpressionAstVisitor, use AstVisitor.process(Node, Object) instead.Copyright © 2012–2023. All rights reserved.