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