- ABSTRACT_SET_OP() - Constructor for class io.opsit.explang.Compiler.ABSTRACT_SET_OP
-
- ABSTRACT_SUB() - Constructor for class io.opsit.explang.Funcs.ABSTRACT_SUB
-
- ABSTRACTADDOP() - Constructor for class io.opsit.explang.Funcs.ABSTRACTADDOP
-
- AbstractExpr() - Constructor for class io.opsit.explang.Funcs.AbstractExpr
-
- AbstractForm() - Constructor for class io.opsit.explang.Compiler.AbstractForm
-
- ABSTRACTMAPOP() - Constructor for class io.opsit.explang.Funcs.ABSTRACTMAPOP
-
- AbstractOp - Interface in io.opsit.explang
-
Perform operation on two numeric operands.
- add(ASTN) - Method in class io.opsit.explang.ASTNList
-
Add an AST node to this list.
- add(Number) - Method in class io.opsit.explang.RangeList
-
- add(int, Number) - Method in class io.opsit.explang.RangeList
-
- add(Object) - Method in class io.opsit.explang.RestList
-
- add(int, Object) - Method in class io.opsit.explang.RestList
-
- addAll(ASTNList) - Method in class io.opsit.explang.ASTNList
-
Add all nodes from another AST list.
- addAll(Collection<? extends Number>) - Method in class io.opsit.explang.RangeList
-
- addAll(int, Collection<? extends Number>) - Method in class io.opsit.explang.RangeList
-
- addAll(Collection<? extends Object>) - Method in class io.opsit.explang.RestList
-
- addAll(int, Collection<? extends Object>) - Method in class io.opsit.explang.RestList
-
- addBuiltIn(String, Class<?>) - Method in class io.opsit.explang.Compiler
-
Add mapping for a Builtin.
- addKsOp(Map<Object, FieldsMap.Op>, Object, Backtrace) - Static method in class io.opsit.explang.DWIM
-
- addMatches(Map<String, Object>, String) - Method in class io.opsit.explang.Compiler.Ctx
-
- addMatches(Map<String, Object>, String) - Method in interface io.opsit.explang.Compiler.ICtx
-
- ADDOP() - Constructor for class io.opsit.explang.Funcs.ADDOP
-
- addValue(Object, Object) - Static method in class io.opsit.explang.Seq
-
Add value to sequence.
- addValue(Object, Object) - Method in interface io.opsit.explang.Seq.SeqAdapter
-
- AND() - Constructor for class io.opsit.explang.Funcs.AND
-
- APPEND() - Constructor for class io.opsit.explang.Funcs.APPEND
-
- APPLY() - Constructor for class io.opsit.explang.Funcs.APPLY
-
- AREF() - Constructor for class io.opsit.explang.Funcs.AREF
-
- Arg() - Constructor for class io.opsit.explang.ArgSpec.Arg
-
- Arg(String, ArgSpec.AF, ICompiled, String, boolean, boolean, boolean) - Constructor for class io.opsit.explang.ArgSpec.Arg
-
- ARG_ALLOW_OTHER_KEYS - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_EAGER - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_KEY - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_LAZY - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_MANDATORY - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_OPTIONAL - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_PIPE - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_PIPE_REST - Static variable in class io.opsit.explang.ArgSpec
-
- ARG_REST - Static variable in class io.opsit.explang.ArgSpec
-
- ArgList - Class in io.opsit.explang
-
- ArgList(ArgSpec) - Constructor for class io.opsit.explang.ArgList
-
- ArgList(ArgSpec, List<ICompiled>) - Constructor for class io.opsit.explang.ArgList
-
- argList - Variable in class io.opsit.explang.Funcs.FuncExp
-
- ArgSpec - Class in io.opsit.explang
-
- ArgSpec(String[]) - Constructor for class io.opsit.explang.ArgSpec
-
- ArgSpec(String[], Compiler) - Constructor for class io.opsit.explang.ArgSpec
-
- ArgSpec(ASTNList, Compiler) - Constructor for class io.opsit.explang.ArgSpec
-
- ArgSpec(Object[], Compiler) - Constructor for class io.opsit.explang.ArgSpec
-
Build ArgSpec from array of arguments specifications.
- argSpec - Variable in class io.opsit.explang.Compiler.LAMBDA
-
- ArgSpec.AF - Enum in io.opsit.explang
-
- ArgSpec.Arg - Class in io.opsit.explang
-
- Arguments - Annotation Type in io.opsit.explang
-
Annotation for specifying arguments for builtin functions/forms.
- argv - Variable in class io.opsit.explang.Compiler
-
- ARGV() - Constructor for class io.opsit.explang.Funcs.ARGV
-
- array(int...) - Static method in class io.opsit.explang.Utils
-
Make array of int.
- array(char...) - Static method in class io.opsit.explang.Utils
-
Make array of char.
- array(double...) - Static method in class io.opsit.explang.Utils
-
Make array of double.
- array(float...) - Static method in class io.opsit.explang.Utils
-
Make array of float.
- array(boolean...) - Static method in class io.opsit.explang.Utils
-
Make array of boolean.
- array(byte...) - Static method in class io.opsit.explang.Utils
-
Make array of byte.
- array(short...) - Static method in class io.opsit.explang.Utils
-
Make array of short.
- array(long...) - Static method in class io.opsit.explang.Utils
-
Make array of long.
- arrayAdapter - Static variable in class io.opsit.explang.Seq
-
- arrayAsString(Object) - Static method in class io.opsit.explang.Utils
-
Convert an array to String for printout.
- arrayContentsAsString(Object) - Static method in class io.opsit.explang.Utils
-
Convert an array to String for printout.
- arrayOfObjects(Object...) - Static method in class io.opsit.explang.Utils
-
Make array of Objects.
- arraysDeepEquals(Object, Object) - Static method in class io.opsit.explang.Utils
-
Array deep comparison.
- asBoolean(Object) - Static method in class io.opsit.explang.Utils
-
Coerce object to boolean.
- asChar(Object) - Static method in class io.opsit.explang.Utils
-
Return object as char.
- asCharSequenceOrNull(Object) - Static method in class io.opsit.explang.Utils
-
Convert an object to its String representation,
return CharSequences as is or return null if value is null.
- ASET() - Constructor for class io.opsit.explang.Funcs.ASET
-
- aset(Object, int, Object) - Static method in class io.opsit.explang.Utils
-
Set array element.
- asNumber(Object) - Static method in class io.opsit.explang.Utils
-
Coerse object to Number.
- asObject(Object) - Static method in class io.opsit.explang.Utils
-
Return argument as object.
- assertTrue(boolean) - Static method in class io.opsit.explang.Utils
-
Assert true value.
- asSet(Object) - Static method in class io.opsit.explang.Seq
-
Return sequence objects as Set.
- ASSOC() - Constructor for class io.opsit.explang.Funcs.ASSOC
-
- ASSOCIATIVEP() - Constructor for class io.opsit.explang.Funcs.ASSOCIATIVEP
-
- asSpecList() - Method in class io.opsit.explang.ArgSpec
-
Return list of argument specifiers.
- asString(Object) - Static method in class io.opsit.explang.Utils
-
Convert an object to its String representation.
- asStringOrEmpty(Object) - Static method in class io.opsit.explang.Utils
-
Convert an object to its String representation or return empty String if value is null.
- asStringOrNull(Object) - Static method in class io.opsit.explang.Utils
-
Convert an object to its String representation or return null if value is null.
- ASTN - Class in io.opsit.explang
-
Abstract syntax tree node containing some code object.
- ASTN(Object, ParseCtx) - Constructor for class io.opsit.explang.ASTN
-
Make an ASTN node for a code node.
- ASTN(Object, ParseCtx, boolean) - Constructor for class io.opsit.explang.ASTN
-
Make an ASTN node, possible for a comment node.
- ASTN(Object, ParseCtx, Exception) - Constructor for class io.opsit.explang.ASTN
-
Make an ASTN node for an invalid expression.
- ASTN.Walker - Interface in io.opsit.explang
-
- astnize(Object, ParseCtx) - Static method in class io.opsit.explang.Utils
-
Make AST node of objects (honoring lists).
- ASTNLeaf - Class in io.opsit.explang
-
- ASTNLeaf(Object, ParseCtx) - Constructor for class io.opsit.explang.ASTNLeaf
-
- ASTNLeaf(Object, ParseCtx, boolean) - Constructor for class io.opsit.explang.ASTNLeaf
-
- ASTNLeaf(Object, ParseCtx, Exception) - Constructor for class io.opsit.explang.ASTNLeaf
-
- ASTNList - Class in io.opsit.explang
-
- ASTNList(List<ASTN>, ParseCtx) - Constructor for class io.opsit.explang.ASTNList
-
- ASTNList(List<ASTN>, ParseCtx, boolean) - Constructor for class io.opsit.explang.ASTNList
-
- astnlistToString(List<ASTN>) - Method in class io.opsit.explang.ASTNList
-
- AtomParseException - Exception in io.opsit.explang.atom
-
- AtomParseException(String) - Constructor for exception io.opsit.explang.atom.AtomParseException
-
- AtomParseException(ParseCtx, String) - Constructor for exception io.opsit.explang.atom.AtomParseException
-
Create parse exception given source code location and message.
- AtomParseException(ParseCtx, String, Throwable) - Constructor for exception io.opsit.explang.atom.AtomParseException
-
Create parse exception given source code location, message and throwable.
- AtomParser - Interface in io.opsit.explang.atom
-
- atomParsers - Variable in class io.opsit.explang.parser.sexp.SexpParser
-
- callfunc(Backtrace, List<Object>, Object[], int[], IExpr, List<ICompiled>, Compiler.ICtx) - Method in class io.opsit.explang.Funcs.ABSTRACTMAPOP
-
- callfuncs(Backtrace, List<Object>, Object[], IExpr, List<ICompiled>, Compiler.ICtx) - Method in class io.opsit.explang.Funcs.ABSTRACTMAPOP
-
- callfuncs(Backtrace, List<Object>, Object[], IExpr, List<ICompiled>, Compiler.ICtx) - Method in class io.opsit.explang.Funcs.MAP
-
- callfuncs(Backtrace, List<Object>, Object[], IExpr, List<ICompiled>, Compiler.ICtx) - Method in class io.opsit.explang.Funcs.MAPPROD
-
- callOP(AbstractOp, Number, Number) - Method in class io.opsit.explang.Promotion
-
Call numeric operation with promotion of its arguments.
- CHAR() - Constructor for class io.opsit.explang.Funcs.CHAR
-
- Characters - Class in io.opsit.explang.parser.lisp
-
- Characters() - Constructor for class io.opsit.explang.parser.lisp.Characters
-
- charSequenceAdapter - Static variable in class io.opsit.explang.Seq
-
- checkBuiltinPackage(Class<?>, Set<String>) - Method in class io.opsit.explang.Compiler
-
Check if Builtin's package is contaimed in the set of packages.
- checkInvalid(char) - Method in class io.opsit.explang.parser.lisp.ReadTable
-
Ensure that character is not invalid.
- checkParamsList(List<ICompiled>) - Method in class io.opsit.explang.Funcs.FuncExp
-
Ensure that parametes are valid and can be set for the object.
- checkParamsList(List<ICompiled>) - Method in class io.opsit.explang.Funcs.HASHMAP
-
- CLASS() - Constructor for class io.opsit.explang.Funcs.CLASS
-
- clear() - Method in class io.opsit.explang.FieldsMap
-
- clear() - Method in class io.opsit.explang.Funcs.BeanMap
-
- clear() - Method in class io.opsit.explang.Funcs.FilteredMap
-
- clear() - Method in class io.opsit.explang.Funcs.IndexMap
-
- clear() - Method in class io.opsit.explang.RangeList
-
- clear() - Method in class io.opsit.explang.RestList
-
- clearBuf(StringBuffer) - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- clist(T...) - Static method in class io.opsit.explang.Utils
-
Make unmodifiableList list of positionals args.
- clone() - Method in class io.opsit.explang.ParseCtx
-
- cloneObjectByClone(Cloneable) - Static method in class io.opsit.explang.Utils
-
Tries to copy a Cloneable object using its clone() method.
- cls - Variable in class io.opsit.explang.Compiler.Builtin
-
- coalesce(String...) - Static method in class io.opsit.explang.Utils
-
Return first not null not-empty argument.
- code - Variable in class io.opsit.explang.Compiler.CodeProxy
-
- CodeProxy(String) - Constructor for class io.opsit.explang.Compiler.CodeProxy
-
- codeProxy - Variable in class io.opsit.explang.Compiler.InstanceProxy
-
- colAppend(Class<?>, Backtrace, List<?>) - Method in class io.opsit.explang.Funcs.APPEND
-
- COLLP() - Constructor for class io.opsit.explang.Funcs.COLLP
-
- COMMA_MACRO - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- comp - Variable in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- compare(Number, Number) - Method in class io.opsit.explang.NumCompOp
-
- compareResult(int) - Method in class io.opsit.explang.Funcs.NUMCOMP
-
- compareResult(int) - Method in class io.opsit.explang.Funcs.NUMEQ
-
- compareResult(int) - Method in class io.opsit.explang.Funcs.NUMGE
-
- compareResult(int) - Method in class io.opsit.explang.Funcs.NUMGT
-
- compareResult(int) - Method in class io.opsit.explang.Funcs.NUMLE
-
- compareResult(int) - Method in class io.opsit.explang.Funcs.NUMLT
-
- CompilationException - Exception in io.opsit.explang
-
- CompilationException(String) - Constructor for exception io.opsit.explang.CompilationException
-
Construct compilation exception for a general error that is not
associated with specific place in code.
- CompilationException(ParseCtx, String) - Constructor for exception io.opsit.explang.CompilationException
-
Construct compilation exception.
- compile(ASTN) - Method in class io.opsit.explang.Compiler
-
Compile AST into executable data structures.
- compile(String) - Static method in class io.opsit.explang.GlobPattern
-
- compile(String, int) - Static method in class io.opsit.explang.GlobPattern
-
Converts a glob expression to a regexp and compile it into Pattern.
- compileCatchBlock(ASTNList) - Method in class io.opsit.explang.Compiler.TRY
-
- compileExpList(ASTNList) - Method in class io.opsit.explang.Compiler
-
Compile parameters.
- Compiler - Class in io.opsit.explang
-
- Compiler() - Constructor for class io.opsit.explang.Compiler
-
Construct compiler with default configuration.
- Compiler(Set<String>) - Constructor for class io.opsit.explang.Compiler
-
Construct compiler with given list of packages.
- Compiler(IStringConverter) - Constructor for class io.opsit.explang.Compiler
-
Construct compiler with given list of packages.
- Compiler(IStringConverter, Set<String>) - Constructor for class io.opsit.explang.Compiler
-
Construct compiler with given list of packages and with given function name converter.
- compiler - Variable in class io.opsit.explang.Funcs.FDesc
-
- compiler - Variable in class io.opsit.explang.REPL
-
- Compiler.ABSTRACT_SET_OP - Class in io.opsit.explang
-
- Compiler.AbstractForm - Class in io.opsit.explang
-
Base class for special forms and regular functions.
- Compiler.Builtin - Class in io.opsit.explang
-
Abstract class for Builtins.
- Compiler.BuiltinForm - Class in io.opsit.explang
-
- Compiler.BuiltinFunc - Class in io.opsit.explang
-
- Compiler.CodeProxy - Class in io.opsit.explang
-
- Compiler.COND - Class in io.opsit.explang
-
- Compiler.Ctx - Class in io.opsit.explang
-
- Compiler.DEFUN - Class in io.opsit.explang
-
(DEFUN FOO (arg1 arg2...) block block...)
- Compiler.DLET - Class in io.opsit.explang
-
- Compiler.Eargs - Class in io.opsit.explang
-
Context adepted for function arguments.
- Compiler.ErrorMissHandler - Class in io.opsit.explang
-
- Compiler.FOREACH - Class in io.opsit.explang
-
- Compiler.FUNCTION - Class in io.opsit.explang
-
- Compiler.ICtx - Interface in io.opsit.explang
-
Context - The execution context containing Map of values of dynamic variables, map of variables
properties and link to parent context.
- Compiler.IF - Class in io.opsit.explang
-
- Compiler.IMissHandler - Interface in io.opsit.explang
-
- Compiler.InstanceProxy - Class in io.opsit.explang
-
- Compiler.LAMBDA - Class in io.opsit.explang
-
- Compiler.LET - Class in io.opsit.explang
-
- Compiler.NilMissHandler - Class in io.opsit.explang
-
- Compiler.PROGN - Class in io.opsit.explang
-
- Compiler.QUOTE - Class in io.opsit.explang
-
- Compiler.SEARCH - Class in io.opsit.explang
-
- Compiler.SETF - Class in io.opsit.explang
-
- Compiler.SETL - Class in io.opsit.explang
-
- Compiler.SETQ - Class in io.opsit.explang
-
- Compiler.SETV - Class in io.opsit.explang
-
- Compiler.TH_1ST - Class in io.opsit.explang
-
- Compiler.TH_AS - Class in io.opsit.explang
-
- Compiler.TH_BASE - Class in io.opsit.explang
-
- Compiler.TH_LAST - Class in io.opsit.explang
-
- Compiler.TH_PIPE - Class in io.opsit.explang
-
- Compiler.TH_X - Class in io.opsit.explang
-
- Compiler.TRY - Class in io.opsit.explang
-
- Compiler.WHEN - Class in io.opsit.explang
-
- Compiler.WHILE - Class in io.opsit.explang
-
- Compiler.WITH_BINDINGS - Class in io.opsit.explang
-
- Compiler.WITH_CTX - Class in io.opsit.explang
-
- concat(String...) - Static method in class io.opsit.explang.Utils
-
Concatenate string arguments.
- COND() - Constructor for class io.opsit.explang.Compiler.COND
-
- CONS() - Constructor for class io.opsit.explang.Funcs.CONS
-
- contains(String) - Method in class io.opsit.explang.Compiler.Ctx
-
Check existance of variable mapping with given name.
- contains(String) - Method in class io.opsit.explang.Compiler.Eargs
-
- contains(String) - Method in interface io.opsit.explang.Compiler.ICtx
-
- contains(Object) - Method in class io.opsit.explang.RangeList
-
- contains(Object) - Method in class io.opsit.explang.RestList
-
- containsAll(Collection<?>) - Method in class io.opsit.explang.RangeList
-
- containsAll(Collection<?>) - Method in class io.opsit.explang.RestList
-
- containsElement(Object, Object) - Static method in class io.opsit.explang.Seq
-
Check if sequence contains object.
- containsKey(Object) - Method in class io.opsit.explang.FieldsMap
-
- containsKey(Object) - Method in class io.opsit.explang.Funcs.BeanMap
-
- containsKey(Object) - Method in class io.opsit.explang.Funcs.FilteredMap
-
- containsKey(Object) - Method in class io.opsit.explang.Funcs.IndexMap
-
- containsKey(Object, Object) - Static method in class io.opsit.explang.Seq
-
Check if an associative collection contains key.
- containsValue(Object) - Method in class io.opsit.explang.FieldsMap
-
- containsValue(Object) - Method in class io.opsit.explang.Funcs.BeanMap
-
- containsValue(Object) - Method in class io.opsit.explang.Funcs.FilteredMap
-
- containsValue(Object) - Method in class io.opsit.explang.Funcs.IndexMap
-
- contexts - Static variable in class io.opsit.explang.Threads
-
- convert(String) - Method in interface io.opsit.explang.IStringConverter
-
- convert(String) - Method in class io.opsit.explang.strconv.nop.NopConverter
-
- convert(String) - Method in class io.opsit.explang.strconv.uc.UcConverter
-
- copy() - Method in class io.opsit.explang.Backtrace
-
Make copy of backtrace.
- COPY() - Constructor for class io.opsit.explang.Funcs.COPY
-
- copyObjectByCopyConstructor(Object) - Static method in class io.opsit.explang.Utils
-
Tries to copy objects using its copy constructor.
- copyParam(ArgSpec.Arg, ICompiled) - Method in class io.opsit.explang.ArgList
-
- copySeq(Object) - Static method in class io.opsit.explang.Utils
-
Shallow copy sequence.
- createBindings() - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- ctx - Variable in class io.opsit.explang.Backtrace.Frame
-
- Ctx(Map<String, Object>) - Constructor for class io.opsit.explang.Compiler.Ctx
-
- Ctx(Compiler.ICtx, Map<String, Object>) - Constructor for class io.opsit.explang.Compiler.Ctx
-
- Ctx(Compiler.ICtx, Map<String, Object>, boolean) - Constructor for class io.opsit.explang.Compiler.Ctx
-
Make context based on parent context and map of value mappings.
- Ctx() - Constructor for class io.opsit.explang.Compiler.Ctx
-
Build empty context.
- Ctx(Compiler.ICtx) - Constructor for class io.opsit.explang.Compiler.Ctx
-
Create child context linking to previous context.
- Ctx(Compiler.ICtx, Compiler.ICtx) - Constructor for class io.opsit.explang.Compiler.Ctx
-
Create child context linking to ctx as previous context and adding all local mapping from the
locals context.
- get(int) - Method in class io.opsit.explang.ArgList
-
- get(int) - Method in class io.opsit.explang.ASTNList
-
- get(String, Backtrace) - Method in class io.opsit.explang.Compiler.Ctx
-
Return variable value.
- get(int, Backtrace) - Method in class io.opsit.explang.Compiler.Eargs
-
Get evaluated argument by its number.
- get(String, Backtrace) - Method in class io.opsit.explang.Compiler.Eargs
-
- get(String, Backtrace) - Method in interface io.opsit.explang.Compiler.ICtx
-
- get(Object) - Method in class io.opsit.explang.FieldsMap
-
- get(Map<? extends Object, ? extends Object>) - Method in interface io.opsit.explang.FieldsMap.Op
-
- get(Object) - Method in class io.opsit.explang.Funcs.BeanMap
-
- get(Object) - Method in class io.opsit.explang.Funcs.FDesc
-
- get(Object) - Method in class io.opsit.explang.Funcs.FilteredMap
-
- GET() - Constructor for class io.opsit.explang.Funcs.GET
-
- get(Object) - Method in class io.opsit.explang.Funcs.IndexMap
-
- get(String) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
Gets the value for the specified key in the ENGINE_SCOPE
of the protected
context
field.
- get(int) - Method in class io.opsit.explang.RangeList
-
- get(int) - Method in class io.opsit.explang.RestList
-
- get(Object, int) - Method in interface io.opsit.explang.Seq.SeqAdapter
-
- GET_IN() - Constructor for class io.opsit.explang.Funcs.GET_IN
-
- getAllPackages() - Static method in class io.opsit.explang.Compiler
-
Return list of available packages.
- getArg(int) - Method in class io.opsit.explang.ArgSpec
-
- getArgDescr() - Method in class io.opsit.explang.Compiler.Builtin
-
- getArgDescr() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- getArgDescr() - Method in interface io.opsit.explang.ICode
-
- getArgs() - Method in class io.opsit.explang.ArgSpec
-
- getArgSpec() - Method in class io.opsit.explang.Compiler.Builtin
-
- getArgSpec() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- getArgSpec() - Method in interface io.opsit.explang.ICode
-
- getAssociativeSeqAdapter(Object) - Static method in class io.opsit.explang.Seq
-
- getAttribute(String) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
Retrieves the value of the attribute with the given name in the scope occurring earliest in the
search order.
- getAttribute(String, int) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
Gets the value of an attribute in a given scope.
- getAttributesScope(String) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
Get the lowest scope in which an attribute is defined.
- getBacktrace() - Method in exception io.opsit.explang.ExecutionException
-
- getBindings(int) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
Returns the value of the engineScope
field if specified scope is
ENGINE_SCOPE
.
- getBindings(int) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
Returns the Bindings
with the specified scope value in the protected context
field.
- getBuiltinPackage(Class<?>) - Method in class io.opsit.explang.Compiler
-
Get Builtin's package.
- getCallParts(List<Object>) - Method in class io.opsit.explang.Funcs.FFI
-
- getCodePoint(String) - Static method in class io.opsit.explang.parser.lisp.Characters
-
Get character code by name of code point.
- getCodeType() - Method in class io.opsit.explang.Compiler.BuiltinForm
-
- getCodeType() - Method in class io.opsit.explang.Compiler.BuiltinFunc
-
- getCodeType() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- getCodeType() - Method in interface io.opsit.explang.ICode
-
- getCommandlineArgs() - Method in class io.opsit.explang.Compiler
-
Set command line args.
- getCompiler() - Method in class io.opsit.explang.Compiler.Ctx
-
Get compiler that created this context.
- getCompiler() - Method in interface io.opsit.explang.Compiler.ICtx
-
- getCompiler() - Method in interface io.opsit.explang.IREPL
-
- getCompiler() - Method in class io.opsit.explang.REPL
-
- getContext() - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- getDebugInfo() - Method in class io.opsit.explang.Compiler.AbstractForm
-
- getDebugInfo() - Method in class io.opsit.explang.Compiler.InstanceProxy
-
- getDebugInfo() - Method in class io.opsit.explang.Funcs.AbstractExpr
-
- getDebugInfo() - Method in interface io.opsit.explang.ICompiled
-
- getDebugInfo() - Method in class io.opsit.explang.LazyEval
-
- getDefaultPackages() - Static method in class io.opsit.explang.Compiler
-
Return default list of enabled packages for a Compiler instance.
- getDefLocation() - Method in class io.opsit.explang.Compiler.Builtin
-
- getDefLocation() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- getDefLocation() - Method in interface io.opsit.explang.ICode
-
- getDispatchMacroCharacter(char, char) - Method in class io.opsit.explang.parser.lisp.ReadTable
-
return dispatch function for a dispatch characters pair.
- getDocstring() - Method in class io.opsit.explang.Compiler.Builtin
-
- getDocstring() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- getDocstring() - Method in interface io.opsit.explang.ICode
-
- getElementByIndex(Object, int) - Static method in class io.opsit.explang.Seq
-
Get sequence element by index.
- getElementByKeyOrIndex(Object, Object) - Static method in class io.opsit.explang.Seq
-
Get sequence element by key.
- getEngineName() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getEngineVersion() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getErrorWriter() - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
- getExceptions() - Method in exception io.opsit.explang.ParserExceptions
-
- getExplangCoreVersionStr() - Static method in class io.opsit.explang.Utils
-
Return explang core jar version.
- getExtensions() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getFactory() - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- getFlag() - Method in class io.opsit.explang.ArgSpec.Arg
-
- getFrames() - Method in class io.opsit.explang.Backtrace
-
- getFun(String) - Method in class io.opsit.explang.Compiler
-
Return named function.
- getFuncConverters() - Method in class io.opsit.explang.Main
-
- getFunction() - Method in class io.opsit.explang.OperatorDesc
-
- getFunKeys() - Method in class io.opsit.explang.Compiler
-
- getFunOrStub(String) - Method in class io.opsit.explang.Compiler
-
Return named function or function stub if not defined.
- getGettersMap() - Method in class io.opsit.explang.Funcs.BeanMap
-
- getGettersMap() - Method in class io.opsit.explang.Funcs.FDesc
-
- getICode() - Method in class io.opsit.explang.Compiler.LAMBDA
-
- getInit() - Method in class io.opsit.explang.ArgSpec.Arg
-
- getInitForm(int) - Method in class io.opsit.explang.ArgSpec
-
- getInstance() - Method in class io.opsit.explang.Compiler.BuiltinForm
-
- getInstance() - Method in class io.opsit.explang.Compiler.BuiltinFunc
-
- getInstance() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- getInstance() - Method in interface io.opsit.explang.ICode
-
- getInterface(Class<T>) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- getInterface(Object, Class<T>) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- getIntIdx(Object) - Static method in class io.opsit.explang.Seq
-
- getKeyByIndex(Object, int) - Static method in class io.opsit.explang.Seq
-
- getLanguageName() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getLanguageVersion() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getLength(Object, boolean) - Static method in class io.opsit.explang.Seq
-
Get length of sequence.
- getLevel0() - Method in class io.opsit.explang.Compiler.Ctx
-
- getLevel0() - Method in interface io.opsit.explang.Compiler.ICtx
-
- getLine() - Method in class io.opsit.explang.ParseCtx
-
- getLineMode() - Method in interface io.opsit.explang.IREPL
-
- getLineMode() - Method in class io.opsit.explang.REPL
-
- getList() - Method in class io.opsit.explang.ASTNList
-
- getMappings() - Method in class io.opsit.explang.Compiler.Ctx
-
- getMappings() - Method in interface io.opsit.explang.Compiler.ICtx
-
- getMappingsOrGlobal(String) - Method in class io.opsit.explang.Compiler.Ctx
-
- getMappingsOrLocal(String) - Method in class io.opsit.explang.Compiler.Ctx
-
- getMatcher(Compiler.Eargs, Backtrace) - Static method in class io.opsit.explang.Funcs
-
- getMessages() - Method in exception io.opsit.explang.ParserException
-
- getMessages() - Method in exception io.opsit.explang.ParserExceptions
-
- getMethodCallSyntax(String, String, String...) - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getMethodParamsClasses(List<?>, List<?>) - Static method in class io.opsit.explang.Utils
-
Get array of classes of method parameters given optional array of argument type specifications.
- getMimeTypes() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getMissHandler() - Method in class io.opsit.explang.Compiler.Ctx
-
- getName() - Method in class io.opsit.explang.ArgSpec.Arg
-
- getName() - Method in class io.opsit.explang.Compiler.AbstractForm
-
- getName() - Method in class io.opsit.explang.Funcs.AbstractExpr
-
- getName() - Method in class io.opsit.explang.Funcs.VarExp
-
- getName() - Method in class io.opsit.explang.OperatorDesc
-
- getName() - Method in class io.opsit.explang.Symbol
-
- getNames() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getNeutral() - Method in class io.opsit.explang.Funcs.ABSTRACT_SUB
-
- getNeutral() - Method in class io.opsit.explang.Funcs.ABSTRACTADDOP
-
- getNeutral() - Method in class io.opsit.explang.Funcs.ADDOP
-
- getNeutral() - Method in class io.opsit.explang.Funcs.DIVOP
-
- getNeutral() - Method in class io.opsit.explang.Funcs.MULOP
-
- getNeutral() - Method in class io.opsit.explang.Funcs.SUBOP
-
- getObject() - Method in class io.opsit.explang.ASTN
-
- getObject() - Method in class io.opsit.explang.ASTNLeaf
-
- getObject() - Method in class io.opsit.explang.ASTNList
-
- getObjectWriter() - Method in interface io.opsit.explang.IREPL
-
- getObjectWriter() - Method in class io.opsit.explang.REPL
-
- getOff() - Method in class io.opsit.explang.ParseCtx
-
- getOperatorDescr() - Method in class io.opsit.explang.Funcs.FDesc
-
Get formatted description of operators that are implemented
using this function.
- getOperatorDescs() - Method in class io.opsit.explang.Funcs.FDesc
-
Get list of descriptios of operators that are implemented
using this function.
- getOperatorDescs() - Method in interface io.opsit.explang.IParser
-
- getOperatorDescs() - Method in class io.opsit.explang.parser.lisp.LispParser
-
- getOperatorDescs() - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- getOrgMessage() - Method in exception io.opsit.explang.ParserException
-
- getOutputStatement(String) - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getPackageName() - Method in class io.opsit.explang.Compiler.Builtin
-
- getPackageName() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- getPackageName() - Method in interface io.opsit.explang.ICode
-
- getPackages() - Method in class io.opsit.explang.Compiler
-
Return set of enabled packages.
- getParameter(String) - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getParameterTypesFrom(Object[]) - Static method in class io.opsit.explang.BetterMethodFinder
-
Return an array of Class objects for the objects in the given array.
- getParameterTypesFrom(String[]) - Static method in class io.opsit.explang.BetterMethodFinder
-
Return an array of Class objects named by the FQNs in the given String array.
- getParameterTypesFrom(String[], ClassLoader) - Static method in class io.opsit.explang.BetterMethodFinder
-
Return an array of Class objects named by the FQNs in the given String array.
- getParams() - Method in class io.opsit.explang.ArgList
-
- getParent() - Method in class io.opsit.explang.ASTN
-
- getParentContexts() - Method in class io.opsit.explang.Compiler.Ctx
-
- getParentContexts() - Method in interface io.opsit.explang.Compiler.ICtx
-
- getParseCtx() - Method in exception io.opsit.explang.InvalidParametersException
-
- getParser() - Method in class io.opsit.explang.Compiler
-
Get configured parser.
- getParser() - Method in interface io.opsit.explang.IREPL
-
- getParser() - Method in class io.opsit.explang.REPL
-
- getParsers() - Method in class io.opsit.explang.Main
-
- getPayload() - Method in exception io.opsit.explang.ReturnException
-
- getPctx() - Method in class io.opsit.explang.ASTN
-
- getPctx() - Method in exception io.opsit.explang.ParserException
-
- getPos() - Method in class io.opsit.explang.ParseCtx
-
- getPrev() - Method in class io.opsit.explang.Compiler.Ctx
-
- getPrev() - Method in interface io.opsit.explang.Compiler.ICtx
-
- getProblem() - Method in class io.opsit.explang.ASTN
-
- getProgram(String...) - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getProp(String, Object, Backtrace) - Method in class io.opsit.explang.Compiler.Ctx
-
- getProp(String, Object, Backtrace) - Method in interface io.opsit.explang.Compiler.ICtx
-
- GETPROP() - Constructor for class io.opsit.explang.Funcs.GETPROP
-
- getProps(String, Backtrace) - Method in class io.opsit.explang.Compiler.Ctx
-
- getProps(String, Backtrace) - Method in interface io.opsit.explang.Compiler.ICtx
-
- GETPROPS() - Constructor for class io.opsit.explang.Funcs.GETPROPS
-
- getPropsMap() - Method in class io.opsit.explang.Compiler.Ctx
-
- getPropsMap() - Method in interface io.opsit.explang.Compiler.ICtx
-
- getPropsMapForPut(String) - Method in class io.opsit.explang.Compiler.Ctx
-
- getReader() - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
- getReaderMacroFunction(char) - Method in class io.opsit.explang.parser.lisp.ReadTable
-
- getReadtableCase() - Method in class io.opsit.explang.parser.lisp.ReadTable
-
- getScopes() - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
- getScriptContext(Bindings) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
Returns a SimpleScriptContext
.
- getScriptEngine() - Method in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- getSeqAdapter(Object) - Static method in class io.opsit.explang.Seq
-
- getSpec() - Method in class io.opsit.explang.ArgList
-
- getSymName() - Method in class io.opsit.explang.Compiler.DEFUN
-
- getSymName() - Method in class io.opsit.explang.Compiler.LAMBDA
-
- getSyntaxType(char) - Method in class io.opsit.explang.parser.lisp.ReadTable
-
- getters - Variable in class io.opsit.explang.Funcs.BeanMap
-
- getTraceName() - Method in class io.opsit.explang.Funcs.AbstractExpr
-
- getTraceName() - Method in class io.opsit.explang.Funcs.FuncExp
-
- getUsages() - Method in class io.opsit.explang.OperatorDesc
-
- getValue() - Method in class io.opsit.explang.Funcs.ValueExpr
-
- getValue(Backtrace) - Method in class io.opsit.explang.LazyEval
-
Evaluate code and get result in stored context.
- getVarName() - Method in class io.opsit.explang.Compiler.TH_AS
-
- getVarName() - Method in class io.opsit.explang.Compiler.TH_BASE
-
- getVarName() - Method in class io.opsit.explang.Compiler.TH_X
-
- getVerbose() - Method in interface io.opsit.explang.IREPL
-
- getVerbose() - Method in class io.opsit.explang.REPL
-
- getWriter() - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
- globalBindings - Variable in class io.opsit.explang.jsr223.ExplangScriptEngineFactory
-
- globalScope - Variable in class io.opsit.explang.jsr223.ExplangScriptContext
-
This is the global scope bindings.
- GlobPattern - Class in io.opsit.explang
-
- GlobPattern() - Constructor for class io.opsit.explang.GlobPattern
-
- greplace(String, Object) - Method in class io.opsit.explang.Compiler.Ctx
-
- greplace(String, Object) - Method in interface io.opsit.explang.Compiler.ICtx
-
- ICode - Interface in io.opsit.explang
-
- ICompiled - Interface in io.opsit.explang
-
- IDispatchMacroFunc - Interface in io.opsit.explang.parser.lisp
-
- IExpr - Interface in io.opsit.explang
-
- IF() - Constructor for class io.opsit.explang.Compiler.IF
-
- IForm - Interface in io.opsit.explang
-
- immutableListAdapter - Static variable in class io.opsit.explang.Seq
-
- immutableMapAdapter - Static variable in class io.opsit.explang.Seq
-
- immutableSetAdapter - Static variable in class io.opsit.explang.Seq
-
- IN() - Constructor for class io.opsit.explang.Funcs.IN
-
- INDEXEDP() - Constructor for class io.opsit.explang.Funcs.INDEXEDP
-
- IndexMap(Object, Object) - Constructor for class io.opsit.explang.Funcs.IndexMap
-
- indexOf(Object) - Method in class io.opsit.explang.RangeList
-
- indexOf(Object) - Method in class io.opsit.explang.RestList
-
- initCtxSettings() - Method in class io.opsit.explang.Compiler.Ctx
-
- initFromFieldsMap(FieldsMap) - Method in class io.opsit.explang.FieldsMap
-
- initialize() - Method in class io.opsit.explang.parser.lisp.ReadTable
-
- input - Variable in class io.opsit.explang.Compiler.SEARCH
-
- input - Variable in class io.opsit.explang.ParseCtx
-
- INSERT() - Constructor for class io.opsit.explang.Funcs.INSERT
-
- insert(Object, int, Object) - Method in interface io.opsit.explang.Seq.SeqAdapter
-
- insertElementByIndex(Object, int, Object) - Static method in class io.opsit.explang.Seq
-
put sequence element by index.
- insertVar(ASTNList) - Method in class io.opsit.explang.Compiler.TH_1ST
-
- insertVar(ASTNList) - Method in class io.opsit.explang.Compiler.TH_LAST
-
- insertVar(ASTNList) - Method in class io.opsit.explang.Compiler.TH_PIPE
-
- insertVar(ASTNList) - Method in class io.opsit.explang.Compiler.TH_X
-
- InstanceProxy(Compiler.CodeProxy) - Constructor for class io.opsit.explang.Compiler.InstanceProxy
-
- INT() - Constructor for class io.opsit.explang.Funcs.INT
-
- INTERPOSE() - Constructor for class io.opsit.explang.Funcs.INTERPOSE
-
- intersectSets(Set<?>...) - Static method in class io.opsit.explang.Utils
-
Compute intersection of sets.
- InvalidParametersException - Exception in io.opsit.explang
-
- InvalidParametersException(String) - Constructor for exception io.opsit.explang.InvalidParametersException
-
- InvalidParametersException(ParseCtx, String) - Constructor for exception io.opsit.explang.InvalidParametersException
-
- invokeFunction(String, Object...) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- invokeMethod(Object, String, Object...) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- IO - Static variable in annotation type io.opsit.explang.Package
-
- io.opsit.explang - package io.opsit.explang
-
- io.opsit.explang.atom - package io.opsit.explang.atom
-
- io.opsit.explang.jsr223 - package io.opsit.explang.jsr223
-
- io.opsit.explang.parser.lisp - package io.opsit.explang.parser.lisp
-
- io.opsit.explang.parser.sexp - package io.opsit.explang.parser.sexp
-
- io.opsit.explang.strconv.nop - package io.opsit.explang.strconv.nop
-
- io.opsit.explang.strconv.uc - package io.opsit.explang.strconv.uc
-
- IObjectWriter - Interface in io.opsit.explang
-
- IParser - Interface in io.opsit.explang
-
- IReaderMacroFunc - Interface in io.opsit.explang.parser.lisp
-
- IREPL - Interface in io.opsit.explang
-
- isAllowOtherKeys() - Method in class io.opsit.explang.ArgSpec.Arg
-
- isArgsym(Symbol) - Static method in class io.opsit.explang.ArgSpec
-
- isAssociative(Object) - Static method in class io.opsit.explang.Seq
-
Check if object supports associative addressing (indices or keys).
- isBuiltIn() - Method in class io.opsit.explang.Compiler.Builtin
-
- isBuiltIn() - Method in class io.opsit.explang.Compiler.CodeProxy
-
- isBuiltIn() - Method in interface io.opsit.explang.ICode
-
- isCollection(Object) - Static method in class io.opsit.explang.Seq
-
Check if object is a supported collection.
- isComment - Variable in class io.opsit.explang.ASTN
-
- isComment() - Method in class io.opsit.explang.ASTN
-
- isDestructive - Variable in class io.opsit.explang.Funcs.APPEND
-
- isEmpty() - Method in class io.opsit.explang.ASTNList
-
- isEmpty() - Method in class io.opsit.explang.FieldsMap
-
- isEmpty() - Method in class io.opsit.explang.Funcs.BeanMap
-
- isEmpty() - Method in class io.opsit.explang.Funcs.FilteredMap
-
- isEmpty() - Method in class io.opsit.explang.Funcs.IndexMap
-
- isEmpty() - Method in class io.opsit.explang.RangeList
-
- isEmpty() - Method in class io.opsit.explang.RestList
-
- isEmpty(String) - Static method in class io.opsit.explang.Utils
-
Check if String is empty.
- isEnforcePackages() - Method in class io.opsit.explang.Compiler
-
Get status of package enforcement.
- isExitRequested() - Method in interface io.opsit.explang.IREPL
-
- isExitRequested() - Method in class io.opsit.explang.REPL
-
- isFP(Number) - Static method in class io.opsit.explang.Utils
-
Check if the argument is a floating point number.
- isHasRest() - Method in class io.opsit.explang.ArgSpec
-
- isIn(Object, Object) - Static method in class io.opsit.explang.Funcs
-
- isIndexed(Object) - Static method in class io.opsit.explang.Seq
-
Check if object is an indexed sequence.
- isInvalid(char) - Method in class io.opsit.explang.parser.lisp.ReadTable
-
Return true if character belongs to the invalid character class.
- isKnownImmutable(Object) - Static method in class io.opsit.explang.Utils
-
Return true if Object is known to be immutable.
- isLast(List<?>, int) - Static method in class io.opsit.explang.Utils
-
Check if index is the last of the list.
- isLazy() - Method in class io.opsit.explang.ArgSpec.Arg
-
- isList() - Method in class io.opsit.explang.ASTN
-
- isList() - Method in class io.opsit.explang.ASTNLeaf
-
- isList() - Method in class io.opsit.explang.ASTNList
-
- isLiteralList - Variable in class io.opsit.explang.ASTNList
-
- isLiteralList() - Method in class io.opsit.explang.ASTNList
-
- isMap(Object) - Static method in class io.opsit.explang.Seq
-
Check if object is a set.
- isMultiExpr - Variable in class io.opsit.explang.ASTNList
-
- isMultiExpr() - Method in class io.opsit.explang.ASTNList
-
- isParameterVar(String) - Method in class io.opsit.explang.ArgSpec
-
Check if name is a parameter variable.
- isPipe() - Method in class io.opsit.explang.ArgSpec.Arg
-
- isPipeRest() - Method in class io.opsit.explang.ArgSpec
-
- isRoundNumber(Number) - Static method in class io.opsit.explang.Utils
-
Check if Number is equal.
- isSeq(Object) - Static method in class io.opsit.explang.Seq
-
Check if object is a supported sequence.
- isSet() - Method in class io.opsit.explang.ArgList
-
Return true if setParams() has been called.
- isSet(Object) - Static method in class io.opsit.explang.Seq
-
Check if object is a set.
- IStringConverter - Interface in io.opsit.explang
-
- isWhitespace(char) - Method in class io.opsit.explang.parser.lisp.ReadTable
-
- iterator() - Method in class io.opsit.explang.ASTNList
-
- iterator() - Method in class io.opsit.explang.RangeList
-
- iterator() - Method in class io.opsit.explang.RestList
-
- Package - Annotation Type in io.opsit.explang
-
Annotation for specifying builtin function package.
- packages - Variable in class io.opsit.explang.Compiler
-
- params - Variable in class io.opsit.explang.Compiler.InstanceProxy
-
- parent - Variable in class io.opsit.explang.ASTN
-
- parse(String, Object[], ParseCtx) - Method in interface io.opsit.explang.atom.AtomParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.BooleanParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.EscStringParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.KeywordParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.NullParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.NumberParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.RegexpParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.StringParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.SymbolParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.SymfuncParser
-
- parse(String, Object[], ParseCtx) - Method in class io.opsit.explang.atom.VersionParser
-
- parse(ParseCtx, Reader, int) - Method in interface io.opsit.explang.IParser
-
- parse(ParseCtx, String) - Method in interface io.opsit.explang.IParser
-
- parse(ParseCtx, String, int) - Method in interface io.opsit.explang.IParser
-
- parse(ParseCtx, Reader, int) - Method in class io.opsit.explang.parser.lisp.LispParser
-
Parse up to maxExprs from the input stream.
- parse(ParseCtx, String, int) - Method in class io.opsit.explang.parser.lisp.LispParser
-
Parse up to maxExprs from the input string.
- parse(ParseCtx, String) - Method in class io.opsit.explang.parser.lisp.LispParser
-
- parse(ParseCtx, String) - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- parse(ParseCtx, String, int) - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- parse(ParseCtx, InputStream, int) - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- parse(ParseCtx, Reader, int) - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- parse(String) - Method in class io.opsit.explang.ParserWrapper
-
- parse(String, String) - Method in class io.opsit.explang.ParserWrapper
-
- parse(InputStream) - Method in class io.opsit.explang.ParserWrapper
-
- parse(File, String) - Method in class io.opsit.explang.ParserWrapper
-
Parse input file with given name as name of input.
- parse(File) - Method in class io.opsit.explang.ParserWrapper
-
- parse(InputStream, String) - Method in class io.opsit.explang.ParserWrapper
-
- parse_expr(ParseCtx, PushbackReader) - Method in class io.opsit.explang.parser.lisp.LispParser
-
parse one expression from input stream.
- ParseCtx - Class in io.opsit.explang
-
Parse Contexts represents location of parsed source code.
- ParseCtx(String, int, int, int, int) - Constructor for class io.opsit.explang.ParseCtx
-
Create Parse Context.
- ParseCtx(String) - Constructor for class io.opsit.explang.ParseCtx
-
- parseNumber(String) - Static method in class io.opsit.explang.Utils
-
Parse string as Number.
- parsePackages(String[], int) - Static method in class io.opsit.explang.Main
-
- parser - Variable in class io.opsit.explang.Compiler
-
- parser - Variable in class io.opsit.explang.Funcs.FDesc
-
- parser - Variable in class io.opsit.explang.REPL
-
- parseRegexpFlag(char) - Static method in class io.opsit.explang.Utils
-
Convert character regexp flag to its integer constant.
- parseRegexpFlags(String) - Static method in class io.opsit.explang.Utils
-
Parse string of regexp flag characters.
- ParserEOFException - Exception in io.opsit.explang
-
- ParserEOFException(String) - Constructor for exception io.opsit.explang.ParserEOFException
-
- ParserEOFException(ParseCtx, String) - Constructor for exception io.opsit.explang.ParserEOFException
-
- ParserEOFException(ParseCtx, String, Throwable) - Constructor for exception io.opsit.explang.ParserEOFException
-
- ParserException - Exception in io.opsit.explang
-
- ParserException(String) - Constructor for exception io.opsit.explang.ParserException
-
Make parser exception for general parser error w/o specific context.
- ParserException(ParseCtx, String) - Constructor for exception io.opsit.explang.ParserException
-
Make parser exception given code location and message.
- ParserException(ParseCtx, String, Throwable) - Constructor for exception io.opsit.explang.ParserException
-
Make parser exception given code location, message and original exception.
- ParserExceptions - Exception in io.opsit.explang
-
- ParserExceptions(ParseCtx, List<ParserException>) - Constructor for exception io.opsit.explang.ParserExceptions
-
Make summary exception given list of parser exceptions.
- parsers - Variable in class io.opsit.explang.Main
-
- ParserWrapper - Class in io.opsit.explang
-
- ParserWrapper(IParser) - Constructor for class io.opsit.explang.ParserWrapper
-
- payload - Variable in exception io.opsit.explang.ReturnException
-
- pctx - Variable in class io.opsit.explang.ASTN
-
- pctx - Variable in class io.opsit.explang.Backtrace.Frame
-
- pctx - Variable in class io.opsit.explang.Compiler.InstanceProxy
-
- pctx - Variable in exception io.opsit.explang.InvalidParametersException
-
- pctx - Variable in exception io.opsit.explang.ParserException
-
- perform(Object...) - Method in interface io.opsit.explang.Seq.Multiop
-
- perform(Object) - Method in interface io.opsit.explang.Seq.Operation
-
- pop() - Method in class io.opsit.explang.Backtrace
-
- POP() - Constructor for class io.opsit.explang.Funcs.POP
-
- predicate - Variable in class io.opsit.explang.Compiler.SEARCH
-
- prefix - Variable in class io.opsit.explang.Funcs.BeanMap
-
- PRESERVE - Static variable in class io.opsit.explang.Keyword
-
- PRINT() - Constructor for class io.opsit.explang.Funcs.PRINT
-
- PRINTLN() - Constructor for class io.opsit.explang.Funcs.PRINTLN
-
- problem - Variable in class io.opsit.explang.ASTN
-
- PROGN() - Constructor for class io.opsit.explang.Compiler.PROGN
-
- prom - Variable in class io.opsit.explang.RangeList
-
- promote(Number) - Method in class io.opsit.explang.Promotion
-
Promote numeric operation up to type of argument.
- Promotion - Class in io.opsit.explang
-
Keep status of numeric promotion.
- Promotion() - Constructor for class io.opsit.explang.Promotion
-
- push(String, ParseCtx, Compiler.ICtx) - Method in class io.opsit.explang.Backtrace
-
- PUSH() - Constructor for class io.opsit.explang.Funcs.PUSH
-
- put(String, Object) - Method in class io.opsit.explang.Compiler.Ctx
-
Create new variable mapping.
- put(String, Object) - Method in interface io.opsit.explang.Compiler.ICtx
-
- put(Object, Object) - Method in class io.opsit.explang.FieldsMap
-
- put(String, Object) - Method in class io.opsit.explang.Funcs.BeanMap
-
- put(Object, Object) - Method in class io.opsit.explang.Funcs.FilteredMap
-
- put(Object, Object) - Method in class io.opsit.explang.Funcs.IndexMap
-
- PUT() - Constructor for class io.opsit.explang.Funcs.PUT
-
- put(String, Object) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- PUT_IN() - Constructor for class io.opsit.explang.Funcs.PUT_IN
-
- putAll(Map<?, ?>) - Method in class io.opsit.explang.FieldsMap
-
- putAll(Map<? extends String, ? extends Object>) - Method in class io.opsit.explang.Funcs.BeanMap
-
- putAll(Map<?, ?>) - Method in class io.opsit.explang.Funcs.FilteredMap
-
- putAll(Map<?, ?>) - Method in class io.opsit.explang.Funcs.IndexMap
-
- putByKey(Object, Object, Object) - Method in interface io.opsit.explang.Seq.SeqAdapter
-
- putElement(Object, Object, Object) - Static method in class io.opsit.explang.Seq
-
Put element into associative structure by key or index.
- putFun(String, ICode) - Method in class io.opsit.explang.Compiler
-
Put function definition into function table.
- putProp(String, Object, Object) - Method in class io.opsit.explang.Compiler.Ctx
-
Set variable property.
- putProp(String, Object, Object) - Method in interface io.opsit.explang.Compiler.ICtx
-
- putProps(String, Object...) - Method in class io.opsit.explang.Compiler.Ctx
-
Set variable properties.
- putProps(String, Map<Object, Object>) - Method in class io.opsit.explang.Compiler.Ctx
-
- putProps(String, Object...) - Method in interface io.opsit.explang.Compiler.ICtx
-
- putProps(String, Map<Object, Object>) - Method in interface io.opsit.explang.Compiler.ICtx
-
- putToMap(Map<Object, Object>, Object, Object) - Static method in class io.opsit.explang.Seq
-
- safeLen(String) - Static method in class io.opsit.explang.Utils
-
- SEARCH() - Constructor for class io.opsit.explang.Compiler.SEARCH
-
- SELECT_KEYS() - Constructor for class io.opsit.explang.Funcs.SELECT_KEYS
-
- Seq - Class in io.opsit.explang
-
Utility class for operations on sequences of various types.
- Seq() - Constructor for class io.opsit.explang.Seq
-
- Seq.Multiop - Interface in io.opsit.explang
-
- Seq.Operation - Interface in io.opsit.explang
-
- Seq.SeqAdapter - Interface in io.opsit.explang
-
- SEQP() - Constructor for class io.opsit.explang.Funcs.SEQP
-
- seqSubseq(Object, Backtrace, int, Integer) - Static method in class io.opsit.explang.Funcs
-
- SEQUAL() - Constructor for class io.opsit.explang.Funcs.SEQUAL
-
- sequal(Map<?, ?>, Map<?, ?>) - Static method in class io.opsit.explang.Seq
-
Compare maps contents.
- sequal(Object, Object) - Static method in class io.opsit.explang.Seq
-
Compare objects, for sequences compare sequence contents.
- serialVersionUID - Static variable in exception io.opsit.explang.atom.AtomParseException
-
- serialVersionUID - Static variable in class io.opsit.explang.Backtrace.Frame
-
- serialVersionUID - Static variable in class io.opsit.explang.Backtrace
-
- serialVersionUID - Static variable in exception io.opsit.explang.CompilationException
-
- serialVersionUID - Static variable in exception io.opsit.explang.ExecutionException
-
- serialVersionUID - Static variable in exception io.opsit.explang.InvalidParametersException
-
- serialVersionUID - Static variable in exception io.opsit.explang.NotImplementedException
-
- serialVersionUID - Static variable in class io.opsit.explang.ParseCtx
-
- serialVersionUID - Static variable in exception io.opsit.explang.ParserEOFException
-
- serialVersionUID - Static variable in exception io.opsit.explang.ParserException
-
- serialVersionUID - Static variable in exception io.opsit.explang.ParserExceptions
-
- serialVersionUID - Static variable in exception io.opsit.explang.ReturnException
-
- SET() - Constructor for class io.opsit.explang.Funcs.SET
-
- set(int, Number) - Method in class io.opsit.explang.RangeList
-
- set(int, Object) - Method in class io.opsit.explang.RestList
-
- set(Object, int, Object) - Method in interface io.opsit.explang.Seq.SeqAdapter
-
- set(T...) - Static method in class io.opsit.explang.Utils
-
Make Set of positionals args.
- setAdapter - Static variable in class io.opsit.explang.Seq
-
- setAttribute(String, Object, int) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
Sets the value of an attribute in a given scope.
- setBacktrace(Backtrace) - Method in exception io.opsit.explang.ExecutionException
-
- setBindings(Bindings, int) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
Sets a Bindings
of attributes for the given scope.
- setBindings(Bindings, int) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
- setCode(ICode) - Method in class io.opsit.explang.Compiler.CodeProxy
-
- setCommandlineArgs(List<String>) - Method in class io.opsit.explang.Compiler
-
Set command line args.
- setCompiler(Compiler) - Method in interface io.opsit.explang.IREPL
-
- setCompiler(Compiler) - Method in class io.opsit.explang.REPL
-
- setContext(ScriptContext) - Method in class io.opsit.explang.jsr223.ExplangScriptEngine
-
Sets the value of the protected context
field to the specified ScriptContext
.
- setDebugInfo(ParseCtx) - Method in class io.opsit.explang.Compiler.AbstractForm
-
- setDebugInfo(ParseCtx) - Method in class io.opsit.explang.Compiler.InstanceProxy
-
- setDebugInfo(ParseCtx) - Method in class io.opsit.explang.Funcs.AbstractExpr
-
- setDebugInfo(ParseCtx) - Method in interface io.opsit.explang.ICompiled
-
- setDebugInfo(ParseCtx) - Method in class io.opsit.explang.LazyEval
-
- setElement(Object, Object, Object) - Static method in class io.opsit.explang.Seq
-
put sequence element by key.
- setElementByIndex(Object, int, Object) - Static method in class io.opsit.explang.Seq
-
put sequence element by index.
- setEnforcePackages(boolean) - Method in class io.opsit.explang.Compiler
-
Set status of package enforcement.
- setErrorWriter(Writer) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
- SETF() - Constructor for class io.opsit.explang.Compiler.SETF
-
- setFailOnMissingVariables(boolean) - Method in class io.opsit.explang.Compiler
-
Configure behaviour on dereference of non-existing variables.
- setFlags - Variable in class io.opsit.explang.ArgList
-
- setFnameConverter(IStringConverter) - Method in class io.opsit.explang.Compiler
-
Configure function name converter.
- setFuncConverters(List<String>) - Method in class io.opsit.explang.Main
-
- setFuncPosParams(IExpr, int) - Static method in class io.opsit.explang.Funcs
-
- setFunction(String) - Method in class io.opsit.explang.OperatorDesc
-
- setIn(Object, List<?>, Object, Object) - Static method in class io.opsit.explang.Funcs
-
- setIn(Object, List<?>, Object, int, Object) - Static method in class io.opsit.explang.Funcs
-
- setIsLiteralList(boolean) - Method in class io.opsit.explang.ASTNList
-
- SETL() - Constructor for class io.opsit.explang.Compiler.SETL
-
- setLine(int) - Method in class io.opsit.explang.ParseCtx
-
- setLineMode(boolean) - Method in interface io.opsit.explang.IREPL
-
- setLineMode(boolean) - Method in class io.opsit.explang.REPL
-
- setMissHandler(Compiler.IMissHandler) - Method in class io.opsit.explang.Compiler.Ctx
-
- setMultiExpr(boolean) - Method in class io.opsit.explang.ASTNList
-
- setName(String) - Method in class io.opsit.explang.Compiler.AbstractForm
-
- setName(String) - Method in class io.opsit.explang.Compiler.InstanceProxy
-
- setName(String) - Method in class io.opsit.explang.Funcs.AbstractExpr
-
- setName(String) - Method in interface io.opsit.explang.ICompiled
-
- setName(String) - Method in class io.opsit.explang.LazyEval
-
- setName(String) - Method in class io.opsit.explang.OperatorDesc
-
- setObjectWriter(IObjectWriter) - Method in interface io.opsit.explang.IREPL
-
- setObjectWriter(IObjectWriter) - Method in class io.opsit.explang.REPL
-
- setOff(int) - Method in class io.opsit.explang.ParseCtx
-
- SETP() - Constructor for class io.opsit.explang.Funcs.SETP
-
- setPackages(Set<String>) - Method in class io.opsit.explang.Compiler
-
Configure set of enabled packages.
- setParams(List<ICompiled>) - Method in class io.opsit.explang.Compiler.InstanceProxy
-
- setParams(List<ICompiled>) - Method in class io.opsit.explang.Funcs.FUNCALL
-
- setParams(List<ICompiled>) - Method in class io.opsit.explang.Funcs.FuncExp
-
Set parameters for function on compilation stage.
- setParams(List<ICompiled>) - Method in class io.opsit.explang.Funcs.ValueExpr
-
- setParams(List<ICompiled>) - Method in class io.opsit.explang.Funcs.VarExp
-
- setParams(List<ICompiled>) - Method in interface io.opsit.explang.IExpr
-
- setParser(IParser) - Method in class io.opsit.explang.Compiler
-
Configure parser.
- setParser(IParser) - Method in interface io.opsit.explang.IREPL
-
- setParser(IParser) - Method in class io.opsit.explang.REPL
-
- setParsers(List<String>) - Method in class io.opsit.explang.Main
-
- setPos(int) - Method in class io.opsit.explang.ParseCtx
-
- SETPROP() - Constructor for class io.opsit.explang.Funcs.SETPROP
-
- SETPROPS() - Constructor for class io.opsit.explang.Funcs.SETPROPS
-
- SETQ() - Constructor for class io.opsit.explang.Compiler.SETQ
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.ABSTRACT_SET_OP
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.COND
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.DEFUN
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.DLET
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.FOREACH
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.FUNCTION
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.IF
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.LAMBDA
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.LET
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.PROGN
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.QUOTE
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.SEARCH
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.SETF
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.TH_AS
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.TH_PIPE
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.TH_X
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.TRY
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.WHEN
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.WHILE
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.WITH_BINDINGS
-
- setRawParams(ASTNList) - Method in class io.opsit.explang.Compiler.WITH_CTX
-
- setRawParams(ASTNList) - Method in interface io.opsit.explang.IForm
-
- setReader(Reader) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
- setUsages(String[]) - Method in class io.opsit.explang.OperatorDesc
-
- SETV() - Constructor for class io.opsit.explang.Compiler.SETV
-
- setvar(String, Object, Compiler.ICtx) - Method in class io.opsit.explang.Compiler.ABSTRACT_SET_OP
-
- setvar(String, Object, Compiler.ICtx) - Method in class io.opsit.explang.Compiler.SETL
-
- setvar(String, Object, Compiler.ICtx) - Method in class io.opsit.explang.Compiler.SETQ
-
- setvar(String, Object, Compiler.ICtx) - Method in class io.opsit.explang.Compiler.SETV
-
- setVerbose(boolean) - Method in interface io.opsit.explang.IREPL
-
- setVerbose(boolean) - Method in class io.opsit.explang.REPL
-
- setWriter(Writer) - Method in class io.opsit.explang.jsr223.ExplangScriptContext
-
- SexpParser - Class in io.opsit.explang.parser.sexp
-
- SexpParser() - Constructor for class io.opsit.explang.parser.sexp.SexpParser
-
- sexpToString(Object) - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- shallowClone(Object) - Method in interface io.opsit.explang.Seq.SeqAdapter
-
- shallowClone(Object) - Static method in class io.opsit.explang.Seq
-
- shallowCopy(Object, Backtrace) - Static method in class io.opsit.explang.Funcs
-
- SHARP_A - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_B - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_BACKSLASH - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_C - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_COLON - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_DOT - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_G - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_ILLEGAL - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_LEFT_PAREN - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_O - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_P - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_QMARK - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_QUOTE - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_R - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_S - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_STAR - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_VERTICAL_BAR - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHARP_X - Static variable in class io.opsit.explang.parser.lisp.LispParser
-
- SHORT() - Constructor for class io.opsit.explang.Funcs.SHORT
-
- shutdown - Variable in class io.opsit.explang.REPL
-
- SIGNUM() - Constructor for class io.opsit.explang.Funcs.SIGNUM
-
- size() - Method in class io.opsit.explang.ArgList
-
- size() - Method in class io.opsit.explang.ArgSpec
-
- size() - Method in class io.opsit.explang.ASTNList
-
- size() - Method in class io.opsit.explang.Compiler.Eargs
-
- size() - Method in class io.opsit.explang.FieldsMap
-
- size() - Method in class io.opsit.explang.Funcs.BeanMap
-
- size() - Method in class io.opsit.explang.Funcs.FilteredMap
-
- size() - Method in class io.opsit.explang.Funcs.IndexMap
-
- size() - Method in class io.opsit.explang.RangeList
-
- size() - Method in class io.opsit.explang.RestList
-
- sizes() - Static method in class io.opsit.explang.Threads
-
- SORT() - Constructor for class io.opsit.explang.Funcs.SORT
-
- SQRT() - Constructor for class io.opsit.explang.Funcs.SQRT
-
- src - Variable in class io.opsit.explang.FieldsMap
-
- src - Variable in class io.opsit.explang.Funcs.FilteredMap
-
- src - Variable in class io.opsit.explang.Funcs.IndexMap
-
- start - Variable in class io.opsit.explang.RangeList
-
- startExpr - Variable in class io.opsit.explang.Compiler.TH_BASE
-
- step - Variable in class io.opsit.explang.RangeList
-
- STR() - Constructor for class io.opsit.explang.Funcs.STR
-
- str2reader(String) - Static method in class io.opsit.explang.Utils
-
Make Reader from string content.
- STRING() - Constructor for class io.opsit.explang.Funcs.STRING
-
- stringAdapter - Static variable in class io.opsit.explang.Seq
-
- STRINGBUFFER() - Constructor for class io.opsit.explang.Funcs.STRINGBUFFER
-
- stringBufferAdapter - Static variable in class io.opsit.explang.Seq
-
- STRINGBUILDER() - Constructor for class io.opsit.explang.Funcs.STRINGBUILDER
-
- stringBuilderAdapter - Static variable in class io.opsit.explang.Seq
-
- StringExp(String) - Constructor for class io.opsit.explang.Funcs.StringExp
-
- StringParser - Class in io.opsit.explang.atom
-
- StringParser() - Constructor for class io.opsit.explang.atom.StringParser
-
- strToClass(String) - Static method in class io.opsit.explang.Utils
-
Convert class name to a class object.
- subList(int, int) - Method in class io.opsit.explang.ASTNList
-
Return sublist of AST nodes.
- subList(int, int) - Method in class io.opsit.explang.RangeList
-
- subList(int, int) - Method in class io.opsit.explang.RestList
-
- SUBOP() - Constructor for class io.opsit.explang.Funcs.SUBOP
-
- SUBSEQ() - Constructor for class io.opsit.explang.Funcs.SUBSEQ
-
- suffix - Variable in class io.opsit.explang.Funcs.BeanMap
-
- supportREPLStream() - Method in interface io.opsit.explang.IParser
-
- supportREPLStream() - Method in class io.opsit.explang.parser.lisp.LispParser
-
- supportREPLStream() - Method in class io.opsit.explang.parser.sexp.SexpParser
-
- svarNameToIdx(String) - Method in class io.opsit.explang.ArgSpec
-
Convert svar variable name to argument index.
- SYMBOL() - Constructor for class io.opsit.explang.Funcs.SYMBOL
-
- Symbol - Class in io.opsit.explang
-
- Symbol(String) - Constructor for class io.opsit.explang.Symbol
-
Construct symbol from its string representation.
- symbol(String) - Static method in class io.opsit.explang.Utils
-
Make Symbol with given name.
- SYMBOL_FUNCTION() - Constructor for class io.opsit.explang.Funcs.SYMBOL_FUNCTION
-
- SymbolParser - Class in io.opsit.explang.atom
-
- SymbolParser() - Constructor for class io.opsit.explang.atom.SymbolParser
-
- SymfuncParser - Class in io.opsit.explang.atom
-
- SymfuncParser() - Constructor for class io.opsit.explang.atom.SymfuncParser
-
- syntax - Variable in class io.opsit.explang.parser.lisp.ReadTable
-
- SYNTAX_TYPE_CONSTITUENT - Static variable in class io.opsit.explang.parser.lisp.ReadTable
-
- SYNTAX_TYPE_MULTIPLE_ESCAPE - Static variable in class io.opsit.explang.parser.lisp.ReadTable
-
- SYNTAX_TYPE_NON_TERMINATING_MACRO - Static variable in class io.opsit.explang.parser.lisp.ReadTable
-
- SYNTAX_TYPE_SINGLE_ESCAPE - Static variable in class io.opsit.explang.parser.lisp.ReadTable
-
- SYNTAX_TYPE_TERMINATING_MACRO - Static variable in class io.opsit.explang.parser.lisp.ReadTable
-
- SYNTAX_TYPE_WHITESPACE - Static variable in class io.opsit.explang.parser.lisp.ReadTable
-