Searched refs:globalSize (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseEngineOptions.java70 private int globalSize; field in class:EclipseEngineOptions
258 return(globalSize);
309 public void setGlobalSize(int globalSize) argument
311 this.globalSize = globalSize;
H A DJEclipse.java187 Integer globalSize = findMemorySetting("-g", args);
189 if(globalSize != null)
191 options.setGlobalSize(globalSize.intValue());

Completed in 73 milliseconds