Class IDLNameTranslatorImpl.IDLMethodInfo

java.lang.Object
com.sun.corba.ee.impl.presentation.rmi.IDLNameTranslatorImpl.IDLMethodInfo
Enclosing class:
IDLNameTranslatorImpl

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

    • method

      public Method method
    • isProperty

      public boolean isProperty
    • originalName

      public String originalName
    • mangledName

      public String mangledName
  • Constructor Details

    • IDLMethodInfo

      private IDLMethodInfo()