Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.techtrader.modules.tools.bytecode.InnerClass

Uses of InnerClass in com.techtrader.modules.tools.bytecode
 

Methods in com.techtrader.modules.tools.bytecode that return InnerClass
 InnerClass[] InnerClassesAttribute.getInnerClasses()
          Get all the inner classes owned by this entity.
 InnerClass InnerClassesAttribute.getInnerClass(java.lang.String name)
          Return the inner class with the given name.
 InnerClass[] InnerClassesAttribute.getInnerClasses(java.lang.String name)
          Returns all inner classes with the given name.
 InnerClass InnerClassesAttribute.importInnerClass(InnerClass inner)
          Import an inner class from another entity, or make a copy of one on this entity.
 InnerClass InnerClassesAttribute.addInnerClass()
          Add an inner class.
 InnerClass InnerClassesAttribute.addInnerClass(java.lang.String name)
          Add an inner class with the given name.
 

Methods in com.techtrader.modules.tools.bytecode with parameters of type InnerClass
 InnerClass InnerClassesAttribute.importInnerClass(InnerClass inner)
          Import an inner class from another entity, or make a copy of one on this entity.
 boolean InnerClassesAttribute.removeInnerClass(InnerClass innerClass)
          Remove the given inner class.