|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.outerj.daisy.query.model.AbstractPredicateExpr
public abstract class AbstractPredicateExpr
Constructor Summary | |
---|---|
AbstractPredicateExpr()
|
Method Summary | |
---|---|
int |
getColumn()
|
int |
getLine()
|
java.lang.String |
getLocation()
|
void |
setLocation(int line,
int column)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.outerj.daisy.query.model.PredicateExpr |
---|
appliesTo, bindSql, evaluate, generateSql, isAclAllowed, prepare |
Constructor Detail |
---|
public AbstractPredicateExpr()
Method Detail |
---|
public void setLocation(int line, int column)
setLocation
in interface Expression
public java.lang.String getLocation()
getLocation
in interface Expression
public int getLine()
getLine
in interface Expression
public int getColumn()
getColumn
in interface Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |