Lines Matching full:link
120 * Creates a new instance of {@link DexToSigConverter}.
138 * Converts the given {@link DexFile}s into the corresponding (packages
192 // link enclosed classes only if they are part of visible api
247 * Converts a simple string to the corresponding {@link SigPackage}.<br>
260 * Converts a set of {@link DexClass} objects to a set of the corresponding
261 * {@link SigClassDefinition} objects.
264 * the {@link DexClass} objects
265 * @return a set of {@link DexClass} objects
282 * Converts a {@link DexClass} to the corresponding
283 * {@link SigClassDefinition}.
286 * the {@link DexClass} to convert
287 * @return the corresponding {@link SigClassDefinition}
554 * Converts a set of {@link DexMethod} to a set of corresponding
555 * {@link IConstructor}. This method ignores methods which are not
559 * the {@link DexMethod}s to convert
560 * @return the corresponding {@link IConstructor}s
573 * Converts a set of {@link DexMethod} to a set of corresponding
574 * {@link DexMethod}. This method ignores methods which are constructors.
577 * the {@link DexMethod}s to convert
578 * @return the corresponding {@link IConstructor}s
592 * {@link SigConstructor} instance.
596 * @return the corresponding {@link SigConstructor}
786 * Converts a set of {@link DexAnnotation} to a set of corresponding
787 * {@link SigAnnotation}.
790 * the {@link DexAnnotation}s to convert
791 * @return the corresponding {@link
805 * Converts a {@link DexAnnotation} to the corresponding
806 * {@link SigAnnotation}.
809 * the {@link DexAnnotation} to convert
810 * @return the corresponding {@link SigAnnotation}