public class PrimaryExpression extends Expression
Expression.DyadicOperator, Expression.MonadicOperator, Expression.Operator
alias, left, op, OP_ADD, OP_AND, OP_BIT_AND, OP_BIT_OR, OP_BIT_XOR, OP_CAST, OP_COM, OP_CONCAT, OP_DISTINCT, OP_DIV, OP_EQ, OP_GT, OP_GTEQ, OP_IN, OP_IS, OP_ISNOT, OP_LIKE, OP_LT, OP_LTEQ, OP_MOD, OP_MUL, OP_NEG, OP_NOT, OP_NOTEQ, OP_NOTIN, OP_OR, OP_SUB, parent, right, symbol
Constructor and Description |
---|
PrimaryExpression(Expression left,
List<String> tuples)
PrimaryExpression on an expression.
|
PrimaryExpression(List<String> tuples)
PrimaryExpression made up of a series of field names.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
bind(SymbolTable symtbl)
Method to bind the expression to the symbol table as appropriate.
|
String |
getId()
Accessor for the expression "id".
|
List<String> |
getTuples() |
String |
toString()
Accessor for string form of the expression.
|
public PrimaryExpression(List<String> tuples)
tuples
- The components of the expressionpublic PrimaryExpression(Expression left, List<String> tuples)
left
- The left expressiontuples
- The tuples of the primarypublic String getId()
public Symbol bind(SymbolTable symtbl)
bind
in class Expression
symtbl
- Symbol TableCopyright © 2019. All rights reserved.