Class DemangledFunctionType


  • public class DemangledFunctionType
    extends DemangledType
    An extension of DemangledType that signals that the type is function and can provide more info, like the function signature.
    • Constructor Detail

      • DemangledFunctionType

        public DemangledFunctionType​(java.lang.String name,
                                     java.lang.String signature)
    • Method Detail

      • getSignature

        public java.lang.String getSignature()