ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_java122.php
Go to the documentation of this file.
1<?php
2$BEAUT_PATH = realpath(".") . "/Services/COPage/syntax_highlight/php";
3
4if (!isset($BEAUT_PATH)) {
5 return;
6}
7require_once("$BEAUT_PATH/Beautifier/HFile.php");
8
9class HFile_java122 extends HFile
10{
11 public function __construct()
12 {
13 parent::__construct();
14 /*************************************/
15 // Beautifier Highlighting Configuration File
16 // Java 2 Version 1.22
17 /*************************************/
18 // Flags
19 $this->indent_depth = 2;
20
21
22 $this->nocase = "0";
23 $this->notrim = "0";
24 $this->perl = "0";
25
26 // Colours
27
28 $this->colours = array("blue", "purple", "gray", "brown");
29 $this->quotecolour = "blue";
30 $this->blockcommentcolour = "green";
31 $this->linecommentcolour = "green";
32
33 // Indent Strings
34
35 $this->indent = array("{");
36 $this->unindent = array("}");
37
38 // String characters and delimiters
39
40 $this->stringchars = array("'", "\"");
41 $this->delimiters = array(".", "~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", "?");
42 $this->escchar = "\\";
43
44 // Comment settings
45
46 $this->linecommenton = array("//");
47 $this->blockcommenton = array("/*");
48 $this->blockcommentoff = array("*/");
49
50 // Keywords (keyword mapping to colour number)
51
52 $this->keywords = array(
53 "abstract" => "1",
54 "break" => "1",
55 "byte" => "1",
56 "boolean" => "1",
57 "catch" => "1",
58 "case" => "1",
59 "class" => "1",
60 "char" => "1",
61 "continue" => "1",
62 "default" => "1",
63 "double" => "1",
64 "do" => "1",
65 "else" => "1",
66 "extends" => "1",
67 "false" => "1",
68 "final" => "1",
69 "float" => "1",
70 "for" => "1",
71 "finally" => "1",
72 "if" => "1",
73 "import" => "1",
74 "implements" => "1",
75 "int" => "1",
76 "interface" => "1",
77 "instanceof" => "1",
78 "long" => "1",
79 "length" => "1",
80 "native" => "1",
81 "new" => "1",
82 "null" => "1",
83 "package" => "1",
84 "private" => "1",
85 "protected" => "1",
86 "public" => "1",
87 "return" => "1",
88 "switch" => "1",
89 "synchronized" => "1",
90 "short" => "1",
91 "static" => "1",
92 "super" => "1",
93 "try" => "1",
94 "true" => "1",
95 "this" => "1",
96 "throw" => "1",
97 "throws" => "1",
98 "threadsafe" => "1",
99 "transient" => "1",
100 "void" => "1",
101 "while" => "1",
102 "AbstractAction" => "2",
103 "AbstractBorder" => "2",
104 "AbstractButton" => "2",
105 "AbstractCollection" => "2",
106 "AbstractColorChooserPanel" => "2",
107 "AbstractDocument" => "2",
108 "AbstractDocument.AttributeContext" => "2",
109 "AbstractDocument.Content" => "2",
110 "AbstractDocument.ElementEdit" => "2",
111 "AbstractLayoutCache" => "2",
112 "AbstractLayoutCache.NodeDimensions" => "2",
113 "AbstractList" => "2",
114 "AbstractListModel" => "2",
115 "AbstractMap" => "2",
116 "AbstractMethodError" => "2",
117 "AbstractSequentialList" => "2",
118 "AbstractSet" => "2",
119 "AbstractTableModel" => "2",
120 "AbstractUndoableEdit" => "2",
121 "AbstractWriter" => "2",
122 "AccessControlContext" => "2",
123 "AccessControlException" => "2",
124 "AccessController" => "2",
125 "AccessException" => "2",
126 "Accessible" => "2",
127 "AccessibleAction" => "2",
128 "AccessibleBundle" => "2",
129 "AccessibleComponent" => "2",
130 "AccessibleContext" => "2",
131 "AccessibleHyperlink" => "2",
132 "AccessibleHypertext" => "2",
133 "AccessibleObject" => "2",
134 "AccessibleResourceBundle" => "2",
135 "AccessibleRole" => "2",
136 "AccessibleSelection" => "2",
137 "AccessibleState" => "2",
138 "AccessibleStateSet" => "2",
139 "AccessibleText" => "2",
140 "AccessibleValue" => "2",
141 "Acl" => "2",
142 "AclEntry" => "2",
143 "AclNotFoundException" => "2",
144 "Action" => "2",
145 "ActionEvent" => "2",
146 "ActionListener" => "2",
147 "Activatable" => "2",
148 "ActivateFailedException" => "2",
149 "ActivationDesc" => "2",
150 "ActivationException" => "2",
151 "ActivationGroup" => "2",
152 "ActivationGroupDesc" => "2",
153 "ActivationGroupDesc.CommandEnvironment" => "2",
154 "ActivationGroupID" => "2",
155 "ActivationID" => "2",
156 "ActivationInstantiator" => "2",
157 "ActivationMonitor" => "2",
158 "ActivationSystem" => "2",
159 "Activator" => "2",
160 "ActiveEvent" => "2",
161 "Adjustable" => "2",
162 "AdjustmentEvent" => "2",
163 "AdjustmentListener" => "2",
164 "Adler32" => "2",
165 "AffineTransform" => "2",
166 "AffineTransformOp" => "2",
167 "AlgorithmParameterGenerator" => "2",
168 "AlgorithmParameterGeneratorSpi" => "2",
169 "AlgorithmParameters" => "2",
170 "AlgorithmParameterSpec" => "2",
171 "AlgorithmParametersSpi" => "2",
172 "AllPermission" => "2",
173 "AlphaComposite" => "2",
174 "AlreadyBound" => "2",
175 "AlreadyBoundException" => "2",
176 "AlreadyBoundHelper" => "2",
177 "AlreadyBoundHolder" => "2",
178 "AncestorEvent" => "2",
179 "AncestorListener" => "2",
180 "Annotation" => "2",
181 "Any" => "2",
182 "AnyHolder" => "2",
183 "Applet" => "2",
184 "AppletContext" => "2",
185 "AppletInitializer" => "2",
186 "AppletStub" => "2",
187 "ApplicationException" => "2",
188 "Arc2D" => "2",
189 "Arc2D.Double" => "2",
190 "Arc2D.Float" => "2",
191 "Area" => "2",
192 "AreaAveragingScaleFilter" => "2",
193 "ARG_IN" => "2",
194 "ARG_INOUT" => "2",
195 "ARG_OUT" => "2",
196 "ArithmeticException" => "2",
197 "Array" => "2",
198 "ArrayIndexOutOfBoundsException" => "2",
199 "ArrayList" => "2",
200 "Arrays" => "2",
201 "ArrayStoreException" => "2",
202 "AttributedCharacterIterator" => "2",
203 "AttributedCharacterIterator.Attribute" => "2",
204 "AttributedString" => "2",
205 "AttributeList" => "2",
206 "Attributes" => "2",
207 "Attributes.Name" => "2",
208 "AttributeSet" => "2",
209 "AttributeSet.CharacterAttribute" => "2",
210 "AttributeSet.ColorAttribute" => "2",
211 "AttributeSet.FontAttribute" => "2",
212 "AttributeSet.ParagraphAttribute" => "2",
213 "AudioClip" => "2",
214 "Authenticator" => "2",
215 "Autoscroll" => "2",
216 "AWTError" => "2",
217 "AWTEvent" => "2",
218 "AWTEventListener" => "2",
219 "AWTEventMulticaster" => "2",
220 "AWTException" => "2",
221 "AWTPermission" => "2",
222 "BAD_CONTEXT" => "2",
223 "BAD_INV_ORDER" => "2",
224 "BAD_OPERATION" => "2",
225 "BAD_PARAM" => "2",
226 "BAD_POLICY" => "2",
227 "BAD_POLICY_TYPE" => "2",
228 "BAD_POLICY_VALUE" => "2",
229 "BAD_TYPECODE" => "2",
230 "BadKind" => "2",
231 "BadLocationException" => "2",
232 "BandCombineOp" => "2",
233 "BandedSampleModel" => "2",
234 "BasicArrowButton" => "2",
235 "BasicBorders" => "2",
236 "BasicBorders.ButtonBorder" => "2",
237 "BasicBorders.FieldBorder" => "2",
238 "BasicBorders.MarginBorder" => "2",
239 "BasicBorders.MenuBarBorder" => "2",
240 "BasicBorders.RadioButtonBorder" => "2",
241 "BasicBorders.SplitPaneBorder" => "2",
242 "BasicBorders.ToggleButtonBorder" => "2",
243 "BasicButtonListener" => "2",
244 "BasicButtonUI" => "2",
245 "BasicCheckBoxMenuItemUI" => "2",
246 "BasicCheckBoxUI" => "2",
247 "BasicColorChooserUI" => "2",
248 "BasicComboBoxEditor" => "2",
249 "BasicComboBoxEditor.UIResource" => "2",
250 "BasicComboBoxRenderer" => "2",
251 "BasicComboBoxRenderer.UIResource" => "2",
252 "BasicComboBoxUI" => "2",
253 "BasicComboPopup" => "2",
254 "BasicDesktopIconUI" => "2",
255 "BasicDesktopPaneUI" => "2",
256 "BasicDirectoryModel" => "2",
257 "BasicEditorPaneUI" => "2",
258 "BasicFileChooserUI" => "2",
259 "BasicGraphicsUtils" => "2",
260 "BasicIconFactory" => "2",
261 "BasicInternalFrameTitlePane" => "2",
262 "BasicInternalFrameUI" => "2",
263 "BasicLabelUI" => "2",
264 "BasicListUI" => "2",
265 "BasicLookAndFeel" => "2",
266 "BasicMenuBarUI" => "2",
267 "BasicMenuItemUI" => "2",
268 "BasicMenuUI" => "2",
269 "BasicOptionPaneUI" => "2",
270 "BasicOptionPaneUI.ButtonAreaLayout" => "2",
271 "BasicPanelUI" => "2",
272 "BasicPasswordFieldUI" => "2",
273 "BasicPermission" => "2",
274 "BasicPopupMenuSeparatorUI" => "2",
275 "BasicPopupMenuUI" => "2",
276 "BasicProgressBarUI" => "2",
277 "BasicRadioButtonMenuItemUI" => "2",
278 "BasicRadioButtonUI" => "2",
279 "BasicScrollBarUI" => "2",
280 "BasicScrollPaneUI" => "2",
281 "BasicSeparatorUI" => "2",
282 "BasicSliderUI" => "2",
283 "BasicSplitPaneDivider" => "2",
284 "BasicSplitPaneUI" => "2",
285 "BasicStroke" => "2",
286 "BasicTabbedPaneUI" => "2",
287 "BasicTableHeaderUI" => "2",
288 "BasicTableUI" => "2",
289 "BasicTextAreaUI" => "2",
290 "BasicTextFieldUI" => "2",
291 "BasicTextPaneUI" => "2",
292 "BasicTextUI" => "2",
293 "BasicTextUI.BasicCaret" => "2",
294 "BasicTextUI.BasicHighlighter" => "2",
295 "BasicToggleButtonUI" => "2",
296 "BasicToolBarSeparatorUI" => "2",
297 "BasicToolBarUI" => "2",
298 "BasicToolTipUI" => "2",
299 "BasicTreeUI" => "2",
300 "BasicViewportUI" => "2",
301 "BatchUpdateException" => "2",
302 "BeanContext" => "2",
303 "BeanContextChild" => "2",
304 "BeanContextChildComponentProxy" => "2",
305 "BeanContextChildSupport" => "2",
306 "BeanContextContainerProxy" => "2",
307 "BeanContextEvent" => "2",
308 "BeanContextMembershipEvent" => "2",
309 "BeanContextMembershipListener" => "2",
310 "BeanContextProxy" => "2",
311 "BeanContextServiceAvailableEvent" => "2",
312 "BeanContextServiceProvider" => "2",
313 "BeanContextServiceProviderBeanInfo" => "2",
314 "BeanContextServiceRevokedEvent" => "2",
315 "BeanContextServiceRevokedListener" => "2",
316 "BeanContextServices" => "2",
317 "BeanContextServicesListener" => "2",
318 "BeanContextServicesSupport" => "2",
319 "BeanContextServicesSupport.BCSSServiceProvider" => "2",
320 "BeanContextSupport" => "2",
321 "BeanContextSupport.BCSIterator" => "2",
322 "BeanDescriptor" => "2",
323 "BeanInfo" => "2",
324 "Beans" => "2",
325 "BevelBorder" => "2",
326 "BigDecimal" => "2",
327 "BigInteger" => "2",
328 "BindException" => "2",
329 "Binding" => "2",
330 "BindingHelper" => "2",
331 "BindingHolder" => "2",
332 "BindingIterator" => "2",
333 "BindingIteratorHelper" => "2",
334 "BindingIteratorHolder" => "2",
335 "BindingListHelper" => "2",
336 "BindingListHolder" => "2",
337 "BindingType" => "2",
338 "BindingTypeHelper" => "2",
339 "BindingTypeHolder" => "2",
340 "BitSet" => "2",
341 "Blob" => "2",
342 "BlockView" => "2",
343 "Book" => "2",
344 "Boolean" => "2",
345 "BooleanHolder" => "2",
346 "Border" => "2",
347 "BorderFactory" => "2",
348 "BorderLayout" => "2",
349 "BorderUIResource" => "2",
350 "BorderUIResource.BevelBorderUIResource" => "2",
351 "BorderUIResource.CompoundBorderUIResource" => "2",
352 "BorderUIResource.EmptyBorderUIResource" => "2",
353 "BorderUIResource.EtchedBorderUIResource" => "2",
354 "BorderUIResource.LineBorderUIResource" => "2",
355 "BorderUIResource.MatteBorderUIResource" => "2",
356 "BorderUIResource.TitledBorderUIResource" => "2",
357 "BoundedRangeModel" => "2",
358 "Bounds" => "2",
359 "Box" => "2",
360 "Box.Filler" => "2",
361 "BoxLayout" => "2",
362 "BoxView" => "2",
363 "BreakIterator" => "2",
364 "BufferedImage" => "2",
365 "BufferedImageFilter" => "2",
366 "BufferedImageOp" => "2",
367 "BufferedInputStream" => "2",
368 "BufferedOutputStream" => "2",
369 "BufferedReader" => "2",
370 "BufferedWriter" => "2",
371 "Button" => "2",
372 "ButtonGroup" => "2",
373 "ButtonModel" => "2",
374 "ButtonUI" => "2",
375 "Byte" => "2",
376 "ByteArrayInputStream" => "2",
377 "ByteArrayOutputStream" => "2",
378 "ByteHolder" => "2",
379 "ByteLookupTable" => "2",
380 "Calendar" => "2",
381 "CallableStatement" => "2",
382 "CannotProceed" => "2",
383 "CannotProceedHelper" => "2",
384 "CannotProceedHolder" => "2",
385 "CannotRedoException" => "2",
386 "CannotUndoException" => "2",
387 "Canvas" => "2",
388 "CardLayout" => "2",
389 "Caret" => "2",
390 "CaretEvent" => "2",
391 "CaretListener" => "2",
392 "CellEditor" => "2",
393 "CellEditorListener" => "2",
394 "CellRendererPane" => "2",
395 "Certificate" => "2",
396 "CertificateEncodingException" => "2",
397 "CertificateException" => "2",
398 "CertificateExpiredException" => "2",
399 "CertificateFactory" => "2",
400 "CertificateFactorySpi" => "2",
401 "CertificateNotYetValidException" => "2",
402 "CertificateParsingException" => "2",
403 "ChangedCharSetException" => "2",
404 "ChangeEvent" => "2",
405 "ChangeListener" => "2",
406 "Character" => "2",
407 "Character.Subset" => "2",
408 "Character.UnicodeBlock" => "2",
409 "CharacterIterator" => "2",
410 "CharArrayReader" => "2",
411 "CharArrayWriter" => "2",
412 "CharConversionException" => "2",
413 "CharHolder" => "2",
414 "Checkbox" => "2",
415 "CheckboxGroup" => "2",
416 "CheckboxMenuItem" => "2",
417 "CheckedInputStream" => "2",
418 "CheckedOutputStream" => "2",
419 "Checksum" => "2",
420 "Choice" => "2",
421 "ChoiceFormat" => "2",
422 "Class" => "2",
423 "ClassCastException" => "2",
424 "ClassCircularityError" => "2",
425 "ClassFormatError" => "2",
426 "ClassLoader" => "2",
427 "ClassNotFoundException" => "2",
428 "Clipboard" => "2",
429 "ClipboardOwner" => "2",
430 "Clob" => "2",
431 "Cloneable" => "2",
432 "CloneNotSupportedException" => "2",
433 "CMMException" => "2",
434 "CodeSource" => "2",
435 "CollationElementIterator" => "2",
436 "CollationKey" => "2",
437 "Collator" => "2",
438 "Collection" => "2",
439 "Collections" => "2",
440 "Color" => "2",
441 "ColorChooserComponentFactory" => "2",
442 "ColorChooserUI" => "2",
443 "ColorConvertOp" => "2",
444 "ColorModel" => "2",
445 "ColorSelectionModel" => "2",
446 "ColorSpace" => "2",
447 "ColorUIResource" => "2",
448 "ComboBoxEditor" => "2",
449 "ComboBoxModel" => "2",
450 "ComboBoxUI" => "2",
451 "ComboPopup" => "2",
452 "COMM_FAILURE" => "2",
453 "Comparable" => "2",
454 "Comparator" => "2",
455 "Compiler" => "2",
456 "CompletionStatus" => "2",
457 "Component" => "2",
458 "ComponentAdapter" => "2",
459 "ComponentColorModel" => "2",
460 "ComponentEvent" => "2",
461 "ComponentListener" => "2",
462 "ComponentOrientation" => "2",
463 "ComponentSampleModel" => "2",
464 "ComponentUI" => "2",
465 "ComponentView" => "2",
466 "Composite" => "2",
467 "CompositeContext" => "2",
468 "CompositeView" => "2",
469 "CompoundBorder" => "2",
470 "CompoundEdit" => "2",
471 "ConcurrentModificationException" => "2",
472 "ConnectException" => "2",
473 "ConnectIOException" => "2",
474 "Connection" => "2",
475 "Constructor" => "2",
476 "Container" => "2",
477 "ContainerAdapter" => "2",
478 "ContainerEvent" => "2",
479 "ContainerListener" => "2",
480 "ContentHandler" => "2",
481 "ContentHandlerFactory" => "2",
482 "ContentModel" => "2",
483 "Context" => "2",
484 "ContextList" => "2",
485 "ContextualRenderedImageFactory" => "2",
486 "ConvolveOp" => "2",
487 "CRC32" => "2",
488 "CRL" => "2",
489 "CRLException" => "2",
490 "CropImageFilter" => "2",
491 "CSS" => "2",
492 "CSS.Attribute" => "2",
493 "CTX_RESTRICT_SCOPE" => "2",
494 "CubicCurve2D" => "2",
495 "CubicCurve2D.Double" => "2",
496 "CubicCurve2D.Float" => "2",
497 "Current" => "2",
498 "Cursor" => "2",
499 "Customizer" => "2",
500 "DATA_CONVERSION" => "2",
501 "DatabaseMetaData" => "2",
502 "DataBuffer" => "2",
503 "DataBufferByte" => "2",
504 "DataBufferInt" => "2",
505 "DataBufferShort" => "2",
506 "DataBufferUShort" => "2",
507 "DataFlavor" => "2",
508 "DataFormatException" => "2",
509 "DatagramPacket" => "2",
510 "DatagramSocket" => "2",
511 "DatagramSocketImpl" => "2",
512 "DataInput" => "2",
513 "DataInputStream" => "2",
514 "DataOutput" => "2",
515 "DataOutputStream" => "2",
516 "DataTruncation" => "2",
517 "Date" => "2",
518 "DateFormat" => "2",
519 "DateFormatSymbols" => "2",
520 "DebugGraphics" => "2",
521 "DecimalFormat" => "2",
522 "DecimalFormatSymbols" => "2",
523 "DefaultBoundedRangeModel" => "2",
524 "DefaultButtonModel" => "2",
525 "DefaultCaret" => "2",
526 "DefaultCellEditor" => "2",
527 "DefaultColorSelectionModel" => "2",
528 "DefaultComboBoxModel" => "2",
529 "DefaultDesktopManager" => "2",
530 "DefaultEditorKit" => "2",
531 "DefaultEditorKit.BeepAction" => "2",
532 "DefaultEditorKit.CopyAction" => "2",
533 "DefaultEditorKit.CutAction" => "2",
534 "DefaultEditorKit.DefaultKeyTypedAction" => "2",
535 "DefaultEditorKit.InsertBreakAction" => "2",
536 "DefaultEditorKit.InsertContentAction" => "2",
537 "DefaultEditorKit.InsertTabAction" => "2",
538 "DefaultEditorKit.PasteAction" => "2",
539 "DefaultFocusManager" => "2",
540 "DefaultHighlighter" => "2",
541 "DefaultHighlighter.DefaultHighlightPainter" => "2",
542 "DefaultListCellRenderer" => "2",
543 "DefaultListCellRenderer.UIResource" => "2",
544 "DefaultListModel" => "2",
545 "DefaultListSelectionModel" => "2",
546 "DefaultMenuLayout" => "2",
547 "DefaultMetalTheme" => "2",
548 "DefaultMutableTreeNode" => "2",
549 "DefaultSingleSelectionModel" => "2",
550 "DefaultStyledDocument" => "2",
551 "DefaultStyledDocument.AttributeUndoableEdit" => "2",
552 "DefaultStyledDocument.ElementSpec" => "2",
553 "DefaultTableCellRenderer" => "2",
554 "DefaultTableCellRenderer.UIResource" => "2",
555 "DefaultTableColumnModel" => "2",
556 "DefaultTableModel" => "2",
557 "DefaultTextUI" => "2",
558 "DefaultTreeCellEditor" => "2",
559 "DefaultTreeCellRenderer" => "2",
560 "DefaultTreeModel" => "2",
561 "DefaultTreeSelectionModel" => "2",
562 "DefinitionKind" => "2",
563 "Deflater" => "2",
564 "DeflaterOutputStream" => "2",
565 "Delegate" => "2",
566 "DesignMode" => "2",
567 "DesktopIconUI" => "2",
568 "DesktopManager" => "2",
569 "DesktopPaneUI" => "2",
570 "DGC" => "2",
571 "Dialog" => "2",
572 "Dictionary" => "2",
573 "DigestException" => "2",
574 "DigestInputStream" => "2",
575 "DigestOutputStream" => "2",
576 "Dimension" => "2",
577 "Dimension2D" => "2",
578 "DimensionUIResource" => "2",
579 "DirectColorModel" => "2",
580 "DnDConstants" => "2",
581 "Document" => "2",
582 "DocumentEvent" => "2",
583 "DocumentEvent.ElementChange" => "2",
584 "DocumentEvent.EventType" => "2",
585 "DocumentListener" => "2",
586 "DocumentParser" => "2",
587 "DomainManager" => "2",
588 "Double" => "2",
589 "DoubleHolder" => "2",
590 "DragGestureEvent" => "2",
591 "DragGestureListener" => "2",
592 "DragGestureRecognizer" => "2",
593 "DragSource" => "2",
594 "DragSourceContext" => "2",
595 "DragSourceDragEvent" => "2",
596 "DragSourceDropEvent" => "2",
597 "DragSourceEvent" => "2",
598 "DragSourceListener" => "2",
599 "Driver" => "2",
600 "DriverManager" => "2",
601 "DriverPropertyInfo" => "2",
602 "DropTarget" => "2",
603 "DropTarget.DropTargetAutoScroller" => "2",
604 "DropTargetContext" => "2",
605 "DropTargetDragEvent" => "2",
606 "DropTargetDropEvent" => "2",
607 "DropTargetEvent" => "2",
608 "DropTargetListener" => "2",
609 "DSAKey" => "2",
610 "DSAKeyPairGenerator" => "2",
611 "DSAParameterSpec" => "2",
612 "DSAParams" => "2",
613 "DSAPrivateKey" => "2",
614 "DSAPrivateKeySpec" => "2",
615 "DSAPublicKey" => "2",
616 "DSAPublicKeySpec" => "2",
617 "DTD" => "2",
618 "DTDConstants" => "2",
619 "DynamicImplementation" => "2",
620 "DynAny" => "2",
621 "DynArray" => "2",
622 "DynEnum" => "2",
623 "DynFixed" => "2",
624 "DynSequence" => "2",
625 "DynStruct" => "2",
626 "DynUnion" => "2",
627 "DynValue" => "2",
628 "EditorKit" => "2",
629 "Element" => "2",
630 "ElementIterator" => "2",
631 "Ellipse2D" => "2",
632 "Ellipse2D.Double" => "2",
633 "Ellipse2D.Float" => "2",
634 "EmptyBorder" => "2",
635 "EmptyStackException" => "2",
636 "EncodedKeySpec" => "2",
637 "Entity" => "2",
638 "Enumeration" => "2",
639 "Environment" => "2",
640 "EOFException" => "2",
641 "Error" => "2",
642 "EtchedBorder" => "2",
643 "Event" => "2",
644 "EventListener" => "2",
645 "EventListenerList" => "2",
646 "EventObject" => "2",
647 "EventQueue" => "2",
648 "EventSetDescriptor" => "2",
649 "Exception" => "2",
650 "ExceptionInInitializerError" => "2",
651 "ExceptionList" => "2",
652 "ExpandVetoException" => "2",
653 "ExportException" => "2",
654 "Externalizable" => "2",
655 "FeatureDescriptor" => "2",
656 "Field" => "2",
657 "FieldPosition" => "2",
658 "FieldView" => "2",
659 "File" => "2",
660 "FileChooserUI" => "2",
661 "FileDescriptor" => "2",
662 "FileDialog" => "2",
663 "FileFilter" => "2",
664 "FileInputStream" => "2",
665 "FilenameFilter" => "2",
666 "FileNameMap" => "2",
667 "FileNotFoundException" => "2",
668 "FileOutputStream" => "2",
669 "FilePermission" => "2",
670 "FileReader" => "2",
671 "FileSystemView" => "2",
672 "FileView" => "2",
673 "FileWriter" => "2",
674 "FilteredImageSource" => "2",
675 "FilterInputStream" => "2",
676 "FilterOutputStream" => "2",
677 "FilterReader" => "2",
678 "FilterWriter" => "2",
679 "FixedHeightLayoutCache" => "2",
680 "FixedHolder" => "2",
681 "FlatteningPathIterator" => "2",
682 "FlavorMap" => "2",
683 "Float" => "2",
684 "FloatHolder" => "2",
685 "FlowLayout" => "2",
686 "FocusAdapter" => "2",
687 "FocusEvent" => "2",
688 "FocusListener" => "2",
689 "FocusManager" => "2",
690 "Font" => "2",
691 "FontMetrics" => "2",
692 "FontRenderContext" => "2",
693 "FontUIResource" => "2",
694 "Format" => "2",
695 "FormView" => "2",
696 "Frame" => "2",
697 "FREE_MEM" => "2",
698 "GapContent" => "2",
699 "GeneralPath" => "2",
700 "GeneralSecurityException" => "2",
701 "GlyphJustificationInfo" => "2",
702 "GlyphMetrics" => "2",
703 "GlyphVector" => "2",
704 "GradientPaint" => "2",
705 "GraphicAttribute" => "2",
706 "Graphics" => "2",
707 "Graphics2D" => "2",
708 "GraphicsConfigTemplate" => "2",
709 "GraphicsConfiguration" => "2",
710 "GraphicsDevice" => "2",
711 "GraphicsEnvironment" => "2",
712 "GrayFilter" => "2",
713 "GregorianCalendar" => "2",
714 "GridBagConstraints" => "2",
715 "GridBagLayout" => "2",
716 "GridLayout" => "2",
717 "Group" => "2",
718 "Guard" => "2",
719 "GuardedObject" => "2",
720 "GZIPInputStream" => "2",
721 "GZIPOutputStream" => "2",
722 "HashMap" => "2",
723 "HashSet" => "2",
724 "Hashtable" => "2",
725 "Highlighter" => "2",
726 "Highlighter.Highlight" => "2",
727 "Highlighter.HighlightPainter" => "2",
728 "HTML" => "2",
729 "HTML.Attribute" => "2",
730 "HTML.Tag" => "2",
731 "HTML.UnknownTag" => "2",
732 "HTMLDocument" => "2",
733 "HTMLDocument.Iterator" => "2",
734 "HTMLEditorKit" => "2",
735 "HTMLEditorKit.HTMLFactory" => "2",
736 "HTMLEditorKit.HTMLTextAction" => "2",
737 "HTMLEditorKit.InsertHTMLTextAction" => "2",
738 "HTMLEditorKit.LinkController" => "2",
739 "HTMLEditorKit.Parser" => "2",
740 "HTMLEditorKit.ParserCallback" => "2",
741 "HTMLFrameHyperlinkEvent" => "2",
742 "HTMLWriter" => "2",
743 "HttpURLConnection" => "2",
744 "HyperlinkEvent" => "2",
745 "HyperlinkEvent.EventType" => "2",
746 "HyperlinkListener" => "2",
747 "ICC_ColorSpace" => "2",
748 "ICC_Profile" => "2",
749 "ICC_ProfileGray" => "2",
750 "ICC_ProfileRGB" => "2",
751 "Icon" => "2",
752 "IconUIResource" => "2",
753 "IconView" => "2",
754 "Identity" => "2",
755 "IdentityScope" => "2",
756 "IDLEntity" => "2",
757 "IDLType" => "2",
758 "IllegalAccessError" => "2",
759 "IllegalAccessException" => "2",
760 "IllegalArgumentException" => "2",
761 "IllegalComponentStateException" => "2",
762 "IllegalMonitorStateException" => "2",
763 "IllegalPathStateException" => "2",
764 "IllegalStateException" => "2",
765 "IllegalThreadStateException" => "2",
766 "Image" => "2",
767 "ImageConsumer" => "2",
768 "ImageFilter" => "2",
769 "ImageGraphicAttribute" => "2",
770 "ImageIcon" => "2",
771 "ImageObserver" => "2",
772 "ImageProducer" => "2",
773 "ImagingOpException" => "2",
774 "IMP_LIMIT" => "2",
775 "IncompatibleClassChangeError" => "2",
776 "InconsistentTypeCode" => "2",
777 "IndexColorModel" => "2",
778 "IndexedPropertyDescriptor" => "2",
779 "IndexOutOfBoundsException" => "2",
780 "InetAddress" => "2",
781 "Inflater" => "2",
782 "InflaterInputStream" => "2",
783 "InheritableThreadLocal" => "2",
784 "INITIALIZE" => "2",
785 "InlineView" => "2",
786 "InputContext" => "2",
787 "InputEvent" => "2",
788 "InputMethodEvent" => "2",
789 "InputMethodHighlight" => "2",
790 "InputMethodListener" => "2",
791 "InputMethodRequests" => "2",
792 "InputStream" => "2",
793 "InputStreamReader" => "2",
794 "InputSubset" => "2",
795 "Insets" => "2",
796 "InsetsUIResource" => "2",
797 "InstantiationError" => "2",
798 "InstantiationException" => "2",
799 "Integer" => "2",
800 "INTERNAL" => "2",
801 "InternalError" => "2",
802 "InternalFrameAdapter" => "2",
803 "InternalFrameEvent" => "2",
804 "InternalFrameListener" => "2",
805 "InternalFrameUI" => "2",
806 "InterruptedException" => "2",
807 "InterruptedIOException" => "2",
808 "INTF_REPOS" => "2",
809 "IntHolder" => "2",
810 "IntrospectionException" => "2",
811 "Introspector" => "2",
812 "INV_FLAG" => "2",
813 "INV_IDENT" => "2",
814 "INV_OBJREF" => "2",
815 "INV_POLICY" => "2",
816 "Invalid" => "2",
817 "INVALID_TRANSACTION" => "2",
818 "InvalidAlgorithmParameterException" => "2",
819 "InvalidClassException" => "2",
820 "InvalidDnDOperationException" => "2",
821 "InvalidKeyException" => "2",
822 "InvalidKeySpecException" => "2",
823 "InvalidName" => "2",
824 "InvalidNameHelper" => "2",
825 "InvalidNameHolder" => "2",
826 "InvalidObjectException" => "2",
827 "InvalidParameterException" => "2",
828 "InvalidParameterSpecException" => "2",
829 "InvalidSeq" => "2",
830 "InvalidValue" => "2",
831 "InvocationEvent" => "2",
832 "InvocationTargetException" => "2",
833 "InvokeHandler" => "2",
834 "IOException" => "2",
835 "IRObject" => "2",
836 "IstringHelper" => "2",
837 "ItemEvent" => "2",
838 "ItemListener" => "2",
839 "ItemSelectable" => "2",
840 "Iterator" => "2",
841 "JApplet" => "2",
842 "JarEntry" => "2",
843 "JarException" => "2",
844 "JarFile" => "2",
845 "JarInputStream" => "2",
846 "JarOutputStream" => "2",
847 "JarURLConnection" => "2",
848 "JButton" => "2",
849 "JCheckBox" => "2",
850 "JCheckBoxMenuItem" => "2",
851 "JColorChooser" => "2",
852 "JComboBox" => "2",
853 "JComboBox.KeySelectionManager" => "2",
854 "JComponent" => "2",
855 "JDesktopPane" => "2",
856 "JDialog" => "2",
857 "JEditorPane" => "2",
858 "JFileChooser" => "2",
859 "JFrame" => "2",
860 "JInternalFrame" => "2",
861 "JInternalFrame.JDesktopIcon" => "2",
862 "JLabel" => "2",
863 "JLayeredPane" => "2",
864 "JList" => "2",
865 "JMenu" => "2",
866 "JMenuBar" => "2",
867 "JMenuItem" => "2",
868 "JOptionPane" => "2",
869 "JPanel" => "2",
870 "JPasswordField" => "2",
871 "JPopupMenu" => "2",
872 "JPopupMenu.Separator" => "2",
873 "JProgressBar" => "2",
874 "JRadioButton" => "2",
875 "JRadioButtonMenuItem" => "2",
876 "JRootPane" => "2",
877 "JScrollBar" => "2",
878 "JScrollPane" => "2",
879 "JSeparator" => "2",
880 "JSlider" => "2",
881 "JSplitPane" => "2",
882 "JTabbedPane" => "2",
883 "JTable" => "2",
884 "JTableHeader" => "2",
885 "JTextArea" => "2",
886 "JTextComponent" => "2",
887 "JTextComponent.KeyBinding" => "2",
888 "JTextField" => "2",
889 "JTextPane" => "2",
890 "JToggleButton" => "2",
891 "JToggleButton.ToggleButtonModel" => "2",
892 "JToolBar" => "2",
893 "JToolBar.Separator" => "2",
894 "JToolTip" => "2",
895 "JTree" => "2",
896 "JTree.DynamicUtilTreeNode" => "2",
897 "JTree.EmptySelectionModel" => "2",
898 "JViewport" => "2",
899 "JWindow" => "2",
900 "Kernel" => "2",
901 "Key" => "2",
902 "KeyAdapter" => "2",
903 "KeyEvent" => "2",
904 "KeyException" => "2",
905 "KeyFactory" => "2",
906 "KeyFactorySpi" => "2",
907 "KeyListener" => "2",
908 "KeyManagementException" => "2",
909 "Keymap" => "2",
910 "KeyPair" => "2",
911 "KeyPairGenerator" => "2",
912 "KeyPairGeneratorSpi" => "2",
913 "KeySpec" => "2",
914 "KeyStore" => "2",
915 "KeyStoreException" => "2",
916 "KeyStoreSpi" => "2",
917 "KeyStroke" => "2",
918 "Label" => "2",
919 "LabelUI" => "2",
920 "LabelView" => "2",
921 "LastOwnerException" => "2",
922 "LayeredHighlighter" => "2",
923 "LayeredHighlighter.LayerPainter" => "2",
924 "LayoutManager" => "2",
925 "LayoutManager2" => "2",
926 "Lease" => "2",
927 "Line2D" => "2",
928 "Line2D.Double" => "2",
929 "Line2D.Float" => "2",
930 "LineBorder" => "2",
931 "LineBreakMeasurer" => "2",
932 "LineMetrics" => "2",
933 "LineNumberInputStream" => "2",
934 "LineNumberReader" => "2",
935 "LinkageError" => "2",
936 "LinkedList" => "2",
937 "List" => "2",
938 "ListCellRenderer" => "2",
939 "ListDataEvent" => "2",
940 "ListDataListener" => "2",
941 "ListIterator" => "2",
942 "ListModel" => "2",
943 "ListResourceBundle" => "2",
944 "ListSelectionEvent" => "2",
945 "ListSelectionListener" => "2",
946 "ListSelectionModel" => "2",
947 "ListUI" => "2",
948 "ListView" => "2",
949 "LoaderHandler" => "2",
950 "Locale" => "2",
951 "LocateRegistry" => "2",
952 "LogStream" => "2",
953 "Long" => "2",
954 "LongHolder" => "2",
955 "LookAndFeel" => "2",
956 "LookupOp" => "2",
957 "LookupTable" => "2",
958 "MalformedURLException" => "2",
959 "Manifest" => "2",
960 "Map" => "2",
961 "Map.Entry" => "2",
962 "MARSHAL" => "2",
963 "MarshalException" => "2",
964 "MarshalledObject" => "2",
965 "Math" => "2",
966 "MatteBorder" => "2",
967 "MediaTracker" => "2",
968 "Member" => "2",
969 "MemoryImageSource" => "2",
970 "Menu" => "2",
971 "MenuBar" => "2",
972 "MenuBarUI" => "2",
973 "MenuComponent" => "2",
974 "MenuContainer" => "2",
975 "MenuDragMouseEvent" => "2",
976 "MenuDragMouseListener" => "2",
977 "MenuElement" => "2",
978 "MenuEvent" => "2",
979 "MenuItem" => "2",
980 "MenuItemUI" => "2",
981 "MenuKeyEvent" => "2",
982 "MenuKeyListener" => "2",
983 "MenuListener" => "2",
984 "MenuSelectionManager" => "2",
985 "MenuShortcut" => "2",
986 "MessageDigest" => "2",
987 "MessageDigestSpi" => "2",
988 "MessageFormat" => "2",
989 "MetalBorders" => "2",
990 "MetalBorders.ButtonBorder" => "2",
991 "MetalBorders.Flush3DBorder" => "2",
992 "MetalBorders.InternalFrameBorder" => "2",
993 "MetalBorders.MenuBarBorder" => "2",
994 "MetalBorders.MenuItemBorder" => "2",
995 "MetalBorders.PopupMenuBorder" => "2",
996 "MetalBorders.RolloverButtonBorder" => "2",
997 "MetalBorders.ScrollPaneBorder" => "2",
998 "MetalBorders.TextFieldBorder" => "2",
999 "MetalBorders.ToolBarBorder" => "2",
1000 "MetalButtonUI" => "2",
1001 "MetalCheckBoxIcon" => "2",
1002 "MetalCheckBoxUI" => "2",
1003 "MetalComboBoxButton" => "2",
1004 "MetalComboBoxEditor" => "2",
1005 "MetalComboBoxEditor.UIResource" => "2",
1006 "MetalComboBoxIcon" => "2",
1007 "MetalComboBoxUI" => "2",
1008 "MetalDesktopIconUI" => "2",
1009 "MetalFileChooserUI" => "2",
1010 "MetalIconFactory" => "2",
1011 "MetalIconFactory.FileIcon16" => "2",
1012 "MetalIconFactory.FolderIcon16" => "2",
1013 "MetalIconFactory.TreeControlIcon" => "2",
1014 "MetalIconFactory.TreeFolderIcon" => "2",
1015 "MetalIconFactory.TreeLeafIcon" => "2",
1016 "MetalInternalFrameUI" => "2",
1017 "MetalLabelUI" => "2",
1018 "MetalLookAndFeel" => "2",
1019 "MetalPopupMenuSeparatorUI" => "2",
1020 "MetalProgressBarUI" => "2",
1021 "MetalRadioButtonUI" => "2",
1022 "MetalScrollBarUI" => "2",
1023 "MetalScrollButton" => "2",
1024 "MetalScrollPaneUI" => "2",
1025 "MetalSeparatorUI" => "2",
1026 "MetalSliderUI" => "2",
1027 "MetalSplitPaneUI" => "2",
1028 "MetalTabbedPaneUI" => "2",
1029 "MetalTextFieldUI" => "2",
1030 "MetalTheme" => "2",
1031 "MetalToggleButtonUI" => "2",
1032 "MetalToolBarUI" => "2",
1033 "MetalToolTipUI" => "2",
1034 "MetalTreeUI" => "2",
1035 "Method" => "2",
1036 "MethodDescriptor" => "2",
1037 "MinimalHTMLWriter" => "2",
1038 "MissingResourceException" => "2",
1039 "Modifier" => "2",
1040 "MouseAdapter" => "2",
1041 "MouseDragGestureRecognizer" => "2",
1042 "MouseEvent" => "2",
1043 "MouseInputAdapter" => "2",
1044 "MouseInputListener" => "2",
1045 "MouseListener" => "2",
1046 "MouseMotionAdapter" => "2",
1047 "MouseMotionListener" => "2",
1048 "MultiButtonUI" => "2",
1049 "MulticastSocket" => "2",
1050 "MultiColorChooserUI" => "2",
1051 "MultiComboBoxUI" => "2",
1052 "MultiDesktopIconUI" => "2",
1053 "MultiDesktopPaneUI" => "2",
1054 "MultiFileChooserUI" => "2",
1055 "MultiInternalFrameUI" => "2",
1056 "MultiLabelUI" => "2",
1057 "MultiListUI" => "2",
1058 "MultiLookAndFeel" => "2",
1059 "MultiMenuBarUI" => "2",
1060 "MultiMenuItemUI" => "2",
1061 "MultiOptionPaneUI" => "2",
1062 "MultiPanelUI" => "2",
1063 "MultiPixelPackedSampleModel" => "2",
1064 "MultipleMaster" => "2",
1065 "MultiPopupMenuUI" => "2",
1066 "MultiProgressBarUI" => "2",
1067 "MultiScrollBarUI" => "2",
1068 "MultiScrollPaneUI" => "2",
1069 "MultiSeparatorUI" => "2",
1070 "MultiSliderUI" => "2",
1071 "MultiSplitPaneUI" => "2",
1072 "MultiTabbedPaneUI" => "2",
1073 "MultiTableHeaderUI" => "2",
1074 "MultiTableUI" => "2",
1075 "MultiTextUI" => "2",
1076 "MultiToolBarUI" => "2",
1077 "MultiToolTipUI" => "2",
1078 "MultiTreeUI" => "2",
1079 "MultiViewportUI" => "2",
1080 "MutableAttributeSet" => "2",
1081 "MutableComboBoxModel" => "2",
1082 "MutableTreeNode" => "2",
1083 "NameComponent" => "2",
1084 "NameComponentHelper" => "2",
1085 "NameComponentHolder" => "2",
1086 "NamedValue" => "2",
1087 "NameHelper" => "2",
1088 "NameHolder" => "2",
1089 "NameValuePair" => "2",
1090 "Naming" => "2",
1091 "NamingContext" => "2",
1092 "NamingContextHelper" => "2",
1093 "NamingContextHolder" => "2",
1094 "NegativeArraySizeException" => "2",
1095 "NetPermission" => "2",
1096 "NO_IMPLEMENT" => "2",
1097 "NO_MEMORY" => "2",
1098 "NO_PERMISSION" => "2",
1099 "NO_RESOURCES" => "2",
1100 "NO_RESPONSE" => "2",
1101 "NoClassDefFoundError" => "2",
1102 "NoninvertibleTransformException" => "2",
1103 "NoRouteToHostException" => "2",
1104 "NoSuchAlgorithmException" => "2",
1105 "NoSuchElementException" => "2",
1106 "NoSuchFieldError" => "2",
1107 "NoSuchFieldException" => "2",
1108 "NoSuchMethodError" => "2",
1109 "NoSuchMethodException" => "2",
1110 "NoSuchObjectException" => "2",
1111 "NoSuchProviderException" => "2",
1112 "NotActiveException" => "2",
1113 "NotBoundException" => "2",
1114 "NotEmpty" => "2",
1115 "NotEmptyHelper" => "2",
1116 "NotEmptyHolder" => "2",
1117 "NotFound" => "2",
1118 "NotFoundHelper" => "2",
1119 "NotFoundHolder" => "2",
1120 "NotFoundReason" => "2",
1121 "NotFoundReasonHelper" => "2",
1122 "NotFoundReasonHolder" => "2",
1123 "NotOwnerException" => "2",
1124 "NotSerializableException" => "2",
1125 "NullPointerException" => "2",
1126 "Number" => "2",
1127 "NumberFormat" => "2",
1128 "NumberFormatException" => "2",
1129 "NVList" => "2",
1130 "OBJ_ADAPTER" => "2",
1131 "Object" => "2",
1132 "OBJECT_NOT_EXIST" => "2",
1133 "ObjectHolder" => "2",
1134 "ObjectImpl" => "2",
1135 "ObjectInput" => "2",
1136 "ObjectInputStream" => "2",
1137 "ObjectInputStream.GetField" => "2",
1138 "ObjectInputValidation" => "2",
1139 "ObjectOutput" => "2",
1140 "ObjectOutputStream" => "2",
1141 "ObjectOutputStream.PutField" => "2",
1142 "ObjectStreamClass" => "2",
1143 "ObjectStreamConstants" => "2",
1144 "ObjectStreamException" => "2",
1145 "ObjectStreamField" => "2",
1146 "ObjectView" => "2",
1147 "ObjID" => "2",
1148 "Observable" => "2",
1149 "Observer" => "2",
1150 "OpenType" => "2",
1151 "Operation" => "2",
1152 "Option" => "2",
1153 "OptionalDataException" => "2",
1154 "OptionPaneUI" => "2",
1155 "ORB" => "2",
1156 "OutOfMemoryError" => "2",
1157 "OutputStream" => "2",
1158 "OutputStreamWriter" => "2",
1159 "OverlayLayout" => "2",
1160 "Owner" => "2",
1161 "Package" => "2",
1162 "PackedColorModel" => "2",
1163 "Pageable" => "2",
1164 "PageFormat" => "2",
1165 "Paint" => "2",
1166 "PaintContext" => "2",
1167 "PaintEvent" => "2",
1168 "Panel" => "2",
1169 "PanelUI" => "2",
1170 "Paper" => "2",
1171 "ParagraphView" => "2",
1172 "ParameterBlock" => "2",
1173 "ParameterDescriptor" => "2",
1174 "ParseException" => "2",
1175 "ParsePosition" => "2",
1176 "Parser" => "2",
1177 "ParserDelegator" => "2",
1178 "PasswordAuthentication" => "2",
1179 "PasswordView" => "2",
1180 "PathIterator" => "2",
1181 "Permission" => "2",
1182 "PermissionCollection" => "2",
1183 "Permissions" => "2",
1184 "PERSIST_STORE" => "2",
1185 "PhantomReference" => "2",
1186 "PipedInputStream" => "2",
1187 "PipedOutputStream" => "2",
1188 "PipedReader" => "2",
1189 "PipedWriter" => "2",
1190 "PixelGrabber" => "2",
1191 "PixelInterleavedSampleModel" => "2",
1192 "PKCS8EncodedKeySpec" => "2",
1193 "PlainDocument" => "2",
1194 "PlainView" => "2",
1195 "Point" => "2",
1196 "Point2D" => "2",
1197 "Point2D.Double" => "2",
1198 "Point2D.Float" => "2",
1199 "Policy" => "2",
1200 "PolicyError" => "2",
1201 "Polygon" => "2",
1202 "PopupMenu" => "2",
1203 "PopupMenuEvent" => "2",
1204 "PopupMenuListener" => "2",
1205 "PopupMenuUI" => "2",
1206 "Position" => "2",
1207 "Position.Bias" => "2",
1208 "PreparedStatement" => "2",
1209 "Principal" => "2",
1210 "PrincipalHolder" => "2",
1211 "Printable" => "2",
1212 "PrinterAbortException" => "2",
1213 "PrinterException" => "2",
1214 "PrinterGraphics" => "2",
1215 "PrinterIOException" => "2",
1216 "PrinterJob" => "2",
1217 "PrintGraphics" => "2",
1218 "PrintJob" => "2",
1219 "PrintStream" => "2",
1220 "PrintWriter" => "2",
1221 "PRIVATE_MEMBER" => "2",
1222 "PrivateKey" => "2",
1223 "PrivilegedAction" => "2",
1224 "PrivilegedActionException" => "2",
1225 "PrivilegedExceptionAction" => "2",
1226 "Process" => "2",
1227 "ProfileDataException" => "2",
1228 "ProgressBarUI" => "2",
1229 "ProgressMonitor" => "2",
1230 "ProgressMonitorInputStream" => "2",
1231 "Properties" => "2",
1232 "PropertyChangeEvent" => "2",
1233 "PropertyChangeListener" => "2",
1234 "PropertyChangeSupport" => "2",
1235 "PropertyDescriptor" => "2",
1236 "PropertyEditor" => "2",
1237 "PropertyEditorManager" => "2",
1238 "PropertyEditorSupport" => "2",
1239 "PropertyPermission" => "2",
1240 "PropertyResourceBundle" => "2",
1241 "PropertyVetoException" => "2",
1242 "ProtectionDomain" => "2",
1243 "ProtocolException" => "2",
1244 "Provider" => "2",
1245 "ProviderException" => "2",
1246 "PUBLIC_MEMBER" => "2",
1247 "PublicKey" => "2",
1248 "PushbackInputStream" => "2",
1249 "PushbackReader" => "2",
1250 "QuadCurve2D" => "2",
1251 "QuadCurve2D.Double" => "2",
1252 "QuadCurve2D.Float" => "2",
1253 "Random" => "2",
1254 "RandomAccessFile" => "2",
1255 "Raster" => "2",
1256 "RasterFormatException" => "2",
1257 "RasterOp" => "2",
1258 "Reader" => "2",
1259 "Rectangle" => "2",
1260 "Rectangle2D" => "2",
1261 "Rectangle2D.Double" => "2",
1262 "Rectangle2D.Float" => "2",
1263 "RectangularShape" => "2",
1264 "Ref" => "2",
1265 "Reference" => "2",
1266 "ReferenceQueue" => "2",
1267 "ReflectPermission" => "2",
1268 "Registry" => "2",
1269 "RegistryHandler" => "2",
1270 "RemarshalException" => "2",
1271 "Remote" => "2",
1272 "RemoteCall" => "2",
1273 "RemoteException" => "2",
1274 "RemoteObject" => "2",
1275 "RemoteRef" => "2",
1276 "RemoteServer" => "2",
1277 "RemoteStub" => "2",
1278 "RenderableImage" => "2",
1279 "RenderableImageOp" => "2",
1280 "RenderableImageProducer" => "2",
1281 "RenderContext" => "2",
1282 "RenderedImage" => "2",
1283 "RenderedImageFactory" => "2",
1284 "Renderer" => "2",
1285 "RenderingHints" => "2",
1286 "RenderingHints.Key" => "2",
1287 "RepaintManager" => "2",
1288 "ReplicateScaleFilter" => "2",
1289 "Request" => "2",
1290 "RescaleOp" => "2",
1291 "ResourceBundle" => "2",
1292 "ResponseHandler" => "2",
1293 "ResultSet" => "2",
1294 "ResultSetMetaData" => "2",
1295 "RGBImageFilter" => "2",
1296 "RMIClassLoader" => "2",
1297 "RMIClientSocketFactory" => "2",
1298 "RMIFailureHandler" => "2",
1299 "RMISecurityException" => "2",
1300 "RMISecurityManager" => "2",
1301 "RMIServerSocketFactory" => "2",
1302 "RMISocketFactory" => "2",
1303 "RootPaneContainer" => "2",
1304 "RoundRectangle2D" => "2",
1305 "RoundRectangle2D.Double" => "2",
1306 "RoundRectangle2D.Float" => "2",
1307 "RowMapper" => "2",
1308 "RSAPrivateCrtKey" => "2",
1309 "RSAPrivateCrtKeySpec" => "2",
1310 "RSAPrivateKey" => "2",
1311 "RSAPrivateKeySpec" => "2",
1312 "RSAPublicKey" => "2",
1313 "RSAPublicKeySpec" => "2",
1314 "RTFEditorKit" => "2",
1315 "RuleBasedCollator" => "2",
1316 "Runnable" => "2",
1317 "Runtime" => "2",
1318 "RuntimeException" => "2",
1319 "RuntimePermission" => "2",
1320 "SampleModel" => "2",
1321 "Scrollable" => "2",
1322 "Scrollbar" => "2",
1323 "ScrollBarUI" => "2",
1324 "ScrollPane" => "2",
1325 "ScrollPaneConstants" => "2",
1326 "ScrollPaneLayout" => "2",
1327 "ScrollPaneLayout.UIResource" => "2",
1328 "ScrollPaneUI" => "2",
1329 "SecureClassLoader" => "2",
1330 "SecureRandom" => "2",
1331 "SecureRandomSpi" => "2",
1332 "Security" => "2",
1333 "SecurityException" => "2",
1334 "SecurityManager" => "2",
1335 "SecurityPermission" => "2",
1336 "Segment" => "2",
1337 "SeparatorUI" => "2",
1338 "SequenceInputStream" => "2",
1339 "Serializable" => "2",
1340 "SerializablePermission" => "2",
1341 "ServantObject" => "2",
1342 "ServerCloneException" => "2",
1343 "ServerError" => "2",
1344 "ServerException" => "2",
1345 "ServerNotActiveException" => "2",
1346 "ServerRef" => "2",
1347 "ServerRequest" => "2",
1348 "ServerRuntimeException" => "2",
1349 "ServerSocket" => "2",
1350 "ServiceDetail" => "2",
1351 "ServiceDetailHelper" => "2",
1352 "ServiceInformation" => "2",
1353 "ServiceInformationHelper" => "2",
1354 "ServiceInformationHolder" => "2",
1355 "Set" => "2",
1356 "SetOverrideType" => "2",
1357 "Shape" => "2",
1358 "ShapeGraphicAttribute" => "2",
1359 "Short" => "2",
1360 "ShortHolder" => "2",
1361 "ShortLookupTable" => "2",
1362 "Signature" => "2",
1363 "SignatureException" => "2",
1364 "SignatureSpi" => "2",
1365 "SignedObject" => "2",
1366 "Signer" => "2",
1367 "SimpleAttributeSet" => "2",
1368 "SimpleBeanInfo" => "2",
1369 "SimpleDateFormat" => "2",
1370 "SimpleTimeZone" => "2",
1371 "SinglePixelPackedSampleModel" => "2",
1372 "SingleSelectionModel" => "2",
1373 "SizeRequirements" => "2",
1374 "Skeleton" => "2",
1375 "SkeletonMismatchException" => "2",
1376 "SkeletonNotFoundException" => "2",
1377 "SliderUI" => "2",
1378 "Socket" => "2",
1379 "SocketException" => "2",
1380 "SocketImpl" => "2",
1381 "SocketImplFactory" => "2",
1382 "SocketOptions" => "2",
1383 "SocketPermission" => "2",
1384 "SocketSecurityException" => "2",
1385 "SoftBevelBorder" => "2",
1386 "SoftReference" => "2",
1387 "SortedMap" => "2",
1388 "SortedSet" => "2",
1389 "SplitPaneUI" => "2",
1390 "SQLData" => "2",
1391 "SQLException" => "2",
1392 "SQLInput" => "2",
1393 "SQLOutput" => "2",
1394 "SQLWarning" => "2",
1395 "Stack" => "2",
1396 "StackOverflowError" => "2",
1397 "StateEdit" => "2",
1398 "StateEditable" => "2",
1399 "Statement" => "2",
1400 "Streamable" => "2",
1401 "StreamCorruptedException" => "2",
1402 "StreamTokenizer" => "2",
1403 "String" => "2",
1404 "StringBuffer" => "2",
1405 "StringBufferInputStream" => "2",
1406 "StringCharacterIterator" => "2",
1407 "StringContent" => "2",
1408 "StringHolder" => "2",
1409 "StringIndexOutOfBoundsException" => "2",
1410 "StringReader" => "2",
1411 "StringSelection" => "2",
1412 "StringTokenizer" => "2",
1413 "StringWriter" => "2",
1414 "Stroke" => "2",
1415 "Struct" => "2",
1416 "StructMember" => "2",
1417 "StubNotFoundException" => "2",
1418 "Style" => "2",
1419 "StyleConstants" => "2",
1420 "StyleConstants.CharacterConstants" => "2",
1421 "StyleConstants.ColorConstants" => "2",
1422 "StyleConstants.FontConstants" => "2",
1423 "StyleConstants.ParagraphConstants" => "2",
1424 "StyleContext" => "2",
1425 "StyledDocument" => "2",
1426 "StyledEditorKit" => "2",
1427 "StyledEditorKit.AlignmentAction" => "2",
1428 "StyledEditorKit.BoldAction" => "2",
1429 "StyledEditorKit.FontFamilyAction" => "2",
1430 "StyledEditorKit.FontSizeAction" => "2",
1431 "StyledEditorKit.ForegroundAction" => "2",
1432 "StyledEditorKit.ItalicAction" => "2",
1433 "StyledEditorKit.StyledTextAction" => "2",
1434 "StyledEditorKit.UnderlineAction" => "2",
1435 "StyleSheet" => "2",
1436 "StyleSheet.BoxPainter" => "2",
1437 "StyleSheet.ListPainter" => "2",
1438 "SwingConstants" => "2",
1439 "SwingPropertyChangeSupport" => "2",
1440 "SwingUtilities" => "2",
1441 "SyncFailedException" => "2",
1442 "System" => "2",
1443 "SystemColor" => "2",
1444 "SystemException" => "2",
1445 "SystemFlavorMap" => "2",
1446 "TabableView" => "2",
1447 "TabbedPaneUI" => "2",
1448 "TabExpander" => "2",
1449 "TableCellEditor" => "2",
1450 "TableCellRenderer" => "2",
1451 "TableColumn" => "2",
1452 "TableColumnModel" => "2",
1453 "TableColumnModelEvent" => "2",
1454 "TableColumnModelListener" => "2",
1455 "TableHeaderUI" => "2",
1456 "TableModel" => "2",
1457 "TableModelEvent" => "2",
1458 "TableModelListener" => "2",
1459 "TableUI" => "2",
1460 "TableView" => "2",
1461 "TabSet" => "2",
1462 "TabStop" => "2",
1463 "TagElement" => "2",
1464 "TCKind" => "2",
1465 "TextAction" => "2",
1466 "TextArea" => "2",
1467 "TextAttribute" => "2",
1468 "TextComponent" => "2",
1469 "TextEvent" => "2",
1470 "TextField" => "2",
1471 "TextHitInfo" => "2",
1472 "TextLayout" => "2",
1473 "TextLayout.CaretPolicy" => "2",
1474 "TextLine.TextLineMetrics" => "2",
1475 "TextListener" => "2",
1476 "TextUI" => "2",
1477 "TexturePaint" => "2",
1478 "Thread" => "2",
1479 "ThreadDeath" => "2",
1480 "ThreadGroup" => "2",
1481 "ThreadLocal" => "2",
1482 "Throwable" => "2",
1483 "TileObserver" => "2",
1484 "Time" => "2",
1485 "Timer" => "2",
1486 "Timestamp" => "2",
1487 "TimeZone" => "2",
1488 "TitledBorder" => "2",
1489 "ToolBarUI" => "2",
1490 "Toolkit" => "2",
1491 "ToolTipManager" => "2",
1492 "ToolTipUI" => "2",
1493 "TooManyListenersException" => "2",
1494 "TRANSACTION_REQUIRED" => "2",
1495 "TRANSACTION_ROLLEDBACK" => "2",
1496 "Transferable" => "2",
1497 "TransformAttribute" => "2",
1498 "TRANSIENT" => "2",
1499 "Transparency" => "2",
1500 "TreeCellEditor" => "2",
1501 "TreeCellRenderer" => "2",
1502 "TreeExpansionEvent" => "2",
1503 "TreeExpansionListener" => "2",
1504 "TreeMap" => "2",
1505 "TreeModel" => "2",
1506 "TreeModelEvent" => "2",
1507 "TreeModelListener" => "2",
1508 "TreeNode" => "2",
1509 "TreePath" => "2",
1510 "TreeSelectionEvent" => "2",
1511 "TreeSelectionListener" => "2",
1512 "TreeSelectionModel" => "2",
1513 "TreeSet" => "2",
1514 "TreeUI" => "2",
1515 "TreeWillExpandListener" => "2",
1516 "TypeCode" => "2",
1517 "TypeCodeHolder" => "2",
1518 "TypeMismatch" => "2",
1519 "Types" => "2",
1520 "UID" => "2",
1521 "UIDefaults" => "2",
1522 "UIDefaults.ActiveValue" => "2",
1523 "UIDefaults.LazyValue" => "2",
1524 "UIManager" => "2",
1525 "UIManager.LookAndFeelInfo" => "2",
1526 "UIResource" => "2",
1527 "UndoableEdit" => "2",
1528 "UndoableEditEvent" => "2",
1529 "UndoableEditListener" => "2",
1530 "UndoableEditSupport" => "2",
1531 "UndoManager" => "2",
1532 "UnexpectedException" => "2",
1533 "UnicastRemoteObject" => "2",
1534 "UnionMember" => "2",
1535 "UNKNOWN" => "2",
1536 "UnknownError" => "2",
1537 "UnknownGroupException" => "2",
1538 "UnknownHostException" => "2",
1539 "UnknownObjectException" => "2",
1540 "UnknownServiceException" => "2",
1541 "UnknownUserException" => "2",
1542 "UnmarshalException" => "2",
1543 "UnrecoverableKeyException" => "2",
1544 "Unreferenced" => "2",
1545 "UnresolvedPermission" => "2",
1546 "UnsatisfiedLinkError" => "2",
1547 "UNSUPPORTED_POLICY" => "2",
1548 "UNSUPPORTED_POLICY_VALUE" => "2",
1549 "UnsupportedClassVersionError" => "2",
1550 "UnsupportedEncodingException" => "2",
1551 "UnsupportedFlavorException" => "2",
1552 "UnsupportedLookAndFeelException" => "2",
1553 "UnsupportedOperationException" => "2",
1554 "URL" => "2",
1555 "URLClassLoader" => "2",
1556 "URLConnection" => "2",
1557 "URLDecoder" => "2",
1558 "URLEncoder" => "2",
1559 "URLStreamHandler" => "2",
1560 "URLStreamHandlerFactory" => "2",
1561 "UserException" => "2",
1562 "UTFDataFormatException" => "2",
1563 "Utilities" => "2",
1564 "ValueMember" => "2",
1565 "VariableHeightLayoutCache" => "2",
1566 "Vector" => "2",
1567 "VerifyError" => "2",
1568 "VetoableChangeListener" => "2",
1569 "VetoableChangeSupport" => "2",
1570 "View" => "2",
1571 "ViewFactory" => "2",
1572 "ViewportLayout" => "2",
1573 "ViewportUI" => "2",
1574 "VirtualMachineError" => "2",
1575 "Visibility" => "2",
1576 "VM_ABSTRACT" => "2",
1577 "VM_CUSTOM" => "2",
1578 "VM_NONE" => "2",
1579 "VM_TRUNCATABLE" => "2",
1580 "VMID" => "2",
1581 "Void" => "2",
1582 "WeakHashMap" => "2",
1583 "WeakReference" => "2",
1584 "Window" => "2",
1585 "WindowAdapter" => "2",
1586 "WindowConstants" => "2",
1587 "WindowEvent" => "2",
1588 "WindowListener" => "2",
1589 "WrappedPlainView" => "2",
1590 "WritableRaster" => "2",
1591 "WritableRenderedImage" => "2",
1592 "WriteAbortedException" => "2",
1593 "Writer" => "2",
1594 "WrongTransaction" => "2",
1595 "X509Certificate" => "2",
1596 "X509CRL" => "2",
1597 "X509CRLEntry" => "2",
1598 "X509EncodedKeySpec" => "2",
1599 "X509Extension" => "2",
1600 "ZipEntry" => "2",
1601 "ZipException" => "2",
1602 "ZipFile" => "2",
1603 "ZipInputStream" => "2",
1604 "ZipOutputStream" => "2",
1605 "_BindingIteratorImplBase" => "2",
1606 "_BindingIteratorStub" => "2",
1607 "_NamingContextImplBase" => "2",
1608 "_NamingContextStub" => "2",
1609 "accessibility" => "3",
1610 "acl" => "3",
1611 "activation" => "3",
1612 "applet" => "3",
1613 "awt" => "3",
1614 "basic" => "3",
1615 "beans" => "3",
1616 "beancontext" => "3",
1617 "border" => "3",
1618 "cert" => "3",
1619 "color" => "3",
1620 "colorchooser" => "3",
1621 "CORBA" => "3",
1622 "CosNaming" => "3",
1623 "datatransfer" => "3",
1624 "dgc" => "3",
1625 "dnd" => "3",
1626 "DynAnyPackage" => "3",
1627 "event" => "3",
1628 "filechooser" => "3",
1629 "font" => "3",
1630 "geom" => "3",
1631 "html" => "3",
1632 "im" => "3",
1633 "image" => "3",
1634 "interfaces" => "3",
1635 "io" => "3",
1636 "jar" => "3",
1637 "java" => "3",
1638 "javax" => "3",
1639 "lang" => "3",
1640 "math" => "3",
1641 "metal" => "3",
1642 "multi" => "3",
1643 "NamingContextPackage" => "3",
1644 "net" => "3",
1645 "omg" => "3",
1646 "org" => "3",
1647 "ORBPackage" => "3",
1648 "parser" => "3",
1649 "plaf" => "3",
1650 "portable" => "3",
1651 "print" => "3",
1652 "ref" => "3",
1653 "reflect" => "3",
1654 "registry" => "3",
1655 "renderable" => "3",
1656 "rmi" => "3",
1657 "rtf" => "3",
1658 "security" => "3",
1659 "server" => "3",
1660 "spec" => "3",
1661 "sql" => "3",
1662 "swing" => "3",
1663 "table" => "3",
1664 "text" => "3",
1665 "tree" => "3",
1666 "TypeCodePackage" => "3",
1667 "undo" => "3",
1668 "util" => "3",
1669 "zip" => "3",
1670 "+" => "4",
1671 "-" => "4",
1672 "=" => "4",
1673 "/" => "4",
1674 "*" => "4",
1675 "%" => "4",
1676 "&" => "4",
1677 ">" => "4",
1678 "<" => "4",
1679 "~" => "4",
1680 "^" => "4",
1681 "!" => "4",
1682 "|" => "4",
1683 "?" => "4",
1684 ":" => "4",
1685 "." => "4");
1686
1687 // Special extensions
1688
1689 // Each category can specify a PHP function that returns an altered
1690 // version of the keyword.
1691
1692
1693
1694 $this->linkscripts = array(
1695 "1" => "donothing",
1696 "2" => "donothing",
1697 "3" => "donothing",
1698 "4" => "donothing");
1699 }
1700
1701
1702 public function donothing($keywordin)
1703 {
1704 return $keywordin;
1705 }
1706}
$BEAUT_PATH
An exception for terminatinating execution or to throw for unit testing.
donothing($keywordin)