Searched defs:scope (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/
H A DScopes.java120 // default global scope
134 public void addScope(Scope scope) { argument
135 scopes.add(scope);
139 // find closest scope that starts before or on given line
H A DJFlexXref.java63 protected Scope scope; field in class:JFlexXref
189 scope = null;
239 if (scopesEnabled && scope == null) {
245 scope = new Scope(tag.line, tag.line, tag.symbol, tag.namespace, tag.signature);
255 if (scope != null) {
261 if (scope != null && scopeLevel > 0) {
264 scope.setLineTo(getLineNumber());
265 scopes.addScope(scope);
266 scope = null;
272 if (scope !
454 generateId(Scope scope) argument
[all...]

Completed in 9 milliseconds