mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
![]() Do a depth first traversal the node model in reversed direction and stop at the first found node before the current offset with specific properties. This way complete composite nodes can be skipped. This changes the algorithm complexity from n to log(n) in most cases (degenerated case ... flat node model). Signed-off-by: Arne Deutsch <Arne.Deutsch@itemis.de> |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
src/org/eclipse/xtext/ide | ||
xtend-gen/org/eclipse/xtext/ide | ||
.classpath | ||
.project | ||
about.html | ||
build.gradle |