ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
kotlin.php
Go to the documentation of this file.
1<?php
2/*************************************************************************************
3 * kotlin.php
4 * --------
5 * Author: Ole Sandum (oksandum@gmail.com)
6 * Copyright: (c) 2017 Ole Sandum
7 * Release Version: 1.0.9.0
8 * Date Started: 2004/07/10
9 *
10 * Kotlin language file for GeSHi.
11 *
12 * 2017/01/28
13 * - First Release
14 *
15 *************************************************************************************
16 *
17 * This file is part of GeSHi.
18 *
19 * GeSHi is free software; you can redistribute it and/or modify
20 * it under the terms of the GNU General Public License as published by
21 * the Free Software Foundation; either version 2 of the License, or
22 * (at your option) any later version.
23 *
24 * GeSHi is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * GNU General Public License for more details.
28 *
29 * You should have received a copy of the GNU General Public License
30 * along with GeSHi; if not, write to the Free Software
31 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
32 *
33 ************************************************************************************/
34
36 'LANG_NAME' => 'Kotlin',
37 'COMMENT_SINGLE' => array(1 => '//'),
38 'COMMENT_MULTI' => array('/*' => '*/'),
39 'COMMENT_REGEXP' => array(
40 //Import and Package directives (Basic Support only)
41 2 => '/(?:(?<=import[\\n\\s])|(?<=package[\\n\\s]))[\\n\\s]*([a-zA-Z0-9_]+\\.)*([a-zA-Z0-9_]+|\*)(?=[\n\s;])/i',
42 // javadoc comments
43 3 => '#/\*\*(?![\*\/]).*\*/#sU'
44 ),
45 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE,
46 'QUOTEMARKS' => array("'", '"'),
47 'ESCAPE_CHAR' => '\\',
48 'KEYWORDS' => array(
49 1 => array(
50 'fun', 'var', 'val', 'typeof', 'typealias', 'suspend',
51 'for', 'if', 'else', 'while', 'do',
52 'when', 'return', 'public', 'get', 'set',
53 'private', 'protected', 'internal', 'break', 'class', 'object',
54 'companion', 'data', 'sealed', 'open', 'operator',
55 'try', 'catch', 'finally', 'inner', 'constructor', 'init',
56 'interface', 'throw', 'final', 'external', 'this',
57 'abstract', 'is', '!is', 'as', 'as?', 'continue',
58 'default', 'enum', 'package', 'super', 'where',
59 'const', 'import', 'in', '!in', 'out', 'override',
60 'reified', 'inline', 'noinline', 'crossinline'
61 ),
62 2 => array(
63 'null', 'false', 'true'
64 ),
65 3 => array(
66 'AbstractAction', 'AbstractBorder', 'AbstractButton',
67 'AbstractCellEditor', 'AbstractCollection',
68 'AbstractColorChooserPanel', 'AbstractDocument',
69 'AbstractDocument.AttributeContext',
70 'AbstractDocument.Content',
71 'AbstractDocument.ElementEdit',
72 'AbstractLayoutCache',
73 'AbstractLayoutCache.NodeDimensions', 'AbstractList',
74 'AbstractListModel', 'AbstractMap',
75 'AbstractMethodError', 'AbstractSequentialList',
76 'AbstractSet', 'AbstractTableModel',
77 'AbstractUndoableEdit', 'AbstractWriter',
78 'AccessControlContext', 'AccessControlException',
79 'AccessController', 'AccessException', 'Accessible',
80 'AccessibleAction', 'AccessibleBundle',
81 'AccessibleComponent', 'AccessibleContext',
82 'AccessibleHyperlink', 'AccessibleHypertext',
83 'AccessibleIcon', 'AccessibleObject',
84 'AccessibleRelation', 'AccessibleRelationSet',
85 'AccessibleResourceBundle', 'AccessibleRole',
86 'AccessibleSelection', 'AccessibleState',
87 'AccessibleStateSet', 'AccessibleTable',
88 'AccessibleTableModelChange', 'AccessibleText',
89 'AccessibleValue', 'Acl', 'AclEntry',
90 'AclNotFoundException', 'Action', 'ActionEvent',
91 'ActionListener', 'ActionMap', 'ActionMapUIResource',
92 'Activatable', 'ActivateFailedException',
93 'ActivationDesc', 'ActivationException',
94 'ActivationGroup', 'ActivationGroupDesc',
95 'ActivationGroupDesc.CommandEnvironment',
96 'ActivationGroupID', 'ActivationID',
97 'ActivationInstantiator', 'ActivationMonitor',
98 'ActivationSystem', 'Activator', 'ActiveEvent',
99 'Adjustable', 'AdjustmentEvent',
100 'AdjustmentListener', 'Adler32', 'AffineTransform',
101 'AffineTransformOp', 'AlgorithmParameterGenerator',
102 'AlgorithmParameterGeneratorSpi',
103 'AlgorithmParameters', 'AlgorithmParameterSpec',
104 'AlgorithmParametersSpi', 'AllPermission',
105 'AlphaComposite', 'AlreadyBound',
106 'AlreadyBoundException', 'AlreadyBoundHelper',
107 'AlreadyBoundHolder', 'AncestorEvent',
108 'AncestorListener', 'Annotation', 'AnyHolder',
109 'AnySeqHelper', 'AnySeqHolder', 'Applet',
110 'AppletContext', 'AppletInitializer', 'AppletStub',
111 'ApplicationException', 'Arc2D', 'Arc2D.Double',
112 'Arc2D.Float', 'Area', 'AreaAveragingScaleFilter',
113 'ARG_IN', 'ARG_INOUT', 'ARG_OUT',
114 'ArithmeticException', 'Array',
115 'ArrayIndexOutOfBoundsException', 'ArrayList',
116 'Arrays', 'ArrayStoreException', 'AsyncBoxView',
117 'Attribute', 'AttributedCharacterIterator',
118 'AttributedCharacterIterator.Attribute',
119 'AttributedString', 'AttributeInUseException',
120 'AttributeList', 'AttributeModificationException',
121 'Attributes', 'Attributes.Name', 'AttributeSet',
122 'AttributeSet.CharacterAttribute',
123 'AttributeSet.ColorAttribute',
124 'AttributeSet.FontAttribute',
125 'AttributeSet.ParagraphAttribute', 'AudioClip',
126 'AudioFileFormat', 'AudioFileFormat.Type',
127 'AudioFileReader', 'AudioFileWriter', 'AudioFormat',
128 'AudioFormat.Encoding', 'AudioInputStream',
129 'AudioPermission', 'AudioSystem',
130 'AuthenticationException',
131 'AuthenticationNotSupportedException',
132 'Authenticator', 'Autoscroll', 'AWTError',
133 'AWTEvent', 'AWTEventListener',
134 'AWTEventMulticaster', 'AWTException',
135 'AWTPermission', 'BadKind', 'BadLocationException',
136 'BAD_CONTEXT', 'BAD_INV_ORDER', 'BAD_OPERATION',
137 'BAD_PARAM', 'BAD_POLICY', 'BAD_POLICY_TYPE',
138 'BAD_POLICY_VALUE', 'BAD_TYPECODE', 'BandCombineOp',
139 'BandedSampleModel', 'BasicArrowButton',
140 'BasicAttribute', 'BasicAttributes', 'BasicBorders',
141 'BasicBorders.ButtonBorder',
142 'BasicBorders.FieldBorder',
143 'BasicBorders.MarginBorder',
144 'BasicBorders.MenuBarBorder',
145 'BasicBorders.RadioButtonBorder',
146 'BasicBorders.SplitPaneBorder',
147 'BasicBorders.ToggleButtonBorder',
148 'BasicButtonListener', 'BasicButtonUI',
149 'BasicCheckBoxMenuItemUI', 'BasicCheckBoxUI',
150 'BasicColorChooserUI', 'BasicComboBoxEditor',
151 'BasicComboBoxEditor.UIResource',
152 'BasicComboBoxRenderer',
153 'BasicComboBoxRenderer.UIResource',
154 'BasicComboBoxUI', 'BasicComboPopup',
155 'BasicDesktopIconUI', 'BasicDesktopPaneUI',
156 'BasicDirectoryModel', 'BasicEditorPaneUI',
157 'BasicFileChooserUI', 'BasicGraphicsUtils',
158 'BasicHTML', 'BasicIconFactory',
159 'BasicInternalFrameTitlePane',
160 'BasicInternalFrameUI', 'BasicLabelUI',
161 'BasicListUI', 'BasicLookAndFeel', 'BasicMenuBarUI',
162 'BasicMenuItemUI', 'BasicMenuUI',
163 'BasicOptionPaneUI',
164 'BasicOptionPaneUI.ButtonAreaLayout', 'BasicPanelUI',
165 'BasicPasswordFieldUI', 'BasicPermission',
166 'BasicPopupMenuSeparatorUI', 'BasicPopupMenuUI',
167 'BasicProgressBarUI', 'BasicRadioButtonMenuItemUI',
168 'BasicRadioButtonUI', 'BasicRootPaneUI',
169 'BasicScrollBarUI', 'BasicScrollPaneUI',
170 'BasicSeparatorUI', 'BasicSliderUI',
171 'BasicSplitPaneDivider', 'BasicSplitPaneUI',
172 'BasicStroke', 'BasicTabbedPaneUI',
173 'BasicTableHeaderUI', 'BasicTableUI',
174 'BasicTextAreaUI', 'BasicTextFieldUI',
175 'BasicTextPaneUI', 'BasicTextUI',
176 'BasicTextUI.BasicCaret',
177 'BasicTextUI.BasicHighlighter',
178 'BasicToggleButtonUI', 'BasicToolBarSeparatorUI',
179 'BasicToolBarUI', 'BasicToolTipUI', 'BasicTreeUI',
180 'BasicViewportUI', 'BatchUpdateException',
181 'BeanContext', 'BeanContextChild',
182 'BeanContextChildComponentProxy',
183 'BeanContextChildSupport',
184 'BeanContextContainerProxy', 'BeanContextEvent',
185 'BeanContextMembershipEvent',
186 'BeanContextMembershipListener', 'BeanContextProxy',
187 'BeanContextServiceAvailableEvent',
188 'BeanContextServiceProvider',
189 'BeanContextServiceProviderBeanInfo',
190 'BeanContextServiceRevokedEvent',
191 'BeanContextServiceRevokedListener',
192 'BeanContextServices', 'BeanContextServicesListener',
193 'BeanContextServicesSupport',
194 'BeanContextServicesSupport.BCSSServiceProvider',
195 'BeanContextSupport',
196 'BeanContextSupport.BCSIterator', 'BeanDescriptor',
197 'BeanInfo', 'Beans', 'BevelBorder', 'BigDecimal',
198 'BigInteger', 'BinaryRefAddr', 'BindException',
199 'Binding', 'BindingHelper', 'BindingHolder',
200 'BindingIterator', 'BindingIteratorHelper',
201 'BindingIteratorHolder', 'BindingIteratorOperations',
202 'BindingListHelper', 'BindingListHolder',
203 'BindingType', 'BindingTypeHelper',
204 'BindingTypeHolder', 'BitSet', 'Blob', 'BlockView',
205 'Book', 'BooleanControl',
206 'BooleanControl.Type', 'BooleanHolder',
207 'BooleanSeqHelper', 'BooleanSeqHolder', 'Border',
208 'BorderFactory', 'BorderLayout', 'BorderUIResource',
209 'BorderUIResource.BevelBorderUIResource',
210 'BorderUIResource.CompoundBorderUIResource',
211 'BorderUIResource.EmptyBorderUIResource',
212 'BorderUIResource.EtchedBorderUIResource',
213 'BorderUIResource.LineBorderUIResource',
214 'BorderUIResource.MatteBorderUIResource',
215 'BorderUIResource.TitledBorderUIResource',
216 'BoundedRangeModel', 'Bounds', 'Box', 'Box.Filler',
217 'BoxedValueHelper', 'BoxLayout', 'BoxView',
218 'BreakIterator', 'BufferedImage',
219 'BufferedImageFilter', 'BufferedImageOp',
220 'BufferedInputStream', 'BufferedOutputStream',
221 'BufferedReader', 'BufferedWriter', 'Button',
222 'ButtonGroup', 'ButtonModel', 'ButtonUI',
223 'ByteArrayInputStream', 'ByteArrayOutputStream',
224 'ByteHolder', 'ByteLookupTable', 'Calendar',
225 'CallableStatement', 'CannotProceed',
226 'CannotProceedException', 'CannotProceedHelper',
227 'CannotProceedHolder', 'CannotRedoException',
228 'CannotUndoException', 'Canvas', 'CardLayout',
229 'Caret', 'CaretEvent', 'CaretListener', 'CellEditor',
230 'CellEditorListener', 'CellRendererPane',
231 'Certificate', 'Certificate.CertificateRep',
232 'CertificateEncodingException',
233 'CertificateException',
234 'CertificateExpiredException', 'CertificateFactory',
235 'CertificateFactorySpi',
236 'CertificateNotYetValidException',
237 'CertificateParsingException',
238 'ChangedCharSetException', 'ChangeEvent',
239 'ChangeListener', 'Character', 'Character.Subset',
240 'Character.UnicodeBlock', 'CharacterIterator',
241 'CharArrayReader', 'CharArrayWriter',
242 'CharConversionException', 'CharHolder',
243 'CharSeqHelper', 'CharSeqHolder', 'Checkbox',
244 'CheckboxGroup', 'CheckboxMenuItem',
245 'CheckedInputStream', 'CheckedOutputStream',
246 'Checksum', 'Choice', 'ChoiceFormat', 'Class',
247 'ClassCastException', 'ClassCircularityError',
248 'ClassDesc', 'ClassFormatError', 'ClassLoader',
249 'ClassNotFoundException', 'Clip', 'Clipboard',
250 'ClipboardOwner', 'Clob', 'Cloneable',
251 'CloneNotSupportedException', 'CMMException',
252 'CodeSource', 'CollationElementIterator',
253 'CollationKey', 'Collator', 'Collection',
254 'Collections', 'Color',
255 'ColorChooserComponentFactory', 'ColorChooserUI',
256 'ColorConvertOp', 'ColorModel',
257 'ColorSelectionModel', 'ColorSpace',
258 'ColorUIResource', 'ComboBoxEditor', 'ComboBoxModel',
259 'ComboBoxUI', 'ComboPopup', 'CommunicationException',
260 'COMM_FAILURE', 'Comparable', 'Comparator',
261 'Compiler', 'CompletionStatus',
262 'CompletionStatusHelper', 'Component',
263 'ComponentAdapter', 'ComponentColorModel',
264 'ComponentEvent', 'ComponentInputMap',
265 'ComponentInputMapUIResource', 'ComponentListener',
266 'ComponentOrientation', 'ComponentSampleModel',
267 'ComponentUI', 'ComponentView', 'Composite',
268 'CompositeContext', 'CompositeName', 'CompositeView',
269 'CompoundBorder', 'CompoundControl',
270 'CompoundControl.Type', 'CompoundEdit',
271 'CompoundName', 'ConcurrentModificationException',
272 'ConfigurationException', 'ConnectException',
273 'ConnectIOException', 'Connection', 'Constructor', 'Container',
274 'ContainerAdapter', 'ContainerEvent',
275 'ContainerListener', 'ContentHandler',
276 'ContentHandlerFactory', 'ContentModel', 'Context',
277 'ContextList', 'ContextNotEmptyException',
278 'ContextualRenderedImageFactory', 'Control',
279 'Control.Type', 'ControlFactory',
280 'ControllerEventListener', 'ConvolveOp', 'CRC32',
281 'CRL', 'CRLException', 'CropImageFilter', 'CSS',
282 'CSS.Attribute', 'CTX_RESTRICT_SCOPE',
283 'CubicCurve2D', 'CubicCurve2D.Double',
284 'CubicCurve2D.Float', 'Current', 'CurrentHelper',
285 'CurrentHolder', 'CurrentOperations', 'Cursor',
286 'Customizer', 'CustomMarshal', 'CustomValue',
287 'DatabaseMetaData', 'DataBuffer', 'DataBufferByte',
288 'DataBufferInt', 'DataBufferShort',
289 'DataBufferUShort', 'DataFlavor',
290 'DataFormatException', 'DatagramPacket',
291 'DatagramSocket', 'DatagramSocketImpl',
292 'DatagramSocketImplFactory', 'DataInput',
293 'DataInputStream', 'DataLine', 'DataLine.Info',
294 'DataOutput', 'DataOutputStream',
295 'DataTruncation', 'DATA_CONVERSION', 'Date',
296 'DateFormat', 'DateFormatSymbols', 'DebugGraphics',
297 'DecimalFormat', 'DecimalFormatSymbols',
298 'DefaultBoundedRangeModel', 'DefaultButtonModel',
299 'DefaultCaret', 'DefaultCellEditor',
300 'DefaultColorSelectionModel', 'DefaultComboBoxModel',
301 'DefaultDesktopManager', 'DefaultEditorKit',
302 'DefaultEditorKit.BeepAction',
303 'DefaultEditorKit.CopyAction',
304 'DefaultEditorKit.CutAction',
305 'DefaultEditorKit.DefaultKeyTypedAction',
306 'DefaultEditorKit.InsertBreakAction',
307 'DefaultEditorKit.InsertContentAction',
308 'DefaultEditorKit.InsertTabAction',
309 'DefaultEditorKit.PasteAction,',
310 'DefaultFocusManager', 'DefaultHighlighter',
311 'DefaultHighlighter.DefaultHighlightPainter',
312 'DefaultListCellRenderer',
313 'DefaultListCellRenderer.UIResource',
314 'DefaultListModel', 'DefaultListSelectionModel',
315 'DefaultMenuLayout', 'DefaultMetalTheme',
316 'DefaultMutableTreeNode',
317 'DefaultSingleSelectionModel',
318 'DefaultStyledDocument',
319 'DefaultStyledDocument.AttributeUndoableEdit',
320 'DefaultStyledDocument.ElementSpec',
321 'DefaultTableCellRenderer',
322 'DefaultTableCellRenderer.UIResource',
323 'DefaultTableColumnModel', 'DefaultTableModel',
324 'DefaultTextUI', 'DefaultTreeCellEditor',
325 'DefaultTreeCellRenderer', 'DefaultTreeModel',
326 'DefaultTreeSelectionModel', 'DefinitionKind',
327 'DefinitionKindHelper', 'Deflater',
328 'DeflaterOutputStream', 'Delegate', 'DesignMode',
329 'DesktopIconUI', 'DesktopManager', 'DesktopPaneUI',
330 'DGC', 'Dialog', 'Dictionary', 'DigestException',
331 'DigestInputStream', 'DigestOutputStream',
332 'Dimension', 'Dimension2D', 'DimensionUIResource',
333 'DirContext', 'DirectColorModel', 'DirectoryManager',
334 'DirObjectFactory', 'DirStateFactory',
335 'DirStateFactory.Result', 'DnDConstants', 'Document',
336 'DocumentEvent', 'DocumentEvent.ElementChange',
337 'DocumentEvent.EventType', 'DocumentListener',
338 'DocumentParser', 'DomainCombiner', 'DomainManager',
339 'DomainManagerOperations', 'DoubleHolder',
340 'DoubleSeqHelper', 'DoubleSeqHolder',
341 'DragGestureEvent', 'DragGestureListener',
342 'DragGestureRecognizer', 'DragSource',
343 'DragSourceContext', 'DragSourceDragEvent',
344 'DragSourceDropEvent', 'DragSourceEvent',
345 'DragSourceListener', 'Driver', 'DriverManager',
346 'DriverPropertyInfo', 'DropTarget',
347 'DropTarget.DropTargetAutoScroller',
348 'DropTargetContext', 'DropTargetDragEvent',
349 'DropTargetDropEvent', 'DropTargetEvent',
350 'DropTargetListener', 'DSAKey',
351 'DSAKeyPairGenerator', 'DSAParameterSpec',
352 'DSAParams', 'DSAPrivateKey', 'DSAPrivateKeySpec',
353 'DSAPublicKey', 'DSAPublicKeySpec', 'DTD',
354 'DTDConstants', 'DynamicImplementation', 'DynAny',
355 'DynArray', 'DynEnum', 'DynFixed', 'DynSequence',
356 'DynStruct', 'DynUnion', 'DynValue', 'EditorKit',
357 'Element', 'ElementIterator', 'Ellipse2D',
358 'Ellipse2D.Double', 'Ellipse2D.Float', 'EmptyBorder',
359 'EmptyStackException', 'EncodedKeySpec', 'Entity',
360 'EnumControl', 'EnumControl.Type', 'Enumeration',
361 'Environment', 'EOFException', 'Error',
362 'EtchedBorder', 'Event', 'EventContext',
363 'EventDirContext', 'EventListener',
364 'EventListenerList', 'EventObject', 'EventQueue',
365 'EventSetDescriptor', 'Exception',
366 'ExceptionInInitializerError', 'ExceptionList',
367 'ExpandVetoException', 'ExportException',
368 'ExtendedRequest', 'ExtendedResponse',
369 'Externalizable', 'FeatureDescriptor', 'Field',
370 'FieldNameHelper', 'FieldPosition', 'FieldView',
371 'File', 'FileChooserUI', 'FileDescriptor',
372 'FileDialog', 'FileFilter',
373 'FileInputStream', 'FilenameFilter', 'FileNameMap',
374 'FileNotFoundException', 'FileOutputStream',
375 'FilePermission', 'FileReader', 'FileSystemView',
376 'FileView', 'FileWriter', 'FilteredImageSource',
377 'FilterInputStream', 'FilterOutputStream',
378 'FilterReader', 'FilterWriter',
379 'FixedHeightLayoutCache', 'FixedHolder',
380 'FlatteningPathIterator', 'FlavorMap',
381 'FloatControl', 'FloatControl.Type', 'FloatHolder',
382 'FloatSeqHelper', 'FloatSeqHolder', 'FlowLayout',
383 'FlowView', 'FlowView.FlowStrategy', 'FocusAdapter',
384 'FocusEvent', 'FocusListener', 'FocusManager',
385 'Font', 'FontFormatException', 'FontMetrics',
386 'FontRenderContext', 'FontUIResource', 'Format',
387 'FormatConversionProvider', 'FormView', 'Frame',
388 'FREE_MEM', 'GapContent', 'GeneralPath',
389 'GeneralSecurityException', 'GlyphJustificationInfo',
390 'GlyphMetrics', 'GlyphVector', 'GlyphView',
391 'GlyphView.GlyphPainter', 'GradientPaint',
392 'GraphicAttribute', 'Graphics', 'Graphics2D',
393 'GraphicsConfigTemplate', 'GraphicsConfiguration',
394 'GraphicsDevice', 'GraphicsEnvironment',
395 'GrayFilter', 'GregorianCalendar',
396 'GridBagConstraints', 'GridBagLayout', 'GridLayout',
397 'Group', 'Guard', 'GuardedObject', 'GZIPInputStream',
398 'GZIPOutputStream', 'HasControls', 'HashMap',
399 'HashSet', 'Hashtable', 'HierarchyBoundsAdapter',
400 'HierarchyBoundsListener', 'HierarchyEvent',
401 'HierarchyListener', 'Highlighter',
402 'Highlighter.Highlight',
403 'Highlighter.HighlightPainter', 'HTML',
404 'HTML.Attribute', 'HTML.Tag', 'HTML.UnknownTag',
405 'HTMLDocument', 'HTMLDocument.Iterator',
406 'HTMLEditorKit', 'HTMLEditorKit.HTMLFactory',
407 'HTMLEditorKit.HTMLTextAction',
408 'HTMLEditorKit.InsertHTMLTextAction',
409 'HTMLEditorKit.LinkController',
410 'HTMLEditorKit.Parser',
411 'HTMLEditorKit.ParserCallback',
412 'HTMLFrameHyperlinkEvent', 'HTMLWriter',
413 'HttpURLConnection', 'HyperlinkEvent',
414 'HyperlinkEvent.EventType', 'HyperlinkListener',
415 'ICC_ColorSpace', 'ICC_Profile', 'ICC_ProfileGray',
416 'ICC_ProfileRGB', 'Icon', 'IconUIResource',
417 'IconView', 'IdentifierHelper', 'Identity',
418 'IdentityScope', 'IDLEntity', 'IDLType',
419 'IDLTypeHelper', 'IDLTypeOperations',
420 'IllegalAccessError', 'IllegalAccessException',
421 'IllegalArgumentException',
422 'IllegalComponentStateException',
423 'IllegalMonitorStateException',
424 'IllegalPathStateException', 'IllegalStateException',
425 'IllegalThreadStateException', 'Image',
426 'ImageConsumer', 'ImageFilter',
427 'ImageGraphicAttribute', 'ImageIcon',
428 'ImageObserver', 'ImageProducer',
429 'ImagingOpException', 'IMP_LIMIT',
430 'IncompatibleClassChangeError',
431 'InconsistentTypeCode', 'IndexColorModel',
432 'IndexedPropertyDescriptor',
433 'IndexOutOfBoundsException', 'IndirectionException',
434 'InetAddress', 'Inflater', 'InflaterInputStream',
435 'InheritableThreadLocal', 'InitialContext',
436 'InitialContextFactory',
437 'InitialContextFactoryBuilder', 'InitialDirContext',
438 'INITIALIZE', 'Initializer', 'InitialLdapContext',
439 'InlineView', 'InputContext', 'InputEvent',
440 'InputMap', 'InputMapUIResource', 'InputMethod',
441 'InputMethodContext', 'InputMethodDescriptor',
442 'InputMethodEvent', 'InputMethodHighlight',
443 'InputMethodListener', 'InputMethodRequests',
444 'InputStream',
445 'InputStreamReader', 'InputSubset', 'InputVerifier',
446 'Insets', 'InsetsUIResource', 'InstantiationError',
447 'InstantiationException', 'Instrument',
448 'InsufficientResourcesException', 'Integer',
449 'INTERNAL', 'InternalError', 'InternalFrameAdapter',
450 'InternalFrameEvent', 'InternalFrameListener',
451 'InternalFrameUI', 'InterruptedException',
452 'InterruptedIOException',
453 'InterruptedNamingException', 'INTF_REPOS',
454 'IntHolder', 'IntrospectionException',
455 'Introspector', 'Invalid',
456 'InvalidAlgorithmParameterException',
457 'InvalidAttributeIdentifierException',
458 'InvalidAttributesException',
459 'InvalidAttributeValueException',
460 'InvalidClassException',
461 'InvalidDnDOperationException',
462 'InvalidKeyException', 'InvalidKeySpecException',
463 'InvalidMidiDataException', 'InvalidName',
464 'InvalidNameException',
465 'InvalidNameHelper', 'InvalidNameHolder',
466 'InvalidObjectException',
467 'InvalidParameterException',
468 'InvalidParameterSpecException',
469 'InvalidSearchControlsException',
470 'InvalidSearchFilterException', 'InvalidSeq',
471 'InvalidTransactionException', 'InvalidValue',
472 'INVALID_TRANSACTION', 'InvocationEvent',
473 'InvocationHandler', 'InvocationTargetException',
474 'InvokeHandler', 'INV_FLAG', 'INV_IDENT',
475 'INV_OBJREF', 'INV_POLICY', 'IOException',
476 'IRObject', 'IRObjectOperations', 'IstringHelper',
477 'ItemEvent', 'ItemListener', 'ItemSelectable',
478 'Iterator', 'JApplet', 'JarEntry', 'JarException',
479 'JarFile', 'JarInputStream', 'JarOutputStream',
480 'JarURLConnection', 'JButton', 'JCheckBox',
481 'JCheckBoxMenuItem', 'JColorChooser', 'JComboBox',
482 'JComboBox.KeySelectionManager', 'JComponent',
483 'JDesktopPane', 'JDialog', 'JEditorPane',
484 'JFileChooser', 'JFrame', 'JInternalFrame',
485 'JInternalFrame.JDesktopIcon', 'JLabel',
486 'JLayeredPane', 'JList', 'JMenu', 'JMenuBar',
487 'JMenuItem', 'JobAttributes',
488 'JobAttributes.DefaultSelectionType',
489 'JobAttributes.DestinationType',
490 'JobAttributes.DialogType',
491 'JobAttributes.MultipleDocumentHandlingType',
492 'JobAttributes.SidesType', 'JOptionPane', 'JPanel',
493 'JPasswordField', 'JPopupMenu',
494 'JPopupMenu.Separator', 'JProgressBar',
495 'JRadioButton', 'JRadioButtonMenuItem', 'JRootPane',
496 'JScrollBar', 'JScrollPane', 'JSeparator', 'JSlider',
497 'JSplitPane', 'JTabbedPane', 'JTable',
498 'JTableHeader', 'JTextArea', 'JTextComponent',
499 'JTextComponent.KeyBinding', 'JTextField',
500 'JTextPane', 'JToggleButton',
501 'JToggleButton.ToggleButtonModel', 'JToolBar',
502 'JToolBar.Separator', 'JToolTip', 'JTree',
503 'JTree.DynamicUtilTreeNode',
504 'JTree.EmptySelectionModel', 'JViewport', 'JWindow',
505 'Kernel', 'Key', 'KeyAdapter', 'KeyEvent',
506 'KeyException', 'KeyFactory', 'KeyFactorySpi',
507 'KeyListener', 'KeyManagementException', 'Keymap',
508 'KeyPair', 'KeyPairGenerator', 'KeyPairGeneratorSpi',
509 'KeySpec', 'KeyStore', 'KeyStoreException',
510 'KeyStoreSpi', 'KeyStroke', 'Label', 'LabelUI',
511 'LabelView', 'LastOwnerException',
512 'LayeredHighlighter',
513 'LayeredHighlighter.LayerPainter', 'LayoutManager',
514 'LayoutManager2', 'LayoutQueue', 'LdapContext',
515 'LdapReferralException', 'Lease',
516 'LimitExceededException', 'Line', 'Line.Info',
517 'Line2D', 'Line2D.Double', 'Line2D.Float',
518 'LineBorder', 'LineBreakMeasurer', 'LineEvent',
519 'LineEvent.Type', 'LineListener', 'LineMetrics',
520 'LineNumberInputStream', 'LineNumberReader',
521 'LineUnavailableException', 'LinkageError',
522 'LinkedList', 'LinkException', 'LinkLoopException',
523 'LinkRef', 'List', 'ListCellRenderer',
524 'ListDataEvent', 'ListDataListener', 'ListIterator',
525 'ListModel', 'ListResourceBundle',
526 'ListSelectionEvent', 'ListSelectionListener',
527 'ListSelectionModel', 'ListUI', 'ListView',
528 'LoaderHandler', 'Locale', 'LocateRegistry',
529 'LogStream', 'LongHolder',
530 'LongLongSeqHelper', 'LongLongSeqHolder',
531 'LongSeqHelper', 'LongSeqHolder', 'LookAndFeel',
532 'LookupOp', 'LookupTable', 'MalformedLinkException',
533 'MalformedURLException', 'Manifest', 'Map',
534 'Map.Entry', 'MARSHAL', 'MarshalException',
535 'MarshalledObject', 'Math', 'MatteBorder',
536 'MediaTracker', 'Member', 'MemoryImageSource',
537 'Menu', 'MenuBar', 'MenuBarUI', 'MenuComponent',
538 'MenuContainer', 'MenuDragMouseEvent',
539 'MenuDragMouseListener', 'MenuElement', 'MenuEvent',
540 'MenuItem', 'MenuItemUI', 'MenuKeyEvent',
541 'MenuKeyListener', 'MenuListener',
542 'MenuSelectionManager', 'MenuShortcut',
543 'MessageDigest', 'MessageDigestSpi', 'MessageFormat',
544 'MetaEventListener', 'MetalBorders',
545 'MetalBorders.ButtonBorder',
546 'MetalBorders.Flush3DBorder',
547 'MetalBorders.InternalFrameBorder',
548 'MetalBorders.MenuBarBorder',
549 'MetalBorders.MenuItemBorder',
550 'MetalBorders.OptionDialogBorder',
551 'MetalBorders.PaletteBorder',
552 'MetalBorders.PopupMenuBorder',
553 'MetalBorders.RolloverButtonBorder',
554 'MetalBorders.ScrollPaneBorder',
555 'MetalBorders.TableHeaderBorder',
556 'MetalBorders.TextFieldBorder',
557 'MetalBorders.ToggleButtonBorder',
558 'MetalBorders.ToolBarBorder', 'MetalButtonUI',
559 'MetalCheckBoxIcon', 'MetalCheckBoxUI',
560 'MetalComboBoxButton', 'MetalComboBoxEditor',
561 'MetalComboBoxEditor.UIResource',
562 'MetalComboBoxIcon', 'MetalComboBoxUI',
563 'MetalDesktopIconUI', 'MetalFileChooserUI',
564 'MetalIconFactory', 'MetalIconFactory.FileIcon16',
565 'MetalIconFactory.FolderIcon16',
566 'MetalIconFactory.PaletteCloseIcon',
567 'MetalIconFactory.TreeControlIcon',
568 'MetalIconFactory.TreeFolderIcon',
569 'MetalIconFactory.TreeLeafIcon',
570 'MetalInternalFrameTitlePane',
571 'MetalInternalFrameUI', 'MetalLabelUI',
572 'MetalLookAndFeel', 'MetalPopupMenuSeparatorUI',
573 'MetalProgressBarUI', 'MetalRadioButtonUI',
574 'MetalScrollBarUI', 'MetalScrollButton',
575 'MetalScrollPaneUI', 'MetalSeparatorUI',
576 'MetalSliderUI', 'MetalSplitPaneUI',
577 'MetalTabbedPaneUI', 'MetalTextFieldUI',
578 'MetalTheme', 'MetalToggleButtonUI',
579 'MetalToolBarUI', 'MetalToolTipUI', 'MetalTreeUI',
580 'MetaMessage', 'Method', 'MethodDescriptor',
581 'MidiChannel', 'MidiDevice', 'MidiDevice.Info',
582 'MidiDeviceProvider', 'MidiEvent', 'MidiFileFormat',
583 'MidiFileReader', 'MidiFileWriter', 'MidiMessage',
584 'MidiSystem', 'MidiUnavailableException',
585 'MimeTypeParseException', 'MinimalHTMLWriter',
586 'MissingResourceException', 'Mixer', 'Mixer.Info',
587 'MixerProvider', 'ModificationItem', 'Modifier',
588 'MouseAdapter', 'MouseDragGestureRecognizer',
589 'MouseEvent', 'MouseInputAdapter',
590 'MouseInputListener', 'MouseListener',
591 'MouseMotionAdapter', 'MouseMotionListener',
592 'MultiButtonUI', 'MulticastSocket',
593 'MultiColorChooserUI', 'MultiComboBoxUI',
594 'MultiDesktopIconUI', 'MultiDesktopPaneUI',
595 'MultiFileChooserUI', 'MultiInternalFrameUI',
596 'MultiLabelUI', 'MultiListUI', 'MultiLookAndFeel',
597 'MultiMenuBarUI', 'MultiMenuItemUI',
598 'MultiOptionPaneUI', 'MultiPanelUI',
599 'MultiPixelPackedSampleModel', 'MultipleMaster',
600 'MultiPopupMenuUI', 'MultiProgressBarUI',
601 'MultiScrollBarUI', 'MultiScrollPaneUI',
602 'MultiSeparatorUI', 'MultiSliderUI',
603 'MultiSplitPaneUI', 'MultiTabbedPaneUI',
604 'MultiTableHeaderUI', 'MultiTableUI', 'MultiTextUI',
605 'MultiToolBarUI', 'MultiToolTipUI', 'MultiTreeUI',
606 'MultiViewportUI', 'MutableAttributeSet',
607 'MutableComboBoxModel', 'MutableTreeNode', 'Name',
608 'NameAlreadyBoundException', 'NameClassPair',
609 'NameComponent', 'NameComponentHelper',
610 'NameComponentHolder', 'NamedValue', 'NameHelper',
611 'NameHolder', 'NameNotFoundException', 'NameParser',
612 'NamespaceChangeListener', 'NameValuePair',
613 'NameValuePairHelper', 'Naming', 'NamingContext',
614 'NamingContextHelper', 'NamingContextHolder',
615 'NamingContextOperations', 'NamingEnumeration',
616 'NamingEvent', 'NamingException',
617 'NamingExceptionEvent', 'NamingListener',
618 'NamingManager', 'NamingSecurityException',
619 'NegativeArraySizeException', 'NetPermission',
620 'NoClassDefFoundError', 'NoInitialContextException',
621 'NoninvertibleTransformException',
622 'NoPermissionException', 'NoRouteToHostException',
623 'NoSuchAlgorithmException',
624 'NoSuchAttributeException', 'NoSuchElementException',
625 'NoSuchFieldError', 'NoSuchFieldException',
626 'NoSuchMethodError', 'NoSuchMethodException',
627 'NoSuchObjectException', 'NoSuchProviderException',
628 'NotActiveException', 'NotBoundException',
629 'NotContextException', 'NotEmpty', 'NotEmptyHelper',
630 'NotEmptyHolder', 'NotFound', 'NotFoundHelper',
631 'NotFoundHolder', 'NotFoundReason',
632 'NotFoundReasonHelper', 'NotFoundReasonHolder',
633 'NotOwnerException', 'NotSerializableException',
634 'NO_IMPLEMENT', 'NO_MEMORY', 'NO_PERMISSION',
635 'NO_RESOURCES', 'NO_RESPONSE',
636 'NullPointerException', 'Number', 'NumberFormat',
637 'NumberFormatException', 'NVList', 'Object',
638 'ObjectChangeListener', 'ObjectFactory',
639 'ObjectFactoryBuilder', 'ObjectHelper',
640 'ObjectHolder', 'ObjectImpl',
641 'ObjectInput', 'ObjectInputStream',
642 'ObjectInputStream.GetField',
643 'ObjectInputValidation', 'ObjectOutput',
644 'ObjectOutputStream', 'ObjectOutputStream.PutField',
645 'ObjectStreamClass', 'ObjectStreamConstants',
646 'ObjectStreamException', 'ObjectStreamField',
647 'ObjectView', 'OBJECT_NOT_EXIST', 'ObjID',
648 'OBJ_ADAPTER', 'Observable', 'Observer',
649 'OctetSeqHelper', 'OctetSeqHolder', 'OMGVMCID',
650 'OpenType', 'Operation',
651 'OperationNotSupportedException', 'Option',
652 'OptionalDataException', 'OptionPaneUI', 'ORB',
653 'OutOfMemoryError', 'OutputStream',
654 'OutputStreamWriter', 'OverlayLayout', 'Owner',
655 'Package', 'PackedColorModel', 'Pageable',
656 'PageAttributes', 'PageAttributes.ColorType',
657 'PageAttributes.MediaType',
658 'PageAttributes.OrientationRequestedType',
659 'PageAttributes.OriginType',
660 'PageAttributes.PrintQualityType', 'PageFormat',
661 'Paint', 'PaintContext', 'PaintEvent', 'Panel',
662 'PanelUI', 'Paper', 'ParagraphView',
663 'ParameterBlock', 'ParameterDescriptor',
664 'ParseException', 'ParsePosition', 'Parser',
665 'ParserDelegator', 'PartialResultException',
666 'PasswordAuthentication', 'PasswordView', 'Patch',
667 'PathIterator', 'Permission',
668 'PermissionCollection', 'Permissions',
669 'PERSIST_STORE', 'PhantomReference',
670 'PipedInputStream', 'PipedOutputStream',
671 'PipedReader', 'PipedWriter', 'PixelGrabber',
672 'PixelInterleavedSampleModel', 'PKCS8EncodedKeySpec',
673 'PlainDocument', 'PlainView', 'Point', 'Point2D',
674 'Point2D.Double', 'Point2D.Float', 'Policy',
675 'PolicyError', 'PolicyHelper',
676 'PolicyHolder', 'PolicyListHelper',
677 'PolicyListHolder', 'PolicyOperations',
678 'PolicyTypeHelper', 'Polygon', 'PopupMenu',
679 'PopupMenuEvent', 'PopupMenuListener', 'PopupMenuUI',
680 'Port', 'Port.Info', 'PortableRemoteObject',
681 'PortableRemoteObjectDelegate', 'Position',
682 'Position.Bias', 'PreparedStatement', 'Principal',
683 'PrincipalHolder', 'Printable',
684 'PrinterAbortException', 'PrinterException',
685 'PrinterGraphics', 'PrinterIOException',
686 'PrinterJob', 'PrintGraphics', 'PrintJob',
687 'PrintStream', 'PrintWriter', 'PrivateKey',
688 'PRIVATE_MEMBER', 'PrivilegedAction',
689 'PrivilegedActionException',
690 'PrivilegedExceptionAction', 'Process',
691 'ProfileDataException', 'ProgressBarUI',
692 'ProgressMonitor', 'ProgressMonitorInputStream',
693 'Properties', 'PropertyChangeEvent',
694 'PropertyChangeListener', 'PropertyChangeSupport',
695 'PropertyDescriptor', 'PropertyEditor',
696 'PropertyEditorManager', 'PropertyEditorSupport',
697 'PropertyPermission', 'PropertyResourceBundle',
698 'PropertyVetoException', 'ProtectionDomain',
699 'ProtocolException', 'Provider', 'ProviderException',
700 'Proxy', 'PublicKey', 'PUBLIC_MEMBER',
701 'PushbackInputStream', 'PushbackReader',
702 'QuadCurve2D', 'QuadCurve2D.Double',
703 'QuadCurve2D.Float', 'Random', 'RandomAccessFile',
704 'Raster', 'RasterFormatException', 'RasterOp',
705 'Reader', 'Receiver', 'Rectangle', 'Rectangle2D',
706 'Rectangle2D.Double', 'Rectangle2D.Float',
707 'RectangularShape', 'Ref', 'RefAddr', 'Reference',
708 'Referenceable', 'ReferenceQueue',
709 'ReferralException', 'ReflectPermission', 'Registry',
710 'RegistryHandler', 'RemarshalException', 'Remote',
711 'RemoteCall', 'RemoteException', 'RemoteObject',
712 'RemoteRef', 'RemoteServer', 'RemoteStub',
713 'RenderableImage', 'RenderableImageOp',
714 'RenderableImageProducer', 'RenderContext',
715 'RenderedImage', 'RenderedImageFactory', 'Renderer',
716 'RenderingHints', 'RenderingHints.Key',
717 'RepaintManager', 'ReplicateScaleFilter',
718 'Repository', 'RepositoryIdHelper', 'Request',
719 'RescaleOp', 'Resolver', 'ResolveResult',
720 'ResourceBundle', 'ResponseHandler', 'ResultSet',
721 'ResultSetMetaData', 'ReverbType', 'RGBImageFilter',
722 'RMIClassLoader', 'RMIClientSocketFactory',
723 'RMIFailureHandler', 'RMISecurityException',
724 'RMISecurityManager', 'RMIServerSocketFactory',
725 'RMISocketFactory', 'Robot', 'RootPaneContainer',
726 'RootPaneUI', 'RoundRectangle2D',
727 'RoundRectangle2D.Double', 'RoundRectangle2D.Float',
728 'RowMapper', 'RSAKey', 'RSAKeyGenParameterSpec',
729 'RSAPrivateCrtKey', 'RSAPrivateCrtKeySpec',
730 'RSAPrivateKey', 'RSAPrivateKeySpec', 'RSAPublicKey',
731 'RSAPublicKeySpec', 'RTFEditorKit',
732 'RuleBasedCollator', 'Runnable', 'RunTime',
733 'Runtime', 'RuntimeException', 'RunTimeOperations',
734 'RuntimePermission', 'SampleModel',
735 'SchemaViolationException', 'Scrollable',
736 'Scrollbar', 'ScrollBarUI', 'ScrollPane',
737 'ScrollPaneConstants', 'ScrollPaneLayout',
738 'ScrollPaneLayout.UIResource', 'ScrollPaneUI',
739 'SearchControls', 'SearchResult',
740 'SecureClassLoader', 'SecureRandom',
741 'SecureRandomSpi', 'Security', 'SecurityException',
742 'SecurityManager', 'SecurityPermission', 'Segment',
743 'SeparatorUI', 'Sequence', 'SequenceInputStream',
744 'Sequencer', 'Sequencer.SyncMode', 'Serializable',
745 'SerializablePermission', 'ServantObject',
746 'ServerCloneException', 'ServerError',
747 'ServerException', 'ServerNotActiveException',
748 'ServerRef', 'ServerRequest',
749 'ServerRuntimeException', 'ServerSocket',
750 'ServiceDetail', 'ServiceDetailHelper',
751 'ServiceInformation', 'ServiceInformationHelper',
752 'ServiceInformationHolder',
753 'ServiceUnavailableException', 'Set',
754 'SetOverrideType', 'SetOverrideTypeHelper', 'Shape',
755 'ShapeGraphicAttribute', 'ShortHolder',
756 'ShortLookupTable', 'ShortMessage', 'ShortSeqHelper',
757 'ShortSeqHolder', 'Signature', 'SignatureException',
758 'SignatureSpi', 'SignedObject', 'Signer',
759 'SimpleAttributeSet', 'SimpleBeanInfo',
760 'SimpleDateFormat', 'SimpleTimeZone',
761 'SinglePixelPackedSampleModel',
762 'SingleSelectionModel', 'SizeLimitExceededException',
763 'SizeRequirements', 'SizeSequence', 'Skeleton',
764 'SkeletonMismatchException',
765 'SkeletonNotFoundException', 'SliderUI', 'Socket',
766 'SocketException', 'SocketImpl', 'SocketImplFactory',
767 'SocketOptions', 'SocketPermission',
768 'SocketSecurityException', 'SoftBevelBorder',
769 'SoftReference', 'SortedMap', 'SortedSet',
770 'Soundbank', 'SoundbankReader', 'SoundbankResource',
771 'SourceDataLine', 'SplitPaneUI', 'SQLData',
772 'SQLException', 'SQLInput', 'SQLOutput',
773 'SQLPermission', 'SQLWarning', 'Stack',
774 'StackOverflowError', 'StateEdit', 'StateEditable',
775 'StateFactory', 'Statement', 'Streamable',
776 'StreamableValue', 'StreamCorruptedException',
777 'StreamTokenizer', 'StrictMath', 'String',
778 'StringBuffer', 'StringBufferInputStream',
779 'StringCharacterIterator', 'StringContent',
780 'StringHolder', 'StringIndexOutOfBoundsException',
781 'StringReader', 'StringRefAddr', 'StringSelection',
782 'StringTokenizer', 'StringValueHelper',
783 'StringWriter', 'Stroke', 'Struct', 'StructMember',
784 'StructMemberHelper', 'Stub', 'StubDelegate',
785 'StubNotFoundException', 'Style', 'StyleConstants',
786 'StyleConstants.CharacterConstants',
787 'StyleConstants.ColorConstants',
788 'StyleConstants.FontConstants',
789 'StyleConstants.ParagraphConstants', 'StyleContext',
790 'StyledDocument', 'StyledEditorKit',
791 'StyledEditorKit.AlignmentAction',
792 'StyledEditorKit.BoldAction',
793 'StyledEditorKit.FontFamilyAction',
794 'StyledEditorKit.FontSizeAction',
795 'StyledEditorKit.ForegroundAction',
796 'StyledEditorKit.ItalicAction',
797 'StyledEditorKit.StyledTextAction',
798 'StyledEditorKit.UnderlineAction', 'StyleSheet',
799 'StyleSheet.BoxPainter', 'StyleSheet.ListPainter',
800 'SwingConstants', 'SwingPropertyChangeSupport',
801 'SwingUtilities', 'SyncFailedException',
802 'Synthesizer', 'SysexMessage', 'System',
803 'SystemColor', 'SystemException', 'SystemFlavorMap',
804 'TabableView', 'TabbedPaneUI', 'TabExpander',
805 'TableCellEditor', 'TableCellRenderer',
806 'TableColumn', 'TableColumnModel',
807 'TableColumnModelEvent', 'TableColumnModelListener',
808 'TableHeaderUI', 'TableModel', 'TableModelEvent',
809 'TableModelListener', 'TableUI', 'TableView',
810 'TabSet', 'TabStop', 'TagElement', 'TargetDataLine',
811 'TCKind', 'TextAction', 'TextArea', 'TextAttribute',
812 'TextComponent', 'TextEvent', 'TextField',
813 'TextHitInfo', 'TextLayout',
814 'TextLayout.CaretPolicy', 'TextListener',
815 'TextMeasurer', 'TextUI', 'TexturePaint', 'Thread',
816 'ThreadDeath', 'ThreadGroup', 'ThreadLocal',
817 'Throwable', 'Tie', 'TileObserver', 'Time',
818 'TimeLimitExceededException', 'Timer',
819 'TimerTask', 'Timestamp', 'TimeZone', 'TitledBorder',
820 'ToolBarUI', 'Toolkit', 'ToolTipManager',
821 'ToolTipUI', 'TooManyListenersException', 'Track',
822 'TransactionRequiredException',
823 'TransactionRolledbackException',
824 'TRANSACTION_REQUIRED', 'TRANSACTION_ROLLEDBACK',
825 'Transferable', 'TransformAttribute', 'TRANSIENT',
826 'Transmitter', 'Transparency', 'TreeCellEditor',
827 'TreeCellRenderer', 'TreeExpansionEvent',
828 'TreeExpansionListener', 'TreeMap', 'TreeModel',
829 'TreeModelEvent', 'TreeModelListener', 'TreeNode',
830 'TreePath', 'TreeSelectionEvent',
831 'TreeSelectionListener', 'TreeSelectionModel',
832 'TreeSet', 'TreeUI', 'TreeWillExpandListener',
833 'TypeCode', 'TypeCodeHolder', 'TypeMismatch',
834 'Types', 'UID', 'UIDefaults',
835 'UIDefaults.ActiveValue', 'UIDefaults.LazyInputMap',
836 'UIDefaults.LazyValue', 'UIDefaults.ProxyLazyValue',
837 'UIManager', 'UIManager.LookAndFeelInfo',
838 'UIResource', 'ULongLongSeqHelper',
839 'ULongLongSeqHolder', 'ULongSeqHelper',
840 'ULongSeqHolder', 'UndeclaredThrowableException',
841 'UndoableEdit', 'UndoableEditEvent',
842 'UndoableEditListener', 'UndoableEditSupport',
843 'UndoManager', 'UnexpectedException',
844 'UnicastRemoteObject', 'UnionMember',
845 'UnionMemberHelper', 'UNKNOWN', 'UnknownError',
846 'UnknownException', 'UnknownGroupException',
847 'UnknownHostException',
848 'UnknownObjectException', 'UnknownServiceException',
849 'UnknownUserException', 'UnmarshalException',
850 'UnrecoverableKeyException', 'Unreferenced',
851 'UnresolvedPermission', 'UnsatisfiedLinkError',
852 'UnsolicitedNotification',
853 'UnsolicitedNotificationEvent',
854 'UnsolicitedNotificationListener',
855 'UnsupportedAudioFileException',
856 'UnsupportedClassVersionError',
857 'UnsupportedEncodingException',
858 'UnsupportedFlavorException',
859 'UnsupportedLookAndFeelException',
860 'UnsupportedOperationException',
861 'UNSUPPORTED_POLICY', 'UNSUPPORTED_POLICY_VALUE',
862 'URL', 'URLClassLoader', 'URLConnection',
863 'URLDecoder', 'URLEncoder', 'URLStreamHandler',
864 'URLStreamHandlerFactory', 'UserException',
865 'UShortSeqHelper', 'UShortSeqHolder',
866 'UTFDataFormatException', 'Util', 'UtilDelegate',
867 'Utilities', 'ValueBase', 'ValueBaseHelper',
868 'ValueBaseHolder', 'ValueFactory', 'ValueHandler',
869 'ValueMember', 'ValueMemberHelper',
870 'VariableHeightLayoutCache', 'Vector', 'VerifyError',
871 'VersionSpecHelper', 'VetoableChangeListener',
872 'VetoableChangeSupport', 'View', 'ViewFactory',
873 'ViewportLayout', 'ViewportUI',
874 'VirtualMachineError', 'Visibility',
875 'VisibilityHelper', 'VMID', 'VM_ABSTRACT',
876 'VM_CUSTOM', 'VM_NONE', 'VM_TRUNCATABLE',
877 'VoiceStatus', 'Void', 'WCharSeqHelper',
878 'WCharSeqHolder', 'WeakHashMap', 'WeakReference',
879 'Window', 'WindowAdapter', 'WindowConstants',
880 'WindowEvent', 'WindowListener', 'WrappedPlainView',
881 'WritableRaster', 'WritableRenderedImage',
882 'WriteAbortedException', 'Writer',
883 'WrongTransaction', 'WStringValueHelper',
884 'X509Certificate', 'X509CRL', 'X509CRLEntry',
885 'X509EncodedKeySpec', 'X509Extension', 'ZipEntry',
886 'ZipException', 'ZipFile', 'ZipInputStream',
887 'ZipOutputStream', 'ZoneView',
888 '_BindingIteratorImplBase', '_BindingIteratorStub',
889 '_IDLTypeStub', '_NamingContextImplBase',
890 '_NamingContextStub', '_PolicyStub', '_Remote_Stub'
891 ),
892 4 => array(
893 'Double', 'Int', 'Boolean', 'Byte', 'Short', 'Long', 'Char', 'Float', 'Unit', 'Nothing', 'Any'
894 )
895 ),
896 'SYMBOLS' => array(
897 '(', ')', '[', ']', '{', '}',
898 '+', '-', '*', '/', '%',
899 '!', '&', '|', '^',
900 '<', '>', '=',
901 '?', ':', ';',
902 ),
903 'CASE_SENSITIVE' => array(
904 GESHI_COMMENTS => false,
905 1 => true,
906 2 => true,
907 3 => true,
908 4 => true
909 ),
910 'STYLES' => array(
911 'KEYWORDS' => array(
912 1 => 'color: #000000; font-weight: bold;',
913 2 => 'color: #000066; font-weight: bold;',
914 3 => 'color: #003399;',
915 4 => 'color: #000066; font-weight: bold;'
916 ),
917 'COMMENTS' => array(
918 1 => 'color: #666666; font-style: italic;',
919 2 => 'color: #006699;',
920 3 => 'color: #008000; font-style: italic; font-weight: bold;',
921 'MULTI' => 'color: #666666; font-style: italic;'
922 ),
923 'ESCAPE_CHAR' => array(
924 0 => 'color: #000099; font-weight: bold;'
925 ),
926 'BRACKETS' => array(
927 0 => 'color: #009900;'
928 ),
929 'STRINGS' => array(
930 0 => 'color: #0000ff;'
931 ),
932 'NUMBERS' => array(
933 0 => 'color: #cc66cc;'
934 ),
935 'METHODS' => array(
936 1 => 'color: #006633;',
937 2 => 'color: #006633;'
938 ),
939 'SYMBOLS' => array(
940 0 => 'color: #339933;'
941 ),
942 'SCRIPT' => array(),
943 'REGEXPS' => array()
944 ),
945 'URLS' => array(
946 1 => '',
947 2 => '',
948 3 => 'http://www.google.com/search?hl=en&amp;q=allinurl%3Adocs.oracle.com+javase+docs+api+{FNAMEL}',
949 4 => ''
950 ),
951 'OOLANG' => true,
952 'OBJECT_SPLITTERS' => array(
953 1 => '.'
954 ),
955 'REGEXPS' => array(),
956 'STRICT_MODE_APPLIES' => GESHI_NEVER,
957 'SCRIPT_DELIMITERS' => array(),
958 'HIGHLIGHT_STRICT_BLOCK' => array()
959);
An exception for terminatinating execution or to throw for unit testing.
const GESHI_CAPS_NO_CHANGE
Lowercase keywords found.
Definition: geshi.php:94
const GESHI_COMMENTS
Used in language files to mark comments.
Definition: geshi.php:149
const GESHI_NEVER
#+ @access private
Definition: geshi.php:123
$language_data
Definition: kotlin.php:35