org.inxar.jenesis
Interface StringLiteral

All Superinterfaces:
Codeable, Expression, Literal

public interface StringLiteral
extends Literal

Literal subinterface for string literals.


Method Summary
 java.lang.String toString()
          Returns the String value of the Literal.
 
Methods inherited from interface org.inxar.jenesis.Literal
toObject
 
Methods inherited from interface org.inxar.jenesis.Expression
getType
 
Methods inherited from interface org.inxar.jenesis.Codeable
getComment, setComment, toCode, vm
 

Method Detail

toString

public java.lang.String toString()
Returns the String value of the Literal.
Overrides:
toString in class java.lang.Object