de.fzi.XPath
Class Literal

java.lang.Object
  |
  +--de.fzi.XPath.Expr
        |
        +--de.fzi.XPath.Literal

public class Literal
extends Expr

A Class class.

Author:
Aleksei Valikov

Fields inherited from class de.fzi.XPath.Expr
ADD_OP, AND_OP, DIV_OP, EQ_OP, GT_OP, GTE_OP, LT_OP, LTE_OP, MOD_OP, MUL_OP, NEQ_OP, NOP_OP, OR_OP, SUB_OP, U_OP
 
Constructor Summary
Literal(java.lang.String thevalue)
          Constructor
 
Method Summary
 java.lang.String getValue()
           
 java.lang.String toString()
          Returns string representation of expression.
 
Methods inherited from class de.fzi.XPath.Expr
getNegative, getOperator, getOperatorAsString, getOperatorName, getPositive, setOperator, setPositive
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Literal

public Literal(java.lang.String thevalue)
Constructor
Method Detail

getValue

public java.lang.String getValue()

toString

public java.lang.String toString()
Description copied from class: Expr
Returns string representation of expression.
Overrides:
toString in class Expr
Following copied from class: de.fzi.XPath.Expr
Returns:
Returns string representation of expression.