StringVisitor (interface)

July 2, 2016 ยท View on GitHub

API categories | API index

StringVisitor (interface)

See Frame.GetSource() and Frame.GetText().

You have to keep a strong reference to the StringVisitor object while visiting strings, otherwise it gets destroyed and the StringVisitor callbacks won't be called.

Table of contents:

  • Callbacks
    • Visit

Callbacks

Visit

ParameterType
valuestring
Returnbool

Method that will be executed.

Contents

  1. 1Callbacks
  2. 1.1Visit