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

edu.harvard.hul.ois.jhove.module.pdf.ArrayStart Maven / Gradle / Ivy

/**********************************************************************
 * Jhove - JSTOR/Harvard Object Validation Environment
 * Copyright 2003 by JSTOR and the President and Fellows of Harvard College
 **********************************************************************/

package edu.harvard.hul.ois.jhove.module.pdf;

/**
 *  Class for Tokens which represent the "[" that opens an array.
 */
public class ArrayStart
    extends Token
{
    /** Creates an instance of an ArrayStart */
    public ArrayStart ()
    {
        super ();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy