ProGuard

Uses of Class
proguard.WordReader

Packages that use WordReader
proguard This package contains the main ProGuard application. 
 

Uses of WordReader in proguard
 

Subclasses of WordReader in proguard
 class ArgumentWordReader
          A WordReader that returns words from an argument list.
 class FileWordReader
          A WordReader that returns words from a file or a URL.
 

Methods in proguard with parameters of type WordReader
 void WordReader.includeWordReader(WordReader newIncludeWordReader)
          Specifies to start reading words from the given WordReader.
 


ProGuard