net.sourceforge.nrl.parser.ast.constraints
Interface ILiteralString

All Superinterfaces:
IConstraint, IExpression, IIdentifier, INRLAstNode

public interface ILiteralString
extends IIdentifier

A literal, quoted string.


Field Summary
 
Fields inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
NEWLINE
 
Method Summary
 String getString()
          Return the string value, without any surrounding quotes.
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.constraints.IConstraint
getNRLDataType, setNRLDataType
 
Methods inherited from interface net.sourceforge.nrl.parser.ast.INRLAstNode
accept, dump, getColumn, getLine, getUserData, setUserData
 

Method Detail

getString

String getString()
Return the string value, without any surrounding quotes.

Returns:
the value


Copyright © 2006-2010 Christian Nentwich and others