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

org.waxeye.ast.IChar Maven / Gradle / Ivy

The newest version!
/*
 * Waxeye Parser Generator
 * www.waxeye.org
 * Copyright (C) 2008-2010 Orlando Hill
 * Licensed under the MIT license. See 'LICENSE' for details.
 */
package org.waxeye.ast;

/**
 * An AST node with a character.
 *
 * @author Orlando Hill
 */
public interface IChar
{
    /**
     * Gets the character value.
     *
     * @return The character value.
     */
    char getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy