Class IDLNameTranslatorImpl.IDLMethodInfo

  • Enclosing class:
    IDLNameTranslatorImpl

    private static class IDLNameTranslatorImpl.IDLMethodInfo
    extends java.lang.Object
    Internal helper class for tracking information related to each interface method while we're building the name translation table.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private IDLMethodInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • method

        public java.lang.reflect.Method method
      • isProperty

        public boolean isProperty
      • originalName

        public java.lang.String originalName
      • mangledName

        public java.lang.String mangledName
    • Constructor Detail

      • IDLMethodInfo

        private IDLMethodInfo()