import net.sourceforge.phpdt.internal.compiler.parser.PHPSegmentWithChildren;
import net.sourceforge.phpdt.internal.compiler.parser.PHPFunctionDeclaration;
import net.sourceforge.phpdt.internal.compiler.parser.PHPClassDeclaration;
+import net.sourceforge.phpdt.internal.compiler.parser.PHPVarDeclaration;
+import net.sourceforge.phpdt.internal.compiler.parser.PHPReqIncDeclaration;
public class PHPParserTokenManager implements PHPParserConstants
{
static final long[] jjtoMore = {
0x8e00L, 0x0L, 0x0L,
};
-static private SimpleCharStream input_stream;
+static protected SimpleCharStream input_stream;
static private final int[] jjrounds = new int[56];
static private final int[] jjstateSet = new int[112];
static StringBuffer image;
curLexState = lexState;
}
-static private final Token jjFillToken()
+static protected Token jjFillToken()
{
Token t = Token.newToken(jjmatchedKind);
t.kind = jjmatchedKind;
static int jjmatchedPos;
static int jjmatchedKind;
-public static final Token getNextToken()
+public static Token getNextToken()
{
int kind;
Token specialToken = null;
}
}
-static final void SkipLexicalActions(Token matchedToken)
+static void SkipLexicalActions(Token matchedToken)
{
switch(jjmatchedKind)
{
break;
}
}
-static final void MoreLexicalActions()
+static void MoreLexicalActions()
{
jjimageLen += (lengthOfMatch = jjmatchedPos + 1);
switch(jjmatchedKind)