*/
protected final void enterPackage(ASToken keywordPackage)
{
if (packageDepth > 0)
{
final ICompilerProblem problem = new NestedPackageProblem(keywordPackage);
addProblem(problem);
}
else if (!isGlobalContext())
{
final ICompilerProblem problem = new SyntaxProblem(keywordPackage);