|
||||||||||
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.LValueAdapter
public class LValueAdapter
Adaptador
Constructor Summary | |
---|---|
LValueAdapter()
|
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 |
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, isAggregated |
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 |
Constructor Detail |
---|
public LValueAdapter()
Method Detail |
---|
public java.lang.String getFieldName()
Expression
Expression.getFieldName()
public void simplify()
Expression
Expression.simplify()
public Value evaluate(long row) throws EvaluationException
Expression
row
- fila para la que se evalua la expresión
EvaluationException
- Si se produce algún error semánticocom.hardcode.gdbms.engine.instruction.CachedExpression#evaluate(long)
public boolean isLiteral()
Expression
com.hardcode.gdbms.engine.instruction.CachedExpression#isLiteral()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |