INNER CODE UNIT · Java

ArgumentWordReader

Guardsquare/proguard · base/src/main/java/proguard/ArgumentWordReader.java:32

public class ArgumentWordReader extends WordReader
{
    private final String[] arguments;

    private int index = 0;


//    /**
//     * Creates a new ArgumentWordReader for the given arguments.
//     */
//    public ArgumentWordReader(String[] arguments)
//    {
//        this(arguments, null);
//    }
//
//
    /**
     * Creates a new ArgumentWordReader for the given arguments, with the

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…