class LocalVarExprNode

Defined at line 384 of file ../../src/developer/debug/zxdb/expr/expr_node.h

Local variable access. This is different than IdentifierExprNode because we know in advance

where the value is coming from.

Public Methods

const LocalVarExprNode * AsLocalVar ()

Defined at line 386 of file ../../src/developer/debug/zxdb/expr/expr_node.h

void EmitBytecode (VmStream & stream)

Defined at line 645 of file ../../src/developer/debug/zxdb/expr/expr_node.cc

void Print (std::ostream & out, int indent)

Defined at line 649 of file ../../src/developer/debug/zxdb/expr/expr_node.cc

Friends

class MakeRefCountedHelper
class RefCountedThreadSafe