- earliest - Static variable in class com.github.jlangch.venice.impl.functions.TimeFunctions
-
- elapsedMillis() - Method in class com.github.jlangch.venice.impl.util.StopWatch
-
Returns the elapsed time of this stop watch.
- elapsedNanos() - Method in class com.github.jlangch.venice.impl.util.StopWatch
-
Returns the elapsed time of this stop watch.
- empty - Static variable in class com.github.jlangch.venice.impl.functions.CoreFunctions
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncCollection
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncHashMap
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaList
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaMap
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaObject
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaSet
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncList
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncOrderedMap
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncSet
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncSortedMap
-
- empty() - Method in class com.github.jlangch.venice.impl.types.collections.VncVector
-
- empty_Q - Static variable in class com.github.jlangch.venice.impl.functions.CoreFunctions
-
- emptyToNil - Static variable in class com.github.jlangch.venice.impl.functions.CoreFunctions
-
- enable(boolean) - Method in class com.github.jlangch.venice.util.Logger
-
- enableCache(boolean) - Static method in class com.github.jlangch.venice.impl.util.reflect.ReflectionAccessor
-
- enableJavaInteropReflectionCache(boolean) - Method in class com.github.jlangch.venice.Venice
-
- enableReflectionCache(boolean) - Static method in class com.github.jlangch.venice.impl.javainterop.JavaInterop
-
- entries() - Method in class com.github.jlangch.venice.impl.types.collections.VncHashMap
-
- entries() - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaMap
-
- entries() - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaObject
-
- entries() - Method in class com.github.jlangch.venice.impl.types.collections.VncMap
-
- entries() - Method in class com.github.jlangch.venice.impl.types.collections.VncOrderedMap
-
- entries() - Method in class com.github.jlangch.venice.impl.types.collections.VncSortedMap
-
- entrySet() - Method in class com.github.jlangch.venice.jsr223.VeniceBindings
-
- enumValues(Class<? extends Enum<?>>) - Static method in class com.github.jlangch.venice.impl.util.reflect.ReflectionTypes
-
- Env - Class in com.github.jlangch.venice.impl
-
- Env() - Constructor for class com.github.jlangch.venice.impl.Env
-
- Env(Env) - Constructor for class com.github.jlangch.venice.impl.Env
-
- env - Variable in class com.github.jlangch.venice.impl.types.VncFunction
-
- EofException - Exception in com.github.jlangch.venice
-
- EofException() - Constructor for exception com.github.jlangch.venice.EofException
-
- EofException(String) - Constructor for exception com.github.jlangch.venice.EofException
-
- EofException(String, Throwable) - Constructor for exception com.github.jlangch.venice.EofException
-
- EofException(Throwable) - Constructor for exception com.github.jlangch.venice.EofException
-
- equal_Q - Static variable in class com.github.jlangch.venice.impl.functions.CoreFunctions
-
- equals(String) - Method in class com.github.jlangch.venice.impl.Token
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncHashMap
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaList
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaMap
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaObject
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncJavaSet
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncList
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncOrderedMap
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncSet
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.collections.VncSortedMap
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncBigDecimal
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncByteBuffer
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncConstant
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncDouble
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncLong
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncString
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncSymbol
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.types.VncVal
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.util.Tuple2
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.util.Tuple3
-
- equals(Object) - Method in class com.github.jlangch.venice.impl.util.Tuple4
-
- ErrorMessage - Class in com.github.jlangch.venice.impl.util
-
- ErrorMessage() - Constructor for class com.github.jlangch.venice.impl.util.ErrorMessage
-
- escape(String) - Static method in class com.github.jlangch.venice.impl.util.StringUtil
-
Escapes a text
Backspace is replaced with \b
Form feed is replaced with \f
Newline is replaced with \n
Carriage return is replaced with \r
Tab is replaced with \t
Double quote is replaced with \"
Backslash is replaced with \\
- EVAL(VncVal, Env) - Method in class com.github.jlangch.venice.impl.VeniceInterpreter
-
- eval(String, ScriptContext) - Method in class com.github.jlangch.venice.jsr223.VeniceScriptEngine
-
- eval(Reader, ScriptContext) - Method in class com.github.jlangch.venice.jsr223.VeniceScriptEngine
-
- eval(PreCompiled) - Method in class com.github.jlangch.venice.Venice
-
Evaluates a pre-compiled script without passing any parameters.
- eval(PreCompiled, Map<String, Object>) - Method in class com.github.jlangch.venice.Venice
-
Evaluates a pre-compiled script with parameters.
- eval(String) - Method in class com.github.jlangch.venice.Venice
-
Evaluates a script.
- eval(String, Map<String, Object>) - Method in class com.github.jlangch.venice.Venice
-
Evaluates a script with parameters
- eval(String, String, Map<String, Object>) - Method in class com.github.jlangch.venice.Venice
-
Evaluates a script with parameters
- eval_ast(VncVal, Env) - Method in class com.github.jlangch.venice.impl.VeniceInterpreter
-
- EvalExample - Class in com.github.jlangch.venice.examples
-
- EvalExample() - Constructor for class com.github.jlangch.venice.examples.EvalExample
-
- even_Q - Static variable in class com.github.jlangch.venice.impl.functions.MathFunctions
-
- every_Q - Static variable in class com.github.jlangch.venice.impl.functions.CoreFunctions
-
- EXAMPLES - Static variable in class com.github.jlangch.venice.impl.MetaUtil
-
- extractGenericTypes(Type) - Static method in class com.github.jlangch.venice.impl.util.reflect.ReflectionTypes
-