org.mozilla.javascript.ast.KeywordLiteral
AST node for keyword literals: currently, {@code this}, {@code null}, {@code true}, {@code false}, and {@code debugger}. Node type is one of {@link Token#THIS}, {@link Token#NULL}, {@link Token#TRUE}, {@link Token#FALSE}, or {@link Token#DEBUGGER}.