plugins/geshi/geshi/groovy.php
author Dan
Sun, 10 Feb 2008 18:10:52 -0500
changeset 0 441963e5b07a
child 2 9e3258dfae15
permissions -rw-r--r--
Initial population - based on GeSHi 1.0.7.20
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     1
<?php
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     2
/*************************************************************************************
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     3
 * groovy.php
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     4
 * ----------
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     5
 * Author: Ivan F. Villanueva B. (geshi_groovy@artificialidea.com)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     6
 * Copyright: (c) 2006 Ivan F. Villanueva B.(http://www.artificialidea.com)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     7
 * Release Version: 1.0.7.20
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     8
 * Date Started: 2006/04/29
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
     9
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    10
 * Groovy language file for GeSHi.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    11
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    12
 * Keywords from http: http://docs.codehaus.org/download/attachments/2715/groovy-reference-card.pdf?version=1
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    13
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    14
 * CHANGES
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    15
 * -------
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    16
 * 2006/04/29 (1.0.0)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    17
 *   -  First Release
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    18
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    19
 * TODO (updated 2006/04/29)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    20
 * -------------------------
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    21
 * Testing
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    22
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    23
 *************************************************************************************
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    24
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    25
 *     This file is part of GeSHi.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    26
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    27
 *   GeSHi is free software; you can redistribute it and/or modify
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    28
 *   it under the terms of the GNU General Public License as published by
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    29
 *   the Free Software Foundation; either version 2 of the License, or
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    30
 *   (at your option) any later version.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    31
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    32
 *   GeSHi is distributed in the hope that it will be useful,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    33
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    34
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    35
 *   GNU General Public License for more details.
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    36
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    37
 *   You should have received a copy of the GNU General Public License
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    38
 *   along with GeSHi; if not, write to the Free Software
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    39
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    40
 *
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    41
 ************************************************************************************/
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    42
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    43
$language_data = array (
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    44
	'LANG_NAME' => 'Groovy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    45
	'COMMENT_SINGLE' => array(1 => '//', 2 => 'import', 3 => '#'),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    46
	'COMMENT_MULTI' => array('/*' => '*/'),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    47
	'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    48
	'QUOTEMARKS' => array("'''", '"""', "'", '"'),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    49
	'ESCAPE_CHAR' => '\\',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    50
	'KEYWORDS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    51
		1 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    52
			'||',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    53
			'while',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    54
			'switch',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    55
			'in',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    56
			'if',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    57
			'foreach',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    58
			'for',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    59
			'else',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    60
			'do',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    61
			'case',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    62
			'=&gt;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    63
			'--',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    64
			'++',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    65
			'&lt;&lt;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    66
			'&lt;&lt;&lt;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    67
			'&&'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    68
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    69
		2 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    70
			'volatile',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    71
			'try',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    72
			'true',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    73
			'transient',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    74
			'throws',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    75
			'throw',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    76
			'this',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    77
			'synchronized',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    78
			'super',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    79
			'strictfp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    80
			'static',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    81
			'return',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    82
			'public',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    83
			'protected',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    84
			'property',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    85
			'private',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    86
			'package',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    87
			'null',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    88
			'new',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    89
			'native',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    90
			'interface',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    91
			'instanceof',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    92
			'implements',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    93
			'goto',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    94
			'finally',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    95
			'final',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    96
			'false',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    97
			'extends',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    98
			'enum',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
    99
			'default',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   100
			'def',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   101
			'continue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   102
			'const',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   103
			'class',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   104
			'catch',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   105
			'break',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   106
			'assert',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   107
			'abstract',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   108
			'as'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   109
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   110
		3 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   111
			'_Remote_Stub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   112
			'_PolicyStub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   113
			'_NamingContextStub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   114
			'_NamingContextImplBase',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   115
			'_IDLTypeStub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   116
			'_BindingIteratorStub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   117
			'_BindingIteratorImplBase',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   118
			'ZoneView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   119
			'ZipOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   120
			'ZipInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   121
			'ZipFile',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   122
			'ZipException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   123
			'ZipEntry',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   124
			'X509Extension',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   125
			'X509EncodedKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   126
			'X509Certificate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   127
			'X509CRLEntry',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   128
			'X509CRL',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   129
			'WrongTransaction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   130
			'Writer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   131
			'WriteAbortedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   132
			'WritableRenderedImage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   133
			'WritableRaster',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   134
			'WrappedPlainView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   135
			'WindowListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   136
			'WindowEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   137
			'WindowConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   138
			'WindowAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   139
			'Window',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   140
			'WeakReference',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   141
			'WeakHashMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   142
			'WStringValueHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   143
			'WCharSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   144
			'WCharSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   145
			'Void',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   146
			'VoiceStatus',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   147
			'VisibilityHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   148
			'Visibility',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   149
			'VirtualMachineError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   150
			'ViewportUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   151
			'ViewportLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   152
			'ViewFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   153
			'View',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   154
			'VetoableChangeSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   155
			'VetoableChangeListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   156
			'VersionSpecHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   157
			'VerifyError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   158
			'Vector',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   159
			'VariableHeightLayoutCache',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   160
			'ValueMemberHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   161
			'ValueMember',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   162
			'ValueHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   163
			'ValueFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   164
			'ValueBaseHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   165
			'ValueBaseHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   166
			'ValueBase',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   167
			'VM_TRUNCATABLE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   168
			'VM_NONE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   169
			'VM_CUSTOM',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   170
			'VM_ABSTRACT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   171
			'VMID',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   172
			'Utilities',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   173
			'UtilDelegate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   174
			'Util',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   175
			'UserException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   176
			'UnsupportedOperationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   177
			'UnsupportedLookAndFeelException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   178
			'UnsupportedFlavorException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   179
			'UnsupportedEncodingException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   180
			'UnsupportedClassVersionError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   181
			'UnsupportedAudioFileException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   182
			'UnsolicitedNotificationListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   183
			'UnsolicitedNotificationEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   184
			'UnsolicitedNotification',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   185
			'UnsatisfiedLinkError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   186
			'UnresolvedPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   187
			'Unreferenced',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   188
			'UnrecoverableKeyException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   189
			'UnmarshalException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   190
			'UnknownUserException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   191
			'UnknownServiceException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   192
			'UnknownObjectException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   193
			'UnknownHostException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   194
			'UnknownHostException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   195
			'UnknownGroupException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   196
			'UnknownException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   197
			'UnknownError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   198
			'UnionMemberHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   199
			'UnionMember',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   200
			'UnicastRemoteObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   201
			'UnexpectedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   202
			'UndoableEditSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   203
			'UndoableEditListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   204
			'UndoableEditEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   205
			'UndoableEdit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   206
			'UndoManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   207
			'UndeclaredThrowableException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   208
			'UTFDataFormatException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   209
			'UShortSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   210
			'UShortSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   211
			'URLStreamHandlerFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   212
			'URLStreamHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   213
			'URLEncoder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   214
			'URLDecoder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   215
			'URLConnection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   216
			'URLClassLoader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   217
			'URL',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   218
			'UNSUPPORTED_POLICY_VALUE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   219
			'UNSUPPORTED_POLICY',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   220
			'UNKNOWN',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   221
			'ULongSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   222
			'ULongSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   223
			'ULongLongSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   224
			'ULongLongSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   225
			'UIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   226
			'UIManager.LookAndFeelInfo',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   227
			'UIManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   228
			'UIDefaults.ProxyLazyValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   229
			'UIDefaults.LazyValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   230
			'UIDefaults.LazyInputMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   231
			'UIDefaults.ActiveValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   232
			'UIDefaults',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   233
			'UID',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   234
			'Types',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   235
			'TypeMismatch',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   236
			'TypeCodeHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   237
			'TypeCode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   238
			'TreeWillExpandListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   239
			'TreeUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   240
			'TreeSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   241
			'TreeSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   242
			'TreeSelectionListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   243
			'TreeSelectionEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   244
			'TreePath',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   245
			'TreeNode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   246
			'TreeModelListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   247
			'TreeModelEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   248
			'TreeModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   249
			'TreeMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   250
			'TreeExpansionListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   251
			'TreeExpansionEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   252
			'TreeCellRenderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   253
			'TreeCellEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   254
			'Transparency',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   255
			'Transmitter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   256
			'TransformAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   257
			'Transferable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   258
			'TransactionRolledbackException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   259
			'TransactionRequiredException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   260
			'Track',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   261
			'Toolkit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   262
			'ToolTipUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   263
			'ToolTipManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   264
			'ToolBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   265
			'TooManyListenersException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   266
			'TitledBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   267
			'Timestamp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   268
			'TimerTask',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   269
			'Timer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   270
			'Timer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   271
			'TimeZone',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   272
			'TimeLimitExceededException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   273
			'Time',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   274
			'TileObserver',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   275
			'Tie',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   276
			'Throwable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   277
			'ThreadLocal',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   278
			'ThreadGroup',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   279
			'ThreadDeath',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   280
			'Thread',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   281
			'TexturePaint',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   282
			'TextUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   283
			'TextMeasurer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   284
			'TextListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   285
			'TextLayout.CaretPolicy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   286
			'TextLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   287
			'TextHitInfo',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   288
			'TextField',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   289
			'TextEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   290
			'TextComponent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   291
			'TextAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   292
			'TextArea',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   293
			'TextAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   294
			'TargetDataLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   295
			'TagElement',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   296
			'TableView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   297
			'TableUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   298
			'TableModelListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   299
			'TableModelEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   300
			'TableModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   301
			'TableHeaderUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   302
			'TableColumnModelListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   303
			'TableColumnModelEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   304
			'TableColumnModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   305
			'TableColumn',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   306
			'TableCellRenderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   307
			'TableCellEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   308
			'TabbedPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   309
			'TabableView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   310
			'TabStop',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   311
			'TabSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   312
			'TabExpander',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   313
			'TRANSIENT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   314
			'TRANSACTION_ROLLEDBACK',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   315
			'TRANSACTION_REQUIRED',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   316
			'TCKind',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   317
			'SystemFlavorMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   318
			'SystemException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   319
			'SystemColor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   320
			'System',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   321
			'SysexMessage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   322
			'Synthesizer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   323
			'SyncFailedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   324
			'SwingUtilities',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   325
			'SwingPropertyChangeSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   326
			'SwingConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   327
			'StyledEditorKit.UnderlineAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   328
			'StyledEditorKit.StyledTextAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   329
			'StyledEditorKit.ItalicAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   330
			'StyledEditorKit.ForegroundAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   331
			'StyledEditorKit.FontSizeAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   332
			'StyledEditorKit.FontFamilyAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   333
			'StyledEditorKit.BoldAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   334
			'StyledEditorKit.AlignmentAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   335
			'StyledEditorKit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   336
			'StyledDocument',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   337
			'StyleSheet.ListPainter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   338
			'StyleSheet.BoxPainter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   339
			'StyleSheet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   340
			'StyleContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   341
			'StyleConstants.ParagraphConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   342
			'StyleConstants.FontConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   343
			'StyleConstants.ColorConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   344
			'StyleConstants.CharacterConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   345
			'StyleConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   346
			'Style',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   347
			'StubNotFoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   348
			'StubDelegate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   349
			'Stub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   350
			'StructMemberHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   351
			'StructMember',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   352
			'Struct',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   353
			'Stroke',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   354
			'StringWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   355
			'StringValueHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   356
			'StringTokenizer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   357
			'StringSelection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   358
			'StringRefAddr',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   359
			'StringReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   360
			'StringIndexOutOfBoundsException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   361
			'StringHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   362
			'StringContent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   363
			'StringCharacterIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   364
			'StringBufferInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   365
			'StringBuffer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   366
			'String',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   367
			'StrictMath',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   368
			'StreamableValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   369
			'Streamable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   370
			'StreamTokenizer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   371
			'StreamCorruptedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   372
			'Statement',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   373
			'StateFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   374
			'StateEditable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   375
			'StateEdit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   376
			'StackOverflowError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   377
			'Stack',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   378
			'SplitPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   379
			'SourceDataLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   380
			'SoundbankResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   381
			'SoundbankReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   382
			'Soundbank',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   383
			'SortedSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   384
			'SortedMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   385
			'SoftReference',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   386
			'SoftBevelBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   387
			'SocketSecurityException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   388
			'SocketPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   389
			'SocketOptions',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   390
			'SocketImplFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   391
			'SocketImpl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   392
			'SocketException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   393
			'Socket',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   394
			'SliderUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   395
			'SkeletonNotFoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   396
			'SkeletonMismatchException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   397
			'Skeleton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   398
			'SizeSequence',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   399
			'SizeRequirements',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   400
			'SizeLimitExceededException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   401
			'SingleSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   402
			'SinglePixelPackedSampleModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   403
			'SimpleTimeZone',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   404
			'SimpleDateFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   405
			'SimpleBeanInfo',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   406
			'SimpleAttributeSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   407
			'Signer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   408
			'SignedObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   409
			'SignatureSpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   410
			'SignatureException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   411
			'Signature',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   412
			'ShortSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   413
			'ShortSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   414
			'ShortMessage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   415
			'ShortLookupTable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   416
			'ShortHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   417
			'Short',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   418
			'ShapeGraphicAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   419
			'Shape',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   420
			'SetOverrideTypeHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   421
			'SetOverrideType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   422
			'Set',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   423
			'ServiceUnavailableException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   424
			'ServiceInformationHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   425
			'ServiceInformationHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   426
			'ServiceInformation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   427
			'ServiceDetailHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   428
			'ServiceDetail',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   429
			'ServerSocket',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   430
			'ServerRuntimeException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   431
			'ServerRequest',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   432
			'ServerRef',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   433
			'ServerNotActiveException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   434
			'ServerException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   435
			'ServerError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   436
			'ServerCloneException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   437
			'ServantObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   438
			'SerializablePermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   439
			'Serializable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   440
			'Sequencer.SyncMode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   441
			'Sequencer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   442
			'SequenceInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   443
			'Sequence',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   444
			'SeparatorUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   445
			'Segment',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   446
			'SecurityPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   447
			'SecurityManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   448
			'SecurityException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   449
			'Security',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   450
			'SecureRandomSpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   451
			'SecureRandom',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   452
			'SecureClassLoader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   453
			'SearchResult',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   454
			'SearchControls',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   455
			'Scrollbar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   456
			'Scrollable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   457
			'ScrollPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   458
			'ScrollPaneLayout.UIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   459
			'ScrollPaneLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   460
			'ScrollPaneConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   461
			'ScrollPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   462
			'ScrollBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   463
			'SchemaViolationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   464
			'SampleModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   465
			'SQLWarning',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   466
			'SQLPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   467
			'SQLOutput',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   468
			'SQLInput',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   469
			'SQLException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   470
			'SQLData',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   471
			'RuntimePermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   472
			'RuntimeException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   473
			'Runtime',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   474
			'Runnable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   475
			'RunTimeOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   476
			'RunTime',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   477
			'RuleBasedCollator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   478
			'RowMapper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   479
			'RoundRectangle2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   480
			'RoundRectangle2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   481
			'RoundRectangle2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   482
			'RootPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   483
			'RootPaneContainer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   484
			'Robot',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   485
			'ReverbType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   486
			'ResultSetMetaData',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   487
			'ResultSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   488
			'ResponseHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   489
			'ResourceBundle',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   490
			'Resolver',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   491
			'ResolveResult',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   492
			'RescaleOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   493
			'Request',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   494
			'RepositoryIdHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   495
			'Repository',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   496
			'ReplicateScaleFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   497
			'RepaintManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   498
			'RenderingHints.Key',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   499
			'RenderingHints',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   500
			'Renderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   501
			'RenderedImageFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   502
			'RenderedImage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   503
			'RenderableImageProducer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   504
			'RenderableImageOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   505
			'RenderableImage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   506
			'RenderContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   507
			'RemoteStub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   508
			'RemoteServer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   509
			'RemoteRef',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   510
			'RemoteObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   511
			'RemoteException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   512
			'RemoteCall',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   513
			'Remote',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   514
			'RemarshalException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   515
			'RegistryHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   516
			'Registry',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   517
			'ReflectPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   518
			'ReferralException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   519
			'Referenceable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   520
			'ReferenceQueue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   521
			'Reference',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   522
			'RefAddr',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   523
			'Ref',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   524
			'RectangularShape',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   525
			'Rectangle2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   526
			'Rectangle2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   527
			'Rectangle2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   528
			'Rectangle',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   529
			'Receiver',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   530
			'Reader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   531
			'RasterOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   532
			'RasterFormatException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   533
			'Raster',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   534
			'RandomAccessFile',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   535
			'Random',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   536
			'RTFEditorKit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   537
			'RSAPublicKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   538
			'RSAPublicKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   539
			'RSAPrivateKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   540
			'RSAPrivateKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   541
			'RSAPrivateCrtKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   542
			'RSAPrivateCrtKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   543
			'RSAKeyGenParameterSpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   544
			'RSAKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   545
			'RMISocketFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   546
			'RMIServerSocketFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   547
			'RMISecurityManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   548
			'RMISecurityException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   549
			'RMIFailureHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   550
			'RMIClientSocketFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   551
			'RMIClassLoader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   552
			'RGBImageFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   553
			'QuadCurve2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   554
			'QuadCurve2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   555
			'QuadCurve2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   556
			'PushbackReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   557
			'PushbackInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   558
			'PublicKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   559
			'Proxy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   560
			'ProviderException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   561
			'Provider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   562
			'ProtocolException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   563
			'ProtectionDomain',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   564
			'PropertyVetoException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   565
			'PropertyResourceBundle',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   566
			'PropertyPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   567
			'PropertyEditorSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   568
			'PropertyEditorManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   569
			'PropertyEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   570
			'PropertyDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   571
			'PropertyChangeSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   572
			'PropertyChangeListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   573
			'PropertyChangeEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   574
			'Properties',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   575
			'ProgressMonitorInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   576
			'ProgressMonitor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   577
			'ProgressBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   578
			'ProfileDataException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   579
			'Process',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   580
			'PrivilegedExceptionAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   581
			'PrivilegedActionException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   582
			'PrivilegedAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   583
			'PrivateKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   584
			'PrinterJob',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   585
			'PrinterIOException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   586
			'PrinterGraphics',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   587
			'PrinterException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   588
			'PrinterAbortException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   589
			'Printable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   590
			'PrintWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   591
			'PrintStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   592
			'PrintJob',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   593
			'PrintGraphics',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   594
			'PrincipalHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   595
			'Principal',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   596
			'Principal',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   597
			'PreparedStatement',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   598
			'Position.Bias',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   599
			'Position',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   600
			'PortableRemoteObjectDelegate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   601
			'PortableRemoteObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   602
			'Port.Info',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   603
			'Port',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   604
			'PopupMenuUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   605
			'PopupMenuListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   606
			'PopupMenuEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   607
			'PopupMenu',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   608
			'Polygon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   609
			'PolicyTypeHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   610
			'PolicyOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   611
			'PolicyListHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   612
			'PolicyListHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   613
			'PolicyHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   614
			'PolicyHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   615
			'PolicyError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   616
			'Policy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   617
			'Policy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   618
			'Point2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   619
			'Point2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   620
			'Point2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   621
			'Point',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   622
			'PlainView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   623
			'PlainDocument',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   624
			'PixelInterleavedSampleModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   625
			'PixelGrabber',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   626
			'PipedWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   627
			'PipedReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   628
			'PipedOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   629
			'PipedInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   630
			'PhantomReference',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   631
			'Permissions',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   632
			'PermissionCollection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   633
			'Permission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   634
			'Permission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   635
			'PathIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   636
			'Patch',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   637
			'PasswordView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   638
			'PasswordAuthentication',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   639
			'PartialResultException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   640
			'ParserDelegator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   641
			'Parser',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   642
			'ParsePosition',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   643
			'ParseException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   644
			'ParameterDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   645
			'ParameterBlock',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   646
			'ParagraphView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   647
			'ParagraphView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   648
			'Paper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   649
			'PanelUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   650
			'Panel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   651
			'PaintEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   652
			'PaintContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   653
			'Paint',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   654
			'Pageable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   655
			'PageFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   656
			'PageAttributes.PrintQualityType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   657
			'PageAttributes.OriginType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   658
			'PageAttributes.OrientationRequestedType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   659
			'PageAttributes.MediaType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   660
			'PageAttributes.ColorType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   661
			'PageAttributes',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   662
			'PackedColorModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   663
			'Package',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   664
			'PUBLIC_MEMBER',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   665
			'PRIVATE_MEMBER',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   666
			'PKCS8EncodedKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   667
			'PERSIST_STORE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   668
			'Owner',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   669
			'OverlayLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   670
			'OutputStreamWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   671
			'OutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   672
			'OutOfMemoryError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   673
			'OptionalDataException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   674
			'OptionPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   675
			'Option',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   676
			'OperationNotSupportedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   677
			'Operation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   678
			'OpenType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   679
			'OctetSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   680
			'OctetSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   681
			'Observer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   682
			'Observable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   683
			'ObjectView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   684
			'ObjectStreamField',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   685
			'ObjectStreamException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   686
			'ObjectStreamConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   687
			'ObjectStreamClass',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   688
			'ObjectOutputStream.PutField',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   689
			'ObjectOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   690
			'ObjectOutput',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   691
			'ObjectInputValidation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   692
			'ObjectInputStream.GetField',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   693
			'ObjectInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   694
			'ObjectInput',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   695
			'ObjectImpl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   696
			'ObjectImpl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   697
			'ObjectHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   698
			'ObjectHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   699
			'ObjectFactoryBuilder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   700
			'ObjectFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   701
			'ObjectChangeListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   702
			'Object',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   703
			'ObjID',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   704
			'ORB',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   705
			'OMGVMCID',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   706
			'OBJ_ADAPTER',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   707
			'OBJECT_NOT_EXIST',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   708
			'NumberFormatException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   709
			'NumberFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   710
			'Number',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   711
			'NullPointerException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   712
			'NotSerializableException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   713
			'NotOwnerException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   714
			'NotFoundReasonHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   715
			'NotFoundReasonHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   716
			'NotFoundReason',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   717
			'NotFoundHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   718
			'NotFoundHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   719
			'NotFound',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   720
			'NotEmptyHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   721
			'NotEmptyHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   722
			'NotEmpty',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   723
			'NotContextException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   724
			'NotBoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   725
			'NotActiveException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   726
			'NoninvertibleTransformException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   727
			'NoSuchProviderException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   728
			'NoSuchObjectException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   729
			'NoSuchMethodException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   730
			'NoSuchMethodError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   731
			'NoSuchFieldException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   732
			'NoSuchFieldError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   733
			'NoSuchElementException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   734
			'NoSuchAttributeException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   735
			'NoSuchAlgorithmException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   736
			'NoRouteToHostException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   737
			'NoPermissionException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   738
			'NoInitialContextException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   739
			'NoClassDefFoundError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   740
			'NetPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   741
			'NegativeArraySizeException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   742
			'NamingSecurityException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   743
			'NamingManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   744
			'NamingListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   745
			'NamingExceptionEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   746
			'NamingException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   747
			'NamingEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   748
			'NamingEnumeration',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   749
			'NamingContextOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   750
			'NamingContextHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   751
			'NamingContextHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   752
			'NamingContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   753
			'Naming',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   754
			'NamespaceChangeListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   755
			'NamedValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   756
			'NameValuePairHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   757
			'NameValuePair',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   758
			'NameParser',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   759
			'NameNotFoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   760
			'NameHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   761
			'NameHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   762
			'NameComponentHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   763
			'NameComponentHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   764
			'NameComponent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   765
			'NameClassPair',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   766
			'NameAlreadyBoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   767
			'Name',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   768
			'NVList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   769
			'NO_RESPONSE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   770
			'NO_RESOURCES',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   771
			'NO_PERMISSION',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   772
			'NO_MEMORY',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   773
			'NO_IMPLEMENT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   774
			'MutableTreeNode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   775
			'MutableComboBoxModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   776
			'MutableAttributeSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   777
			'MultipleMaster',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   778
			'MulticastSocket',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   779
			'MultiViewportUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   780
			'MultiTreeUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   781
			'MultiToolTipUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   782
			'MultiToolBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   783
			'MultiTextUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   784
			'MultiTableUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   785
			'MultiTableHeaderUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   786
			'MultiTabbedPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   787
			'MultiSplitPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   788
			'MultiSliderUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   789
			'MultiSeparatorUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   790
			'MultiScrollPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   791
			'MultiScrollBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   792
			'MultiProgressBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   793
			'MultiPopupMenuUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   794
			'MultiPixelPackedSampleModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   795
			'MultiPanelUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   796
			'MultiOptionPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   797
			'MultiMenuItemUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   798
			'MultiMenuBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   799
			'MultiLookAndFeel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   800
			'MultiListUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   801
			'MultiLabelUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   802
			'MultiInternalFrameUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   803
			'MultiFileChooserUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   804
			'MultiDesktopPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   805
			'MultiDesktopIconUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   806
			'MultiComboBoxUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   807
			'MultiColorChooserUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   808
			'MultiButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   809
			'MouseMotionListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   810
			'MouseMotionAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   811
			'MouseListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   812
			'MouseInputListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   813
			'MouseInputAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   814
			'MouseEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   815
			'MouseDragGestureRecognizer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   816
			'MouseAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   817
			'Modifier',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   818
			'ModificationItem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   819
			'MixerProvider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   820
			'Mixer.Info',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   821
			'Mixer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   822
			'MissingResourceException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   823
			'MinimalHTMLWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   824
			'MimeTypeParseException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   825
			'MidiUnavailableException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   826
			'MidiSystem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   827
			'MidiMessage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   828
			'MidiFileWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   829
			'MidiFileReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   830
			'MidiFileFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   831
			'MidiEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   832
			'MidiDeviceProvider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   833
			'MidiDevice.Info',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   834
			'MidiDevice',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   835
			'MidiChannel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   836
			'MethodDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   837
			'Method',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   838
			'MetalTreeUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   839
			'MetalToolTipUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   840
			'MetalToolBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   841
			'MetalToggleButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   842
			'MetalTheme',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   843
			'MetalTextFieldUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   844
			'MetalTabbedPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   845
			'MetalSplitPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   846
			'MetalSliderUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   847
			'MetalSeparatorUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   848
			'MetalScrollPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   849
			'MetalScrollButton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   850
			'MetalScrollBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   851
			'MetalRadioButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   852
			'MetalProgressBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   853
			'MetalPopupMenuSeparatorUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   854
			'MetalLookAndFeel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   855
			'MetalLabelUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   856
			'MetalInternalFrameUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   857
			'MetalInternalFrameTitlePane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   858
			'MetalIconFactory.TreeLeafIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   859
			'MetalIconFactory.TreeFolderIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   860
			'MetalIconFactory.TreeControlIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   861
			'MetalIconFactory.PaletteCloseIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   862
			'MetalIconFactory.FolderIcon16',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   863
			'MetalIconFactory.FileIcon16',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   864
			'MetalIconFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   865
			'MetalFileChooserUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   866
			'MetalDesktopIconUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   867
			'MetalComboBoxUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   868
			'MetalComboBoxIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   869
			'MetalComboBoxEditor.UIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   870
			'MetalComboBoxEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   871
			'MetalComboBoxButton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   872
			'MetalCheckBoxUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   873
			'MetalCheckBoxIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   874
			'MetalButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   875
			'MetalBorders.ToolBarBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   876
			'MetalBorders.ToggleButtonBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   877
			'MetalBorders.TextFieldBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   878
			'MetalBorders.TableHeaderBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   879
			'MetalBorders.ScrollPaneBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   880
			'MetalBorders.RolloverButtonBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   881
			'MetalBorders.PopupMenuBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   882
			'MetalBorders.PaletteBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   883
			'MetalBorders.OptionDialogBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   884
			'MetalBorders.MenuItemBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   885
			'MetalBorders.MenuBarBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   886
			'MetalBorders.InternalFrameBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   887
			'MetalBorders.Flush3DBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   888
			'MetalBorders.ButtonBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   889
			'MetalBorders',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   890
			'MetaMessage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   891
			'MetaEventListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   892
			'MessageFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   893
			'MessageDigestSpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   894
			'MessageDigest',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   895
			'MenuShortcut',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   896
			'MenuSelectionManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   897
			'MenuListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   898
			'MenuKeyListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   899
			'MenuKeyEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   900
			'MenuItemUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   901
			'MenuItem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   902
			'MenuEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   903
			'MenuElement',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   904
			'MenuDragMouseListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   905
			'MenuDragMouseEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   906
			'MenuContainer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   907
			'MenuComponent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   908
			'MenuBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   909
			'MenuBar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   910
			'Menu',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   911
			'MemoryImageSource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   912
			'Member',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   913
			'MediaTracker',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   914
			'MatteBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   915
			'Math',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   916
			'MarshalledObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   917
			'MarshalException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   918
			'Map.Entry',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   919
			'Map',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   920
			'Manifest',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   921
			'MalformedURLException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   922
			'MalformedLinkException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   923
			'MARSHAL',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   924
			'LookupTable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   925
			'LookupOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   926
			'LookAndFeel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   927
			'LongSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   928
			'LongSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   929
			'LongLongSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   930
			'LongLongSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   931
			'LongHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   932
			'Long',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   933
			'LogStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   934
			'LocateRegistry',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   935
			'Locale',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   936
			'LoaderHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   937
			'ListView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   938
			'ListUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   939
			'ListSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   940
			'ListSelectionListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   941
			'ListSelectionEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   942
			'ListResourceBundle',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   943
			'ListModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   944
			'ListIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   945
			'ListDataListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   946
			'ListDataEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   947
			'ListCellRenderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   948
			'List',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   949
			'List',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   950
			'LinkedList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   951
			'LinkageError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   952
			'LinkRef',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   953
			'LinkLoopException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   954
			'LinkException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   955
			'LineUnavailableException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   956
			'LineNumberReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   957
			'LineNumberInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   958
			'LineMetrics',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   959
			'LineListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   960
			'LineEvent.Type',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   961
			'LineEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   962
			'LineBreakMeasurer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   963
			'LineBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   964
			'Line2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   965
			'Line2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   966
			'Line2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   967
			'Line.Info',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   968
			'Line',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   969
			'LimitExceededException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   970
			'Lease',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   971
			'LdapReferralException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   972
			'LdapContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   973
			'LayoutQueue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   974
			'LayoutManager2',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   975
			'LayoutManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   976
			'LayeredHighlighter.LayerPainter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   977
			'LayeredHighlighter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   978
			'LastOwnerException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   979
			'LabelView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   980
			'LabelUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   981
			'Label',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   982
			'Keymap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   983
			'KeyStroke',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   984
			'KeyStoreSpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   985
			'KeyStoreException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   986
			'KeyStore',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   987
			'KeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   988
			'KeyPairGeneratorSpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   989
			'KeyPairGenerator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   990
			'KeyPair',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   991
			'KeyManagementException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   992
			'KeyListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   993
			'KeyFactorySpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   994
			'KeyFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   995
			'KeyException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   996
			'KeyEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   997
			'KeyAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   998
			'Key',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
   999
			'Kernel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1000
			'JobAttributes.SidesType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1001
			'JobAttributes.MultipleDocumentHandlingType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1002
			'JobAttributes.DialogType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1003
			'JobAttributes.DestinationType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1004
			'JobAttributes.DefaultSelectionType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1005
			'JobAttributes',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1006
			'JarURLConnection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1007
			'JarOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1008
			'JarInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1009
			'JarFile',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1010
			'JarException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1011
			'JarEntry',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1012
			'JWindow',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1013
			'JViewport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1014
			'JTree.EmptySelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1015
			'JTree.DynamicUtilTreeNode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1016
			'JTree',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1017
			'JToolTip',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1018
			'JToolBar.Separator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1019
			'JToolBar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1020
			'JToggleButton.ToggleButtonModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1021
			'JToggleButton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1022
			'JTextPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1023
			'JTextField',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1024
			'JTextComponent.KeyBinding',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1025
			'JTextComponent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1026
			'JTextArea',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1027
			'JTableHeader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1028
			'JTable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1029
			'JTabbedPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1030
			'JSplitPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1031
			'JSlider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1032
			'JSeparator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1033
			'JScrollPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1034
			'JScrollBar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1035
			'JRootPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1036
			'JRadioButtonMenuItem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1037
			'JRadioButton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1038
			'JProgressBar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1039
			'JPopupMenu.Separator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1040
			'JPopupMenu',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1041
			'JPasswordField',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1042
			'JPanel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1043
			'JOptionPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1044
			'JMenuItem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1045
			'JMenuBar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1046
			'JMenu',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1047
			'JList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1048
			'JLayeredPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1049
			'JLabel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1050
			'JInternalFrame.JDesktopIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1051
			'JInternalFrame',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1052
			'JFrame',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1053
			'JFileChooser',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1054
			'JEditorPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1055
			'JDialog',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1056
			'JDesktopPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1057
			'JComponent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1058
			'JComboBox.KeySelectionManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1059
			'JComboBox',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1060
			'JColorChooser',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1061
			'JCheckBoxMenuItem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1062
			'JCheckBox',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1063
			'JButton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1064
			'JApplet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1065
			'Iterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1066
			'ItemSelectable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1067
			'ItemListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1068
			'ItemEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1069
			'IstringHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1070
			'InvokeHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1071
			'InvocationTargetException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1072
			'InvocationHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1073
			'InvocationEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1074
			'InvalidValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1075
			'InvalidTransactionException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1076
			'InvalidSeq',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1077
			'InvalidSearchFilterException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1078
			'InvalidSearchControlsException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1079
			'InvalidParameterSpecException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1080
			'InvalidParameterException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1081
			'InvalidObjectException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1082
			'InvalidNameHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1083
			'InvalidNameHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1084
			'InvalidNameException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1085
			'InvalidName',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1086
			'InvalidName',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1087
			'InvalidMidiDataException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1088
			'InvalidKeySpecException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1089
			'InvalidKeyException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1090
			'InvalidDnDOperationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1091
			'InvalidClassException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1092
			'InvalidAttributesException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1093
			'InvalidAttributeValueException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1094
			'InvalidAttributeIdentifierException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1095
			'InvalidAlgorithmParameterException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1096
			'Invalid',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1097
			'Introspector',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1098
			'IntrospectionException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1099
			'InterruptedNamingException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1100
			'InterruptedIOException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1101
			'InterruptedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1102
			'InternalFrameUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1103
			'InternalFrameListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1104
			'InternalFrameEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1105
			'InternalFrameAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1106
			'InternalError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1107
			'Integer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1108
			'IntHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1109
			'InsufficientResourcesException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1110
			'Instrument',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1111
			'InstantiationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1112
			'InstantiationError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1113
			'InsetsUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1114
			'Insets',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1115
			'InputVerifier',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1116
			'InputSubset',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1117
			'InputStreamReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1118
			'InputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1119
			'InputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1120
			'InputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1121
			'InputMethodRequests',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1122
			'InputMethodListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1123
			'InputMethodHighlight',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1124
			'InputMethodEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1125
			'InputMethodDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1126
			'InputMethodContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1127
			'InputMethod',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1128
			'InputMapUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1129
			'InputMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1130
			'InputEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1131
			'InputContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1132
			'InlineView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1133
			'Initializer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1134
			'InitialLdapContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1135
			'InitialDirContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1136
			'InitialContextFactoryBuilder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1137
			'InitialContextFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1138
			'InitialContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1139
			'InheritableThreadLocal',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1140
			'InflaterInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1141
			'Inflater',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1142
			'InetAddress',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1143
			'IndirectionException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1144
			'IndexedPropertyDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1145
			'IndexOutOfBoundsException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1146
			'IndexColorModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1147
			'InconsistentTypeCode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1148
			'IncompatibleClassChangeError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1149
			'ImagingOpException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1150
			'ImageProducer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1151
			'ImageObserver',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1152
			'ImageIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1153
			'ImageGraphicAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1154
			'ImageFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1155
			'ImageConsumer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1156
			'Image',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1157
			'IllegalThreadStateException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1158
			'IllegalStateException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1159
			'IllegalPathStateException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1160
			'IllegalMonitorStateException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1161
			'IllegalComponentStateException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1162
			'IllegalArgumentException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1163
			'IllegalAccessException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1164
			'IllegalAccessError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1165
			'IdentityScope',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1166
			'Identity',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1167
			'IdentifierHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1168
			'IconView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1169
			'IconUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1170
			'Icon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1171
			'IRObjectOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1172
			'IRObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1173
			'IOException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1174
			'INV_POLICY',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1175
			'INV_OBJREF',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1176
			'INV_IDENT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1177
			'INV_FLAG',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1178
			'INVALID_TRANSACTION',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1179
			'INTF_REPOS',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1180
			'INTERNAL',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1181
			'INITIALIZE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1182
			'IMP_LIMIT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1183
			'IDLTypeOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1184
			'IDLTypeHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1185
			'IDLType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1186
			'IDLEntity',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1187
			'ICC_ProfileRGB',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1188
			'ICC_ProfileGray',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1189
			'ICC_Profile',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1190
			'ICC_ColorSpace',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1191
			'HyperlinkListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1192
			'HyperlinkEvent.EventType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1193
			'HyperlinkEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1194
			'HttpURLConnection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1195
			'Highlighter.HighlightPainter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1196
			'Highlighter.Highlight',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1197
			'Highlighter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1198
			'HierarchyListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1199
			'HierarchyEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1200
			'HierarchyBoundsListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1201
			'HierarchyBoundsAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1202
			'Hashtable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1203
			'HashSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1204
			'HashMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1205
			'HasControls',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1206
			'HTMLWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1207
			'HTMLFrameHyperlinkEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1208
			'HTMLEditorKit.ParserCallback',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1209
			'HTMLEditorKit.Parser',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1210
			'HTMLEditorKit.LinkController',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1211
			'HTMLEditorKit.InsertHTMLTextAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1212
			'HTMLEditorKit.HTMLTextAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1213
			'HTMLEditorKit.HTMLFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1214
			'HTMLEditorKit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1215
			'HTMLDocument.Iterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1216
			'HTMLDocument',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1217
			'HTML.UnknownTag',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1218
			'HTML.Tag',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1219
			'HTML.Attribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1220
			'HTML',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1221
			'GuardedObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1222
			'Guard',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1223
			'Group',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1224
			'GridLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1225
			'GridBagLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1226
			'GridBagConstraints',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1227
			'GregorianCalendar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1228
			'GrayFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1229
			'GraphicsEnvironment',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1230
			'GraphicsDevice',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1231
			'GraphicsConfiguration',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1232
			'GraphicsConfigTemplate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1233
			'Graphics2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1234
			'Graphics',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1235
			'GraphicAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1236
			'GradientPaint',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1237
			'GlyphView.GlyphPainter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1238
			'GlyphView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1239
			'GlyphVector',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1240
			'GlyphMetrics',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1241
			'GlyphJustificationInfo',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1242
			'GeneralSecurityException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1243
			'GeneralPath',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1244
			'GapContent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1245
			'GZIPOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1246
			'GZIPInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1247
			'Frame',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1248
			'FormatConversionProvider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1249
			'Format',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1250
			'FormView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1251
			'FontUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1252
			'FontRenderContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1253
			'FontMetrics',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1254
			'FontFormatException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1255
			'Font',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1256
			'FocusManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1257
			'FocusListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1258
			'FocusEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1259
			'FocusAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1260
			'FlowView.FlowStrategy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1261
			'FlowView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1262
			'FlowLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1263
			'FloatSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1264
			'FloatSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1265
			'FloatHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1266
			'FloatControl.Type',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1267
			'FloatControl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1268
			'Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1269
			'FlavorMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1270
			'FlatteningPathIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1271
			'FixedHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1272
			'FixedHeightLayoutCache',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1273
			'FilteredImageSource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1274
			'FilterWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1275
			'FilterReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1276
			'FilterOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1277
			'FilterInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1278
			'FilenameFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1279
			'FileWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1280
			'FileView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1281
			'FileSystemView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1282
			'FileReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1283
			'FilePermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1284
			'FileOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1285
			'FileNotFoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1286
			'FileNameMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1287
			'FileInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1288
			'FileFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1289
			'FileFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1290
			'FileDialog',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1291
			'FileDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1292
			'FileChooserUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1293
			'File',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1294
			'FieldView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1295
			'FieldPosition',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1296
			'FieldNameHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1297
			'Field',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1298
			'FeatureDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1299
			'FREE_MEM',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1300
			'Externalizable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1301
			'ExtendedResponse',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1302
			'ExtendedRequest',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1303
			'ExportException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1304
			'ExpandVetoException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1305
			'ExceptionList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1306
			'ExceptionInInitializerError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1307
			'Exception',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1308
			'EventSetDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1309
			'EventQueue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1310
			'EventObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1311
			'EventListenerList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1312
			'EventListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1313
			'EventDirContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1314
			'EventContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1315
			'Event',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1316
			'EtchedBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1317
			'Error',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1318
			'Environment',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1319
			'Enumeration',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1320
			'EnumControl.Type',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1321
			'EnumControl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1322
			'Entity',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1323
			'EncodedKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1324
			'EmptyStackException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1325
			'EmptyBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1326
			'Ellipse2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1327
			'Ellipse2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1328
			'Ellipse2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1329
			'ElementIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1330
			'Element',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1331
			'EditorKit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1332
			'EOFException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1333
			'DynamicImplementation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1334
			'DynValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1335
			'DynUnion',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1336
			'DynStruct',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1337
			'DynSequence',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1338
			'DynFixed',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1339
			'DynEnum',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1340
			'DynArray',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1341
			'DynAny',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1342
			'DropTargetListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1343
			'DropTargetEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1344
			'DropTargetDropEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1345
			'DropTargetDragEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1346
			'DropTargetContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1347
			'DropTarget.DropTargetAutoScroller',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1348
			'DropTarget',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1349
			'DriverPropertyInfo',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1350
			'DriverManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1351
			'Driver',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1352
			'DragSourceListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1353
			'DragSourceEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1354
			'DragSourceDropEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1355
			'DragSourceDragEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1356
			'DragSourceContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1357
			'DragSource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1358
			'DragGestureRecognizer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1359
			'DragGestureListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1360
			'DragGestureEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1361
			'DoubleSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1362
			'DoubleSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1363
			'DoubleHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1364
			'Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1365
			'DomainManagerOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1366
			'DomainManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1367
			'DomainCombiner',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1368
			'DocumentParser',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1369
			'DocumentListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1370
			'DocumentEvent.EventType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1371
			'DocumentEvent.ElementChange',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1372
			'DocumentEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1373
			'Document',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1374
			'DnDConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1375
			'DirectoryManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1376
			'DirectColorModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1377
			'DirStateFactory.Result',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1378
			'DirStateFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1379
			'DirObjectFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1380
			'DirContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1381
			'DimensionUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1382
			'Dimension2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1383
			'Dimension',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1384
			'DigestOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1385
			'DigestInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1386
			'DigestException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1387
			'Dictionary',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1388
			'Dialog',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1389
			'DesktopPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1390
			'DesktopManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1391
			'DesktopIconUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1392
			'DesignMode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1393
			'Delegate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1394
			'DeflaterOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1395
			'Deflater',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1396
			'DefinitionKindHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1397
			'DefinitionKind',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1398
			'DefaultTreeSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1399
			'DefaultTreeModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1400
			'DefaultTreeCellRenderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1401
			'DefaultTreeCellEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1402
			'DefaultTextUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1403
			'DefaultTableModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1404
			'DefaultTableColumnModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1405
			'DefaultTableCellRenderer.UIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1406
			'DefaultTableCellRenderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1407
			'DefaultStyledDocument.ElementSpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1408
			'DefaultStyledDocument.AttributeUndoableEdit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1409
			'DefaultStyledDocument',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1410
			'DefaultSingleSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1411
			'DefaultMutableTreeNode',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1412
			'DefaultMetalTheme',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1413
			'DefaultMenuLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1414
			'DefaultListSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1415
			'DefaultListModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1416
			'DefaultListCellRenderer.UIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1417
			'DefaultListCellRenderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1418
			'DefaultHighlighter.DefaultHighlightPainter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1419
			'DefaultHighlighter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1420
			'DefaultFocusManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1421
			'DefaultEditorKit.PasteAction,',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1422
			'DefaultEditorKit.InsertTabAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1423
			'DefaultEditorKit.InsertContentAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1424
			'DefaultEditorKit.InsertBreakAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1425
			'DefaultEditorKit.DefaultKeyTypedAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1426
			'DefaultEditorKit.CutAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1427
			'DefaultEditorKit.CopyAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1428
			'DefaultEditorKit.BeepAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1429
			'DefaultEditorKit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1430
			'DefaultDesktopManager',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1431
			'DefaultComboBoxModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1432
			'DefaultColorSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1433
			'DefaultCellEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1434
			'DefaultCaret',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1435
			'DefaultButtonModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1436
			'DefaultBoundedRangeModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1437
			'DecimalFormatSymbols',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1438
			'DecimalFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1439
			'DebugGraphics',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1440
			'DateFormatSymbols',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1441
			'DateFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1442
			'Date',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1443
			'DatagramSocketImplFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1444
			'DatagramSocketImpl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1445
			'DatagramSocket',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1446
			'DatagramPacket',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1447
			'DatabaseMetaData',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1448
			'DataTruncation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1449
			'DataOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1450
			'DataOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1451
			'DataOutput',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1452
			'DataLine.Info',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1453
			'DataLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1454
			'DataInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1455
			'DataInput',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1456
			'DataFormatException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1457
			'DataFlavor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1458
			'DataBufferUShort',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1459
			'DataBufferShort',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1460
			'DataBufferInt',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1461
			'DataBufferByte',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1462
			'DataBuffer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1463
			'DTDConstants',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1464
			'DTD',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1465
			'DSAPublicKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1466
			'DSAPublicKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1467
			'DSAPrivateKeySpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1468
			'DSAPrivateKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1469
			'DSAParams',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1470
			'DSAParameterSpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1471
			'DSAKeyPairGenerator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1472
			'DSAKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1473
			'DGC',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1474
			'DATA_CONVERSION',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1475
			'Customizer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1476
			'CustomValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1477
			'CustomMarshal',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1478
			'Cursor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1479
			'CurrentOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1480
			'CurrentHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1481
			'CurrentHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1482
			'Current',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1483
			'CubicCurve2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1484
			'CubicCurve2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1485
			'CubicCurve2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1486
			'CropImageFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1487
			'ConvolveOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1488
			'ControllerEventListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1489
			'ControlFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1490
			'Control.Type',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1491
			'Control',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1492
			'ContextualRenderedImageFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1493
			'ContextNotEmptyException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1494
			'ContextList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1495
			'Context',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1496
			'ContentModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1497
			'ContentHandlerFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1498
			'ContentHandler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1499
			'ContainerListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1500
			'ContainerEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1501
			'ContainerAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1502
			'Container',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1503
			'Constructor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1504
			'Connection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1505
			'ConnectIOException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1506
			'ConnectException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1507
			'ConnectException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1508
			'ConfigurationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1509
			'ConcurrentModificationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1510
			'CompoundName',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1511
			'CompoundEdit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1512
			'CompoundControl.Type',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1513
			'CompoundControl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1514
			'CompoundBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1515
			'CompositeView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1516
			'CompositeName',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1517
			'CompositeContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1518
			'Composite',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1519
			'ComponentView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1520
			'ComponentUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1521
			'ComponentSampleModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1522
			'ComponentOrientation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1523
			'ComponentListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1524
			'ComponentInputMapUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1525
			'ComponentInputMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1526
			'ComponentEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1527
			'ComponentColorModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1528
			'ComponentAdapter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1529
			'Component',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1530
			'CompletionStatusHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1531
			'CompletionStatus',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1532
			'Compiler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1533
			'Comparator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1534
			'Comparable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1535
			'CommunicationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1536
			'ComboPopup',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1537
			'ComboBoxUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1538
			'ComboBoxModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1539
			'ComboBoxEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1540
			'ColorUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1541
			'ColorSpace',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1542
			'ColorSelectionModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1543
			'ColorModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1544
			'ColorConvertOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1545
			'ColorChooserUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1546
			'ColorChooserComponentFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1547
			'Color',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1548
			'Collections',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1549
			'Collection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1550
			'Collator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1551
			'CollationKey',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1552
			'CollationElementIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1553
			'CodeSource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1554
			'Cloneable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1555
			'CloneNotSupportedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1556
			'Clob',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1557
			'ClipboardOwner',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1558
			'Clipboard',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1559
			'Clip',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1560
			'ClassNotFoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1561
			'ClassLoader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1562
			'ClassFormatError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1563
			'ClassDesc',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1564
			'ClassCircularityError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1565
			'ClassCastException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1566
			'Class',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1567
			'ChoiceFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1568
			'Choice',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1569
			'Checksum',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1570
			'CheckedOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1571
			'CheckedInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1572
			'CheckboxMenuItem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1573
			'CheckboxGroup',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1574
			'Checkbox',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1575
			'CharacterIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1576
			'Character.UnicodeBlock',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1577
			'Character.Subset',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1578
			'Character',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1579
			'CharSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1580
			'CharSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1581
			'CharHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1582
			'CharConversionException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1583
			'CharArrayWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1584
			'CharArrayReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1585
			'ChangedCharSetException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1586
			'ChangeListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1587
			'ChangeEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1588
			'CertificateParsingException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1589
			'CertificateNotYetValidException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1590
			'CertificateFactorySpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1591
			'CertificateFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1592
			'CertificateExpiredException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1593
			'CertificateException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1594
			'CertificateEncodingException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1595
			'Certificate.CertificateRep',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1596
			'Certificate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1597
			'CellRendererPane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1598
			'CellEditorListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1599
			'CellEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1600
			'CaretListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1601
			'CaretEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1602
			'Caret',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1603
			'CardLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1604
			'Canvas',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1605
			'CannotUndoException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1606
			'CannotRedoException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1607
			'CannotProceedHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1608
			'CannotProceedHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1609
			'CannotProceedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1610
			'CannotProceed',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1611
			'CallableStatement',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1612
			'Calendar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1613
			'CTX_RESTRICT_SCOPE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1614
			'CSS.Attribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1615
			'CSS',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1616
			'CRLException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1617
			'CRL',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1618
			'CRC32',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1619
			'COMM_FAILURE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1620
			'CMMException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1621
			'ByteLookupTable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1622
			'ByteHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1623
			'ByteArrayOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1624
			'ByteArrayInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1625
			'Byte',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1626
			'ButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1627
			'ButtonModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1628
			'ButtonGroup',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1629
			'Button',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1630
			'BufferedWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1631
			'BufferedReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1632
			'BufferedOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1633
			'BufferedInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1634
			'BufferedImageOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1635
			'BufferedImageFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1636
			'BufferedImage',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1637
			'BreakIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1638
			'BoxedValueHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1639
			'BoxView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1640
			'BoxLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1641
			'Box.Filler',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1642
			'Box',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1643
			'Bounds',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1644
			'BoundedRangeModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1645
			'BorderUIResource.TitledBorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1646
			'BorderUIResource.MatteBorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1647
			'BorderUIResource.LineBorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1648
			'BorderUIResource.EtchedBorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1649
			'BorderUIResource.EmptyBorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1650
			'BorderUIResource.CompoundBorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1651
			'BorderUIResource.BevelBorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1652
			'BorderUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1653
			'BorderLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1654
			'BorderFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1655
			'Border',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1656
			'BooleanSeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1657
			'BooleanSeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1658
			'BooleanHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1659
			'BooleanControl.Type',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1660
			'BooleanControl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1661
			'Boolean',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1662
			'Book',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1663
			'BlockView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1664
			'Blob',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1665
			'BitSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1666
			'BindingTypeHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1667
			'BindingTypeHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1668
			'BindingType',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1669
			'BindingListHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1670
			'BindingListHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1671
			'BindingIteratorOperations',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1672
			'BindingIteratorHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1673
			'BindingIteratorHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1674
			'BindingIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1675
			'BindingHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1676
			'BindingHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1677
			'Binding',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1678
			'BindException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1679
			'BinaryRefAddr',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1680
			'BigInteger',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1681
			'BigDecimal',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1682
			'BevelBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1683
			'Beans',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1684
			'BeanInfo',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1685
			'BeanDescriptor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1686
			'BeanContextSupport.BCSIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1687
			'BeanContextSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1688
			'BeanContextServicesSupport.BCSSServiceProvider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1689
			'BeanContextServicesSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1690
			'BeanContextServicesListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1691
			'BeanContextServices',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1692
			'BeanContextServiceRevokedListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1693
			'BeanContextServiceRevokedEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1694
			'BeanContextServiceProviderBeanInfo',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1695
			'BeanContextServiceProvider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1696
			'BeanContextServiceAvailableEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1697
			'BeanContextProxy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1698
			'BeanContextMembershipListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1699
			'BeanContextMembershipEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1700
			'BeanContextEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1701
			'BeanContextContainerProxy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1702
			'BeanContextChildSupport',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1703
			'BeanContextChildComponentProxy',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1704
			'BeanContextChild',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1705
			'BeanContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1706
			'BatchUpdateException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1707
			'BasicViewportUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1708
			'BasicTreeUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1709
			'BasicToolTipUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1710
			'BasicToolBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1711
			'BasicToolBarSeparatorUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1712
			'BasicToggleButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1713
			'BasicTextUI.BasicHighlighter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1714
			'BasicTextUI.BasicCaret',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1715
			'BasicTextUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1716
			'BasicTextPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1717
			'BasicTextFieldUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1718
			'BasicTextAreaUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1719
			'BasicTableUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1720
			'BasicTableHeaderUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1721
			'BasicTabbedPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1722
			'BasicStroke',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1723
			'BasicSplitPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1724
			'BasicSplitPaneDivider',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1725
			'BasicSliderUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1726
			'BasicSeparatorUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1727
			'BasicScrollPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1728
			'BasicScrollBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1729
			'BasicRootPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1730
			'BasicRadioButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1731
			'BasicRadioButtonMenuItemUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1732
			'BasicProgressBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1733
			'BasicPopupMenuUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1734
			'BasicPopupMenuSeparatorUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1735
			'BasicPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1736
			'BasicPasswordFieldUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1737
			'BasicPanelUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1738
			'BasicOptionPaneUI.ButtonAreaLayout',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1739
			'BasicOptionPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1740
			'BasicMenuUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1741
			'BasicMenuItemUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1742
			'BasicMenuBarUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1743
			'BasicLookAndFeel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1744
			'BasicListUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1745
			'BasicLabelUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1746
			'BasicInternalFrameUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1747
			'BasicInternalFrameTitlePane',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1748
			'BasicIconFactory',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1749
			'BasicHTML',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1750
			'BasicGraphicsUtils',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1751
			'BasicFileChooserUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1752
			'BasicEditorPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1753
			'BasicDirectoryModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1754
			'BasicDesktopPaneUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1755
			'BasicDesktopIconUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1756
			'BasicComboPopup',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1757
			'BasicComboBoxUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1758
			'BasicComboBoxRenderer.UIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1759
			'BasicComboBoxRenderer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1760
			'BasicComboBoxEditor.UIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1761
			'BasicComboBoxEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1762
			'BasicColorChooserUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1763
			'BasicCheckBoxUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1764
			'BasicCheckBoxMenuItemUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1765
			'BasicButtonUI',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1766
			'BasicButtonListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1767
			'BasicBorders.ToggleButtonBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1768
			'BasicBorders.SplitPaneBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1769
			'BasicBorders.RadioButtonBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1770
			'BasicBorders.MenuBarBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1771
			'BasicBorders.MarginBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1772
			'BasicBorders.FieldBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1773
			'BasicBorders.ButtonBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1774
			'BasicBorders',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1775
			'BasicAttributes',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1776
			'BasicAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1777
			'BasicArrowButton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1778
			'BandedSampleModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1779
			'BandCombineOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1780
			'BadLocationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1781
			'BadKind',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1782
			'BAD_TYPECODE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1783
			'BAD_POLICY_VALUE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1784
			'BAD_POLICY_TYPE',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1785
			'BAD_POLICY',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1786
			'BAD_PARAM',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1787
			'BAD_OPERATION',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1788
			'BAD_INV_ORDER',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1789
			'BAD_CONTEXT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1790
			'Autoscroll',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1791
			'Authenticator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1792
			'AuthenticationNotSupportedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1793
			'AuthenticationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1794
			'AudioSystem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1795
			'AudioPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1796
			'AudioInputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1797
			'AudioFormat.Encoding',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1798
			'AudioFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1799
			'AudioFileWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1800
			'AudioFileReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1801
			'AudioFileFormat.Type',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1802
			'AudioFileFormat',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1803
			'AudioClip',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1804
			'Attributes.Name',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1805
			'Attributes',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1806
			'AttributedString',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1807
			'AttributedCharacterIterator.Attribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1808
			'AttributedCharacterIterator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1809
			'AttributeSet.ParagraphAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1810
			'AttributeSet.FontAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1811
			'AttributeSet.ColorAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1812
			'AttributeSet.CharacterAttribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1813
			'AttributeSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1814
			'AttributeModificationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1815
			'AttributeList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1816
			'AttributeInUseException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1817
			'Attribute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1818
			'AsyncBoxView',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1819
			'Arrays',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1820
			'ArrayStoreException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1821
			'ArrayList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1822
			'ArrayIndexOutOfBoundsException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1823
			'Array',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1824
			'ArithmeticException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1825
			'AreaAveragingScaleFilter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1826
			'Area',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1827
			'Arc2D.Float',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1828
			'Arc2D.Double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1829
			'Arc2D',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1830
			'ApplicationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1831
			'AppletStub',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1832
			'AppletInitializer',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1833
			'AppletContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1834
			'Applet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1835
			'AnySeqHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1836
			'AnySeqHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1837
			'AnyHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1838
			'Any',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1839
			'Annotation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1840
			'AncestorListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1841
			'AncestorEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1842
			'AlreadyBoundHolder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1843
			'AlreadyBoundHelper',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1844
			'AlreadyBoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1845
			'AlreadyBound',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1846
			'AlphaComposite',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1847
			'AllPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1848
			'AlgorithmParametersSpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1849
			'AlgorithmParameters',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1850
			'AlgorithmParameterSpec',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1851
			'AlgorithmParameterGeneratorSpi',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1852
			'AlgorithmParameterGenerator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1853
			'AffineTransformOp',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1854
			'AffineTransform',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1855
			'Adler32',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1856
			'AdjustmentListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1857
			'AdjustmentEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1858
			'Adjustable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1859
			'ActiveEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1860
			'Activator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1861
			'ActivationSystem',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1862
			'ActivationMonitor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1863
			'ActivationInstantiator',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1864
			'ActivationID',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1865
			'ActivationGroupID',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1866
			'ActivationGroupDesc.CommandEnvironment',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1867
			'ActivationGroupDesc',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1868
			'ActivationGroup',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1869
			'ActivationException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1870
			'ActivationDesc',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1871
			'ActivateFailedException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1872
			'Activatable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1873
			'ActionMapUIResource',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1874
			'ActionMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1875
			'ActionListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1876
			'ActionEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1877
			'Action',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1878
			'AclNotFoundException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1879
			'AclEntry',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1880
			'Acl',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1881
			'AccessibleValue',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1882
			'AccessibleText',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1883
			'AccessibleTableModelChange',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1884
			'AccessibleTable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1885
			'AccessibleStateSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1886
			'AccessibleState',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1887
			'AccessibleSelection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1888
			'AccessibleRole',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1889
			'AccessibleResourceBundle',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1890
			'AccessibleRelationSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1891
			'AccessibleRelation',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1892
			'AccessibleObject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1893
			'AccessibleIcon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1894
			'AccessibleHypertext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1895
			'AccessibleHyperlink',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1896
			'AccessibleContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1897
			'AccessibleComponent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1898
			'AccessibleBundle',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1899
			'AccessibleAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1900
			'Accessible',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1901
			'AccessException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1902
			'AccessController',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1903
			'AccessControlException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1904
			'AccessControlContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1905
			'AbstractWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1906
			'AbstractUndoableEdit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1907
			'AbstractTableModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1908
			'AbstractSet',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1909
			'AbstractSequentialList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1910
			'AbstractMethodError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1911
			'AbstractMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1912
			'AbstractListModel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1913
			'AbstractList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1914
			'AbstractLayoutCache.NodeDimensions',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1915
			'AbstractLayoutCache',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1916
			'AbstractDocument.ElementEdit',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1917
			'AbstractDocument.Content',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1918
			'AbstractDocument.AttributeContext',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1919
			'AbstractDocument',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1920
			'AbstractColorChooserPanel',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1921
			'AbstractCollection',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1922
			'AbstractCellEditor',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1923
			'AbstractButton',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1924
			'AbstractBorder',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1925
			'AbstractAction',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1926
			'AWTPermission',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1927
			'AWTException',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1928
			'AWTEventMulticaster',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1929
			'AWTEventListener',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1930
			'AWTEvent',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1931
			'AWTError',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1932
			'ARG_OUT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1933
			'ARG_INOUT',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1934
			'ARG_IN'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1935
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1936
		4 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1937
			'void',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1938
			'short',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1939
			'long',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1940
			'int',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1941
			'double',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1942
			'char',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1943
			'byte',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1944
			'boolean',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1945
			'float'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1946
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1947
		5 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1948
			'toList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1949
			'subMap',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1950
			'sort',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1951
			'size',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1952
			'reverseEach',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1953
			'reverse',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1954
			'pop',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1955
			'min',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1956
			'max',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1957
			'join',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1958
			'intersect',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1959
			'inject',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1960
			'grep',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1961
			'get',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1962
			'flatten',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1963
			'findIndexOf',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1964
			'findAll',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1965
			'find',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1966
			'eachWithIndex',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1967
			'eachPropertyName',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1968
			'eachProperty',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1969
			'each',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1970
			'count',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1971
			'collect',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1972
			'asSynchronized',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1973
			'asImmutable',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1974
			'allProperties'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1975
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1976
		6 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1977
			'tokenize',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1978
			'toURL',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1979
			'toLong',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1980
			'toList',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1981
			'toCharacter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1982
			'padRight',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1983
			'padLeft',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1984
			'eachMatch',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1985
			'contains',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1986
			'center'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1987
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1988
		7 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1989
			'writeLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1990
			'write',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1991
			'withWriterAppend',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1992
			'withWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1993
			'withStreams',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1994
			'withStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1995
			'withReader',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1996
			'withPrintWriter',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1997
			'withOutputStream',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1998
			'transformLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  1999
			'transformChar',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2000
			'splitEachLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2001
			'getText',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2002
			'filterLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2003
			'encodeBase64',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2004
			'eachLines',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2005
			'eachLine',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2006
			'eachFileRecurse',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2007
			'eachFile',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2008
			'eachByte',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2009
			'append'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2010
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2011
		8 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2012
			'dump',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2013
			'inspect',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2014
			'invokeMethod',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2015
			'print',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2016
			'println',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2017
			'step',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2018
			'times',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2019
			'upto',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2020
			'use',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2021
			'getText',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2022
			'start',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2023
			'startDaemon',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2024
			'getLastMatcher'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2025
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2026
		9 => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2027
			'Sql',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2028
			'call',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2029
			'eachRow',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2030
			'execute',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2031
			'executeUpdate',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2032
			'close'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2033
			)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2034
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2035
	'SYMBOLS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2036
		'(', ')', '[', ']', '{', '}', '*', '&', '%', '!', ';', '<', '>', '?', '|', '='
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2037
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2038
	'CASE_SENSITIVE' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2039
		GESHI_COMMENTS => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2040
		1 => false,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2041
		2 => false,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2042
		3 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2043
		4 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2044
		5 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2045
		6 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2046
		7 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2047
		8 => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2048
		9 => true
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2049
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2050
	'STYLES' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2051
		'KEYWORDS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2052
			1 => 'color: #b1b100;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2053
			2 => 'color: #000000; font-weight: bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2054
			3 => 'color: #aaaadd; font-weight: bold;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2055
			4 => 'color: #993333;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2056
			5 => 'color: #663399;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2057
			6 => 'color: #CC0099;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2058
			7 => 'color: #FFCC33;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2059
			8 => 'color: #993399;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2060
			9 => 'color: #993399; font-weight: bold;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2061
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2062
		'COMMENTS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2063
			1=> 'color: #808080; font-style: italic;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2064
			2=> 'color: #a1a100;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2065
			'MULTI' => 'color: #808080; font-style: italic;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2066
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2067
		'ESCAPE_CHAR' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2068
			0 => 'color: #000099; font-weight: bold;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2069
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2070
		'BRACKETS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2071
			0 => 'color: #66cc66;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2072
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2073
		'STRINGS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2074
			0 => 'color: #ff0000;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2075
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2076
		'NUMBERS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2077
			0 => 'color: #cc66cc;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2078
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2079
		'METHODS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2080
			1 => 'color: #006600;',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2081
			2 => 'color: #006600;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2082
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2083
		'SYMBOLS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2084
			0 => 'color: #66cc66;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2085
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2086
		'SCRIPT' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2087
			),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2088
		'REGEXPS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2089
			0 => 'color: #0000ff;'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2090
			)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2091
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2092
	'URLS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2093
		1 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2094
		2 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2095
		3 => 'http://www.google.de/search?as_q={FNAME}&num=100&hl=en&as_occt=url&as_sitesearch=java.sun.com%2Fj2se%2F1.5.0%2Fdocs%2Fapi%2F',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2096
		4 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2097
		5 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2098
		6 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2099
		7 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2100
		8 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}',
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2101
		9 => 'http://www.google.de/search?q=site%3Adocs.codehaus.org/%20{FNAME}'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2102
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2103
	'OOLANG' => true,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2104
	'OBJECT_SPLITTERS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2105
		1 => '.'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2106
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2107
	'REGEXPS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2108
		0 => '\\$\\{[a-zA-Z_][a-zA-Z0-9_]*\\}'
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2109
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2110
	'STRICT_MODE_APPLIES' => GESHI_NEVER,
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2111
	'SCRIPT_DELIMITERS' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2112
		),
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2113
	'HIGHLIGHT_STRICT_BLOCK' => array(
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2114
		)
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2115
);
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2116
441963e5b07a Initial population - based on GeSHi 1.0.7.20
Dan
parents:
diff changeset
  2117
?>