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

org.snapscript.parse.TokenReader Maven / Gradle / Ivy

package org.snapscript.parse;

public interface TokenReader {
   boolean literal(String value);   
   boolean decimal();
   boolean binary();
   boolean hexidecimal();
   boolean identifier();
   boolean qualifier();
   boolean template();
   boolean space();
   boolean text();
   boolean type(); 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy