Uses of Class
com.vladium.jcd.cls.Method_info

Packages that use Method_info
com.vladium.jcd.cls   
 

Uses of Method_info in com.vladium.jcd.cls
 

Methods in com.vladium.jcd.cls that return Method_info
 Method_info MethodCollection.get(int offset)
           
 Method_info IMethodCollection.get(int offset)
          Returns Method_info descriptor at a given offset.
 Method_info ClassDef.newEmptyMethod(java.lang.String name, java.lang.String descriptor, int access_flags)
           
 Method_info MethodCollection.remove(int offset)
           
 Method_info IMethodCollection.remove(int offset)
          Removes the Method_info descriptor at a given offset.
 Method_info MethodCollection.set(int offset, Method_info method)
           
 Method_info IMethodCollection.set(int offset, Method_info method)
          Replaces the Method_info descriptor at a given offset.
 

Methods in com.vladium.jcd.cls with parameters of type Method_info
 int MethodCollection.add(Method_info method)
           
 int IMethodCollection.add(Method_info method)
          Adds a new Method_info descriptor to this collection.
 int ClassDef.addMethod(Method_info method)
           
 Method_info MethodCollection.set(int offset, Method_info method)
           
 Method_info IMethodCollection.set(int offset, Method_info method)
          Replaces the Method_info descriptor at a given offset.