Interface Literal
-
- All Superinterfaces:
ValueExpression
- All Known Implementing Classes:
AbstractLiteral,BigDecimalLiteral,BooleanLiteral,DoubleLiteral,FloatLiteral,IntegerLiteral,LongLiteral,NullLiteral,StringLiteral
public interface Literal extends ValueExpression
Interface for classes that represent literal values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(LiteralVisitor visitor)Accept aLiteralVisitor.-
Methods inherited from interface com.exasol.sql.expression.ValueExpression
accept
-
-
-
-
Method Detail
-
accept
void accept(LiteralVisitor visitor)
Accept aLiteralVisitor.- Parameters:
visitor- visitor to accept
-
-