Skip navigation links

Package org.bridj.demangling

BridJ symbols demanglers.

See: Description

Package org.bridj.demangling Description

BridJ symbols demanglers.

BridJ adheres to a "reverse burder of proof" philosophy : rather than asking binding makers (including JNAerator) to write/generate the exact expected symbols in Symbol annotations, it parses the mangled symbols and sees how / if they match binding signatures. Manual specification of exact symbols is still possible in case of ambiguity or when demangling fails.

As a consequence, BridJ needs symbols demanglers, which have to parse symbols and spit out (partial) methods and types signatures.
It currently has demanglers for :

Skip navigation links

Copyright © 2009-2020. All Rights Reserved.