Class CreateActorCtorInstr
java.lang.Object
org.torqlang.klvm.AbstractInstr
org.torqlang.klvm.AbstractCreateProcInstr
org.torqlang.klvm.CreateActorCtorInstr
- All Implemented Interfaces:
CreateInstr,DeclOrInstr,Instr,Kernel,SourceSpan
-
Field Summary
Fields inherited from class org.torqlang.klvm.AbstractCreateProcInstr
procDef, xFields inherited from class org.torqlang.klvm.AbstractInstr
sourceSpan -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T,R> R accept(KernelVisitor<T, R> visitor, T state) final voidMethods inherited from class org.torqlang.klvm.AbstractCreateProcInstr
captureLexicallyFree, procDefMethods inherited from class org.torqlang.klvm.AbstractInstr
pushStackEntries, source, sourceBegin, sourceEnd, toSourceBegin, toSourceEnd, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.torqlang.klvm.Instr
pushStackEntriesMethods inherited from interface org.torqlang.klvm.Kernel
toKernelStringMethods inherited from interface org.torqlang.util.SourceSpan
adjoin, formatSource, source, sourceBegin, sourceEnd, toSourceBegin, toSourceEnd
-
Constructor Details
-
CreateActorCtorInstr
-
-
Method Details
-
accept
-
compute
- Throws:
WaitException
-