1 package de.lathanda.eos.baseparser;
3 import java.util.LinkedList;
34 LinkedList<AutoCompleteInformation> result =
new LinkedList<>();
35 for (String name :
names) {
final List< String > names
void addError(Marker marker, String errorId, Object... data)
void resolveNamesAndTypes(Expression with, Environment env)
LinkedList< AutoCompleteInformation > getAutoCompletes()
static SystemType getWindow()
static SystemType getFigure()