Searched refs:Variable (Results 1 – 1 of 1) sorted by relevance
63 private static final HashMap<Variable,Value> theEnvironment;75 theEnvironment.put(Variable.valueOf(environ[i-1]), in Variable.valueOf()97 ((Map<Variable,Value>)(theEnvironment.clone())); in environment()102 return new StringEnvironment(new HashMap<Variable,Value>(capacity)); in emptyEnvironment()154 private static class Variable class in ProcessEnvironment155 extends ExternalData implements Comparable<Variable>157 protected Variable(String str, byte[] bytes) { in Variable() method in ProcessEnvironment.Variable161 public static Variable valueOfQueryOnly(Object str) { in valueOfQueryOnly()165 public static Variable valueOfQueryOnly(String str) { in valueOfQueryOnly()166 return new Variable(str, str.getBytes()); in valueOfQueryOnly()[all …]