Searched refs:theEnvironment (Results 1 – 1 of 1) sorted by relevance
63 private static final HashMap<Variable,Value> theEnvironment; field in ProcessEnvironment71 theEnvironment = new HashMap<>(environ.length/2 + 3);75 theEnvironment.put(Variable.valueOf(environ[i-1]), in Variable.valueOf()80 (new StringEnvironment(theEnvironment));97 ((Map<Variable,Value>)(theEnvironment.clone())); in environment()