/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific * language governing permissions and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/**
* Holds static hash set containing Clojure 1.6 keywords
*/
static {
kwd.
add(
"*allow-unresolved-vars*");
kwd.
add(
"*command-line-args*");
kwd.
add(
"*compiler-options*");
kwd.
add(
"*default-data-reader-fn*");
kwd.
add(
"*flush-on-newline*");
kwd.
add(
"*use-context-classloader*");
kwd.
add(
"*verbose-defrecords*");
kwd.
add(
"*warn-on-reflection*");
kwd.
add(
"-cache-protocol-fn");
kwd.
add(
"char-escape-string");
kwd.
add(
"clear-agent-errors");
kwd.
add(
"default-data-readers");
kwd.
add(
"find-protocol-impl");
kwd.
add(
"find-protocol-method");
kwd.
add(
"get-thread-bindings");
kwd.
add(
"hash-unordered-coll");
kwd.
add(
"mix-collection-hash");
kwd.
add(
"pop-thread-bindings");
kwd.
add(
"primitives-classnames");
kwd.
add(
"proxy-call-with-super");
kwd.
add(
"push-thread-bindings");
kwd.
add(
"release-pending-sends");
kwd.
add(
"remove-all-methods");
kwd.
add(
"set-agent-send-executor!");
kwd.
add(
"set-agent-send-off-executor!");
kwd.
add(
"set-error-handler!");
kwd.
add(
"unchecked-divide-int");
kwd.
add(
"unchecked-multiply");
kwd.
add(
"unchecked-multiply-int");
kwd.
add(
"unchecked-negate-int");
kwd.
add(
"unchecked-remainder-int");
kwd.
add(
"unchecked-subtract");
kwd.
add(
"unchecked-subtract-int");
kwd.
add(
"unsigned-bit-shift-right");
kwd.
add(
"with-loading-context");
}
}