Class SexprString
java.lang.Object
org.jfuncmachine.sexprlang.parser.SexprItem
org.jfuncmachine.sexprlang.parser.SexprString
An S-Expression double value
-
Field Summary
FieldsFields inherited from class org.jfuncmachine.sexprlang.parser.SexprItem
filename, lineNumber -
Constructor Summary
ConstructorsConstructorDescriptionSexprString(String value, String filename, int lineNumber) Create a new SexprString with the specified value and source location -
Method Summary
-
Field Details
-
value
The string value
-
-
Constructor Details
-
SexprString
Create a new SexprString with the specified value and source location- Parameters:
value- The string valuefilename- The source file where this value was read fromlineNumber- The line number in the source file where this value is located
-
-
Method Details