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

org.hisrc.jscm.codemodel.literal.JSLiteralVisitor Maven / Gradle / Ivy

The newest version!
package org.hisrc.jscm.codemodel.literal;


public interface JSLiteralVisitor {

	public V visit(JSStringLiteral value) throws E;

	public V visit(JSNullLiteral value) throws E;

	public V visit(JSBooleanLiteral value) throws E;

	public V visit(JSDecimalIntegerLiteral value) throws E;

	public V visit(JSDecimalNonIntegerLiteral value) throws E;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy