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

com.puresoltechnologies.parsers.ust.facilities.VariableScope Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package com.puresoltechnologies.parsers.ust.facilities;

import com.puresoltechnologies.parsers.ust.AbstractProduction;

/**
 * This tree element signals a scope for variable and element validity. This
 * scope is introduced everywhere where a new scope is starting. The elements
 * within the scope are children of the this class.
 * 
 * @author Rick-Rainer Ludwig
 * 
 */
public class VariableScope extends AbstractProduction {

	private static final long serialVersionUID = 7165390340532196126L;

	public VariableScope(AbstractProduction block) {
		super("Variable Scope", "variable scope", block);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy