Class SexprList
java.lang.Object
org.jfuncmachine.sexprlang.parser.SexprItem
org.jfuncmachine.sexprlang.parser.SexprList
A list of S-Expression items
-
Field Summary
FieldsFields inherited from class org.jfuncmachine.sexprlang.parser.SexprItem
filename, lineNumber -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The item list
-
-
Constructor Details
-
SexprList
Create a new SexprList with the specified values and source location- Parameters:
value- The list of valuesfilename- The source file where this list was read fromlineNumber- The line number in the source file where this list starts
-
-
Method Details