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

me.tomassetti.symbolsolver.model.declarations.ValueDeclaration Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package me.tomassetti.symbolsolver.model.declarations;

import me.tomassetti.symbolsolver.model.typesystem.TypeUsage;

/**
 * Declaration of a value.
 *
 * @author Federico Tomassetti
 */
public interface ValueDeclaration extends Declaration {

    TypeUsage getType();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy