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