![JAR search and dependency download from the Maven repository](/logo.png)
org.protelis.lang.interpreter.impl.Variable Maven / Gradle / Ivy
/*
* Copyright (C) 2021, Danilo Pianini and contributors listed in the project's build.gradle.kts or pom.xml file.
*
* This file is part of Protelis, and is distributed under the terms of the GNU General Public License,
* with a linking exception, as described in the file LICENSE.txt in this project's top directory.
*/
package org.protelis.lang.interpreter.impl;
import org.protelis.lang.datatype.Field;
import org.protelis.lang.datatype.JVMEntity;
import org.protelis.lang.interpreter.util.Bytecode;
import org.protelis.lang.interpreter.util.Reference;
import org.protelis.lang.loading.Metadata;
import org.protelis.vm.ExecutionContext;
/**
* Access a variable.
*/
public final class Variable extends AbstractProtelisAST
© 2015 - 2025 Weber Informatics LLC | Privacy Policy