Class Env.ArrayEnv
java.lang.Object
org.torqlang.klvm.Env.ArrayEnv
- Enclosing interface:
Env
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.torqlang.klvm.Env
Env.ArrayEnv -
Method Summary
Modifier and TypeMethodDescriptionfinal <T,R> R accept(KernelVisitor<T, R> visitor, T state) final EnvcollectIdents(Var var) final voidcollectIdents(Var var, Set<Ident> collector) final booleanfinal Stringfinal Variterator()final Envfinal EnvrootEnv()final EnvsetRootEnv(Env rootEnv) final EnvEntryshallowEntryAt(int index) final intfinal StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.torqlang.klvm.Kernel
toKernelString
-
Method Details
-
accept
-
add
-
collectIdents
- Specified by:
collectIdentsin interfaceEnv
-
collectIdents
- Specified by:
collectIdentsin interfaceEnv
-
contains
-
formatValue
- Specified by:
formatValuein interfaceEnv
-
get
-
iterator
-
parentEnv
-
rootEnv
-
setRootEnv
- Specified by:
setRootEnvin interfaceEnv
-
shallowEntryAt
- Specified by:
shallowEntryAtin interfaceEnv
-
shallowSize
public final int shallowSize()- Specified by:
shallowSizein interfaceEnv
-
toString
-