package diffast-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Sourcecode.stack

val _stack : frame Stack.t
method top : frame
method push : Diffast_core.Spec.node_t -> unit
method pop : unit
method register_global : name -> Diffast_core.Spec.node_t -> unit
method register : name -> Diffast_core.Spec.node_t -> unit
method lookup : name -> Diffast_core.Spec.node_t