Class JavaSignatureFactory

  • All Implemented Interfaces:
    SignatureFactory

    public class JavaSignatureFactory
    extends Object
    implements SignatureFactory
    Creates construct signatures for Java methods and constructors (other types are not supported). Attention: The signature creation for methods and constructors in nested classes does not work properly. The reason is that the decompiler does not properly created Java class declarations (see https://bitbucket.org/mstrobel/procyon/issues/283).