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

gw.lang.parser.ILockedDownSymbol Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.lang.parser;

/**
 * Marker interface for symbols that have "locked down" values that are not associated with a symbol table
 * i.e., calling getValue() on a locked down symbol returns the symbol's value directly
 */
public interface ILockedDownSymbol
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy