/bundles/plugins-trunk/XML/sidekick/ecmascript/parser/Scope.java
# · Java · 21 lines · 3 code · 1 blank · 17 comment · 0 complexity · dbf592cbf73a98743bd010202d7addea MD5 · raw file
- /*
- Copyright (c) 2004-2005, The Dojo Foundation
- All Rights Reserved.
- Licensed under the Academic Free License version 2.1 or above OR the
- modified BSD license. For more information on Dojo licensing, see:
- http://dojotoolkit.org/community/licensing.shtml <http://dojotoolkit.org/community/licensing.shtml>
- Code donated to the Dojo Foundation by AOL LLC under the terms of
- the Dojo CCLA (http://dojotoolkit.org/ccla.txt).
- */
- package sidekick.ecmascript.parser;
- /**
- * Empty interface marks AST nodes as nodes defining javascript scope
- * boundaries.
- */
- public interface Scope {
- }