|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.ExprInfo
public abstract class ExprInfo
Expression Information.
| Constructor Summary | |
|---|---|
ExprInfo()
|
|
| Method Summary | |
|---|---|
java.lang.String |
color()
Returns a string description of the expression. |
java.lang.String |
info()
Returns a string description of the expression. |
byte[] |
name()
Returns the simplified class name (for debugging). |
abstract void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the specified serializer. |
abstract java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExprInfo()
| Method Detail |
|---|
public java.lang.String color()
toString() method, the current expressions aren't included
in the output.
public abstract void plan(Serializer ser)
throws java.io.IOException
ser - serializer
java.io.IOException - exceptionpublic java.lang.String info()
toString() method, the current expressions aren't included
in the output.
public byte[] name()
public abstract java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||