CommitmentProtocolCleartextInterpreter

Commitment protocol interpreter for hosts holding the cleartext value.

Constructors

Types

Link copied to clipboard
abstract class HashedObject
Link copied to clipboard

Functions

Link copied to clipboard
open suspend override fun buildObject(className: ClassName, typeArguments: List<ValueType>, arguments: List<AtomicExpressionNode>): CommitmentProtocolCleartextInterpreter.HashedObject
open suspend override fun buildObject(protocol: Protocol, className: ClassName, typeArguments: List<ValueType>, arguments: List<AtomicExpressionNode>): CommitmentProtocolCleartextInterpreter.HashedObject
Link copied to clipboard
open override fun getContextMarker(): Int
Link copied to clipboard
open suspend override fun popContext()
Link copied to clipboard
open suspend override fun popFunctionContext()
Link copied to clipboard
open suspend override fun pushContext()
Link copied to clipboard
open suspend override fun pushFunctionContext(arguments: PersistentMap<ParameterNode, Pair<Protocol, FunctionArgumentNode>>)
Link copied to clipboard
open suspend override fun restoreContext(marker: Int)
Link copied to clipboard
open suspend override fun runGuard(expr: AtomicExpressionNode): Value
open suspend override fun runGuard(protocol: Protocol, expr: AtomicExpressionNode): Value
Link copied to clipboard
open suspend override fun runLet(stmt: LetNode)
open suspend override fun runLet(protocol: Protocol, stmt: LetNode)
Link copied to clipboard
open suspend override fun runOutput(stmt: OutputNode)
open suspend override fun runOutput(protocol: Protocol, stmt: OutputNode)
Link copied to clipboard
open suspend override fun runReceive(sender: LetNode, sendProtocol: Protocol, receiver: SimpleStatementNode, recvProtocol: Protocol, events: ProtocolCommunication)
Link copied to clipboard
open suspend override fun runSend(sender: LetNode, sendProtocol: Protocol, receiver: SimpleStatementNode, recvProtocol: Protocol, events: ProtocolCommunication)
Link copied to clipboard
open suspend override fun runSimpleStatement(protocol: Protocol, stmt: SimpleStatementNode)
Link copied to clipboard
open suspend override fun runUpdate(stmt: UpdateNode)
open suspend override fun runUpdate(protocol: Protocol, stmt: UpdateNode)

Properties

Link copied to clipboard
open override val availableProtocols: Set<Protocol>
Link copied to clipboard