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

/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java413 currentPath = new StringBuffer(axiom);
420 StringBuffer currentPath; field in class:ContextLSystem
423 return ((currentPath == null) ? null : currentPath.toString());
427 currentPath = path;
434 while (pos < currentPath.length()) {
437 newPath.append(currentPath.charAt(pos));
450 if (rule.matches(currentPath, pos)) {

Completed in 29 milliseconds