|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hardcode.gdbms.engine.instruction.Adapter
com.hardcode.gdbms.engine.instruction.AbstractExpression
com.hardcode.gdbms.engine.instruction.TermAdapter
public class TermAdapter
Wrapper sobre el nodo Term del arbol sintáctico
| Constructor Summary | |
|---|---|
TermAdapter()
|
|
| Method Summary | |
|---|---|
Value |
evaluate(long row)
Evalúa la expresión para la fila row |
java.lang.String |
getFieldName()
Obtiene el nombre del campo en el que consiste la expresión. |
boolean |
isAggregated()
Checks if this expression is an aggregate function. |
boolean |
isLiteral()
Indica si los operandos de esta expresión son siempre los mismos o pueden cambiar. |
void |
simplify()
Simplifica las expresiones del árbol de adaptadores |
| Methods inherited from class com.hardcode.gdbms.engine.instruction.AbstractExpression |
|---|
evaluateExpression, getLiteralCondition |
| Methods inherited from class com.hardcode.gdbms.engine.instruction.Adapter |
|---|
getChilds, getEntity, getInstructionContext, getParent, replaceChild, setChilds, setEntity, setInstructionContext, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hardcode.gdbms.engine.instruction.Expression |
|---|
evaluateExpression |
| Constructor Detail |
|---|
public TermAdapter()
| Method Detail |
|---|
public Value evaluate(long row)
throws EvaluationException
Expression
evaluate in interface Expressionrow - fila para la que se evalua la expresión
EvaluationException - Si se produce algún error semánticoExpression.evaluate(long)public java.lang.String getFieldName()
Expression
getFieldName in interface ExpressionExpression.getFieldName()public boolean isLiteral()
Expression
isLiteral in interface ExpressionExpression.isLiteral()public void simplify()
Expression
simplify in interface ExpressionExpression.simplify()public boolean isAggregated()
Expression
isAggregated in interface ExpressionisAggregated in class AbstractExpressionExpression.isAggregated()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||