org.norecess.citkit.tir.expressions
Interface IStringETIR

All Superinterfaces:
DatumTIR, ExpressionTIR, HobbesTIR
All Known Implementing Classes:
StringETIR

public interface IStringETIR
extends ExpressionTIR, DatumTIR


Method Summary
 java.lang.String getValue()
          Returns the literal value of the string expression.
 
Methods inherited from interface org.norecess.citkit.tir.ExpressionTIR
accept, getType
 
Methods inherited from interface org.norecess.citkit.tir.HobbesTIR
getPosition
 
Methods inherited from interface org.norecess.citkit.tir.data.DatumTIR
getType
 

Method Detail

getValue

java.lang.String getValue()
Returns the literal value of the string expression.

Returns:
the literal value of the string expression.