X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java index e3d1074..fd7fb91 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/ITerminalSymbols.java @@ -196,4 +196,7 @@ public interface ITerminalSymbols { public final static int TokenNameCLASS_C = 1072; public final static int TokenNameMETHOD_C = 1073; public final static int TokenNameFUNC_C = 1074; + + // special tokens not normally used in the parser + public final static int TokenNamethis_PHP_COMPLETION = 2000; }