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

com.blazebit.text.ParserContext Maven / Gradle / Ivy

/*
 * Copyright 2011 Blazebit
 */
package com.blazebit.text;

/**
 * @author Christian Beikov
 * @since 0.1.2
 */
public interface ParserContext {

    public Object getAttribute(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy