StackWrapper

io.shiftleft.js2cpg.datastructures.Stack$.StackWrapper
final implicit class StackWrapper[StackElement](val parentStack: ListBuffer[StackElement]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def pop(): Unit
def push(parent: StackElement): Unit

Concrete fields

val parentStack: ListBuffer[StackElement]