2 * Created on May 14, 2003
3 *========================================================================
4 * Modifications history
5 *========================================================================
6 * $Log: not supported by cvs2svn $
7 * Revision 1.1 2004/02/26 02:25:42 agfitzp
8 * renamed packages to match xml & css
10 * Revision 1.1 2004/02/05 03:10:08 agfitzp
13 * Revision 1.1.2.1 2003/12/12 21:37:24 agfitzp
14 * Experimental work for Classes view
16 * Revision 1.2 2003/05/30 20:53:09 agfitzp
17 * 0.0.2 : Outlining is now done as the user types. Some other bug fixes.
19 *========================================================================
21 package net.sourceforge.phpeclipse.js.core.parser;
26 public class JSReferenceDetector extends JSWordDetector {
28 * @see IWordDetector#isWordStart
29 * Try to detect tokens starting with a reference operator.
31 public boolean isWordStart(char c) {