|
||||||||||
| 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 | |
|---|---|
String |
color()
Returns a color string for the expression. |
String |
info()
Returns a string description of the expression. |
String |
name()
Returns the simplified class name. |
abstract void |
plan(Serializer ser)
Recursively sends the abstract syntax of this expression to the specified serializer. |
abstract String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExprInfo()
| Method Detail |
|---|
public String color()
public String info()
toString() method, arguments are not included
in the output.
public String name()
public abstract void plan(Serializer ser)
throws IOException
ser - serializer
IOException - I/O exceptionpublic abstract String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||