Class JavaInterface

    • Constructor Detail

      • JavaInterface

        public JavaInterface()
      • JavaInterface

        public JavaInterface​(String name)
      • JavaInterface

        public JavaInterface​(String name,
                             String impl)
    • Method Detail

      • getFormalName

        public String getFormalName()
      • setFormalName

        public void setFormalName​(String s)
      • getRealName

        public String getRealName()
      • setRealName

        public void setRealName​(String s)
      • getImpl

        public String getImpl()
      • setImpl

        public void setImpl​(String s)
      • getMethods

        public Iterator getMethods()
      • hasMethod

        public boolean hasMethod​(JavaMethod method)
      • addMethod

        public void addMethod​(JavaMethod method)
      • getMethodsList

        public List getMethodsList()
      • setMethodsList

        public void setMethodsList​(List l)
      • hasInterface

        public boolean hasInterface​(String interfaceName)
      • addInterface

        public void addInterface​(String interfaceName)
      • getInterfaces

        public Iterator getInterfaces()
      • getInterfacesList

        public List getInterfacesList()
      • setInterfacesList

        public void setInterfacesList​(List l)