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

asset.pipeline.jsx.symbols.JsxElement Maven / Gradle / Ivy

There is a newer version: 5.0.5
Show newest version
package asset.pipeline.jsx.symbols;

import java.util.List;
import java.util.ArrayList;
import java.io.*;

public class JsxElement extends GenericSymbol {
	public JsxElement(String name) {
		super(name);
	}

	public JsxElement(String name,String value,Integer line, Integer column,Integer position) {
		super(name,value,line,column,position);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy