Class CPPFilt


  • public class CPPFilt
    extends java.lang.Object
    Restriction:
    This class is not intended to be subclassed by clients.
    • Constructor Summary

      Constructors 
      Constructor Description
      CPPFilt()  
      CPPFilt​(java.lang.String command)  
      CPPFilt​(java.lang.String command, java.lang.String[] params)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      java.lang.String getFunction​(java.lang.String symbol)  
      protected void init​(java.lang.String command, java.lang.String[] params)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CPPFilt

        public CPPFilt​(java.lang.String command,
                       java.lang.String[] params)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • CPPFilt

        public CPPFilt​(java.lang.String command)
                throws java.io.IOException
        Throws:
        java.io.IOException
      • CPPFilt

        public CPPFilt()
                throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • init

        protected void init​(java.lang.String command,
                            java.lang.String[] params)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • getFunction

        public java.lang.String getFunction​(java.lang.String symbol)
                                     throws java.io.IOException
        Throws:
        java.io.IOException
      • dispose

        public void dispose()