All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jscl.text.CommaAndVector Maven / Gradle / Ivy

There is a newer version: 2.4.17
Show newest version
package jscl.text;

import jscl.math.JSCLVector;

public class CommaAndVector extends Parser {
    public static final Parser parser=new CommaAndVector();

    private CommaAndVector() {}

    public Object parse(String str, int pos[]) throws ParseException {
        int pos0=pos[0];
        JSCLVector v;
        skipWhitespaces(str,pos);
        if(pos[0]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy