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