qtil
advanced-security/qtil-swift 0.0.3
Search

Member predicate Impl::TypeDecl::getFullName

Gets the full name of this TypeDecl. For example in:

struct A {
  struct B {
    // ...
  }
}

The name and full name of A is A. The name of B is B, but the full name of B is A.B.

string getFullName()