ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5
HFile_javatimeiq Class Reference
+ Inheritance diagram for HFile_javatimeiq:
+ Collaboration diagram for HFile_javatimeiq:

Public Member Functions

 HFile_javatimeiq ()
 
 donothing ($keywordin)
 
- Public Member Functions inherited from HFile
 HFile ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

Detailed Description

Definition at line 5 of file HFile_javatimeiq.php.

Member Function Documentation

◆ donothing()

HFile_javatimeiq::donothing (   $keywordin)

Definition at line 1586 of file HFile_javatimeiq.php.

1587 {
1588  return $keywordin;
1589 }

◆ HFile_javatimeiq()

HFile_javatimeiq::HFile_javatimeiq ( )

Definition at line 6 of file HFile_javatimeiq.php.

References HFile\HFile().

6  {
7  $this->HFile();
8 /*************************************/
9 // Beautifier Highlighting Configuration File
10 // Java 1.2 with FAME TimeIQ
11 /*************************************/
12 // Flags
13 
14 $this->nocase = "0";
15 $this->notrim = "0";
16 $this->perl = "0";
17 
18 // Colours
19 
20 $this->colours = array("blue", "purple", "gray");
21 $this->quotecolour = "blue";
22 $this->blockcommentcolour = "green";
23 $this->linecommentcolour = "green";
24 
25 // Indent Strings
26 
27 $this->indent = array("{");
28 $this->unindent = array("}");
29 
30 // String characters and delimiters
31 
32 $this->stringchars = array();
33 $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "-", "+", "=", "|", "\\", "/", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "?");
34 $this->escchar = "";
35 
36 // Comment settings
37 
38 $this->linecommenton = array("//");
39 $this->blockcommenton = array("/*");
40 $this->blockcommentoff = array("*/");
41 
42 // Keywords (keyword mapping to colour number)
43 
44 $this->keywords = array(
45  "abstract" => "1",
46  "break" => "1",
47  "byte" => "1",
48  "boolean" => "1",
49  "catch" => "1",
50  "case" => "1",
51  "class" => "1",
52  "char" => "1",
53  "continue" => "1",
54  "default" => "1",
55  "double" => "1",
56  "do" => "1",
57  "else" => "1",
58  "extends" => "1",
59  "false" => "1",
60  "final" => "1",
61  "float" => "1",
62  "for" => "1",
63  "finally" => "1",
64  "if" => "1",
65  "import" => "1",
66  "implements" => "1",
67  "int" => "1",
68  "interface" => "1",
69  "instanceof" => "1",
70  "long" => "1",
71  "length" => "1",
72  "native" => "1",
73  "new" => "1",
74  "null" => "1",
75  "package" => "1",
76  "private" => "1",
77  "protected" => "1",
78  "public" => "1",
79  "return" => "1",
80  "switch" => "1",
81  "synchronized" => "1",
82  "short" => "1",
83  "static" => "1",
84  "super" => "1",
85  "try" => "1",
86  "true" => "1",
87  "this" => "1",
88  "throw" => "1",
89  "throws" => "1",
90  "threadsafe" => "1",
91  "transient" => "1",
92  "void" => "1",
93  "while" => "1",
94  "AbstractAction" => "2",
95  "AbstractBorder" => "2",
96  "AbstractButton" => "2",
97  "AbstractCollection" => "2",
98  "AbstractDocument" => "2",
99  "AbstractLayoutCache" => "2",
100  "AbstractList" => "2",
101  "AbstractListModel" => "2",
102  "AbstractMap" => "2",
103  "AbstractMethodError" => "2",
104  "AbstractSequentialList" => "2",
105  "AbstractSet" => "2",
106  "AbstractTableModel" => "2",
107  "AbstractUndoableEdit" => "2",
108  "AbstractWriter" => "2",
109  "AccessControlContext" => "2",
110  "AccessControlException" => "2",
111  "AccessController" => "2",
112  "AccessException" => "2",
113  "Accessible" => "2",
114  "AccessibleAction" => "2",
115  "AccessibleBundle" => "2",
116  "AccessibleComponent" => "2",
117  "AccessibleContext" => "2",
118  "AccessibleHyperlink" => "2",
119  "AccessibleHypertext" => "2",
120  "AccessibleObject" => "2",
121  "AccessibleResourceBundle" => "2",
122  "AccessibleRole" => "2",
123  "AccessibleSelection" => "2",
124  "AccessibleState" => "2",
125  "AccessibleStateSet" => "2",
126  "AccessibleText" => "2",
127  "AccessibleValue" => "2",
128  "Acl" => "2",
129  "AclEntry" => "2",
130  "AclNotFoundException" => "2",
131  "Action" => "2",
132  "ActionEvent" => "2",
133  "ActionListener" => "2",
134  "Activatable" => "2",
135  "ActivateFailedException" => "2",
136  "ActivationDesc" => "2",
137  "ActivationException" => "2",
138  "ActivationGroup" => "2",
139  "ActivationGroupDesc" => "2",
140  "ActivationGroupID" => "2",
141  "ActivationID" => "2",
142  "ActivationInstantiator" => "2",
143  "ActivationMonitor" => "2",
144  "ActivationSystem" => "2",
145  "Activator" => "2",
146  "ActiveEvent" => "2",
147  "Adjustable" => "2",
148  "AdjustmentEvent" => "2",
149  "AdjustmentListener" => "2",
150  "Adler32" => "2",
151  "AffineTransform" => "2",
152  "AffineTransformOp" => "2",
153  "AlgorithmParameterGenerator" => "2",
154  "AlgorithmParameterGeneratorSpi" => "2",
155  "AlgorithmParameters" => "2",
156  "AlgorithmParameterSpec" => "2",
157  "AlgorithmParametersSpi" => "2",
158  "AliasDef" => "2",
159  "AllPermission" => "2",
160  "AlphaComposite" => "2",
161  "AlreadyBound" => "2",
162  "AlreadyBoundException" => "2",
163  "AlreadyBoundHelper" => "2",
164  "AlreadyBoundHolder" => "2",
165  "AncestorEvent" => "2",
166  "AncestorListener" => "2",
167  "Annotation" => "2",
168  "Any" => "2",
169  "AnyHolder" => "2",
170  "Applet" => "2",
171  "AppletContext" => "2",
172  "AppletInitializer" => "2",
173  "AppletStub" => "2",
174  "ApplicationException" => "2",
175  "Arc2D" => "2",
176  "Area" => "2",
177  "AreaAveragingScaleFilter" => "2",
178  "ARG_IN" => "2",
179  "ARG_INOUT" => "2",
180  "ARG_OUT" => "2",
181  "ArithmeticException" => "2",
182  "Array" => "2",
183  "ArrayDef" => "2",
184  "ArrayIndexOutOfBoundsException" => "2",
185  "ArrayList" => "2",
186  "Arrays" => "2",
187  "ArrayStoreException" => "2",
188  "AttributedCharacterIterator" => "2",
189  "AttributeDef" => "2",
190  "AttributeDescription" => "2",
191  "AttributedString" => "2",
192  "AttributeMode" => "2",
193  "Attributes" => "2",
194  "AttributeSet" => "2",
195  "AudioClip" => "2",
196  "Authenticator" => "2",
197  "Autoscroll" => "2",
198  "AWTError" => "2",
199  "AWTEvent" => "2",
200  "AWTEventMulticaster" => "2",
201  "AWTException" => "2",
202  "AWTPermission" => "2",
203  "BAD_CONTEXT" => "2",
204  "BAD_INV_ORDER" => "2",
205  "BAD_OPERATION" => "2",
206  "BAD_PARAM" => "2",
207  "BAD_TYPECODE" => "2",
208  "BadKind" => "2",
209  "BadLocationException" => "2",
210  "BandCombineOp" => "2",
211  "BandedSampleModel" => "2",
212  "BasicPermission" => "2",
213  "BasicStroke" => "2",
214  "BatchUpdateException" => "2",
215  "BeanContext" => "2",
216  "BeanContextAddedEvent" => "2",
217  "BeanContextChild" => "2",
218  "BeanContextChildSupport" => "2",
219  "BeanContextContainer" => "2",
220  "BeanContextEvent" => "2",
221  "BeanContextMembershipEvent" => "2",
222  "BeanContextMembershipListener" => "2",
223  "BeanContextRemovedEvent" => "2",
224  "BeanContextServiceAvailableEvent" => "2",
225  "BeanContextServiceProvider" => "2",
226  "BeanContextServiceRevokedEvent" => "2",
227  "BeanContextServiceRevokedListener" => "2",
228  "BeanContextServices" => "2",
229  "BeanContextServicesListener" => "2",
230  "BeanContextServicesSupport" => "2",
231  "BeanContextSupport" => "2",
232  "BeanDescriptor" => "2",
233  "BeanInfo" => "2",
234  "Beans" => "2",
235  "BevelBorder" => "2",
236  "BigDecimal" => "2",
237  "BigInteger" => "2",
238  "BindException" => "2",
239  "Binding" => "2",
240  "BindingHelper" => "2",
241  "BindingHolder" => "2",
242  "BindingIterator" => "2",
243  "BindingIteratorHelper" => "2",
244  "BindingIteratorHolder" => "2",
245  "BindingListHelper" => "2",
246  "BindingListHolder" => "2",
247  "BindingType" => "2",
248  "BindingTypeHelper" => "2",
249  "BindingTypeHolder" => "2",
250  "BitSet" => "2",
251  "Blob" => "2",
252  "BlockView" => "2",
253  "Book" => "2",
254  "Boolean" => "2",
255  "BooleanHolder" => "2",
256  "Border" => "2",
257  "BorderFactory" => "2",
258  "BorderLayout" => "2",
259  "BorderUIResource" => "2",
260  "BoundedRangeModel" => "2",
261  "Bounds" => "2",
262  "Box" => "2",
263  "BoxLayout" => "2",
264  "BoxView" => "2",
265  "BreakIterator" => "2",
266  "BufferedImage" => "2",
267  "BufferedImageFilter" => "2",
268  "BufferedImageOp" => "2",
269  "BufferedInputStream" => "2",
270  "BufferedOutputStream" => "2",
271  "BufferedReader" => "2",
272  "BufferedWriter" => "2",
273  "Button" => "2",
274  "ButtonGroup" => "2",
275  "ButtonModel" => "2",
276  "ButtonUI" => "2",
277  "Byte" => "2",
278  "ByteArrayInputStream" => "2",
279  "ByteArrayOutputStream" => "2",
280  "ByteHolder" => "2",
281  "ByteLookupTable" => "2",
282  "Calendar" => "2",
283  "CallableStatement" => "2",
284  "CannotProceed" => "2",
285  "CannotProceedHelper" => "2",
286  "CannotProceedHolder" => "2",
287  "CannotRedoException" => "2",
288  "CannotUndoException" => "2",
289  "Canvas" => "2",
290  "CardLayout" => "2",
291  "Caret" => "2",
292  "CaretEvent" => "2",
293  "CaretListener" => "2",
294  "CellEditor" => "2",
295  "CellEditorListener" => "2",
296  "CellRendererPane" => "2",
297  "Certificate" => "2",
298  "CertificateEncodingException" => "2",
299  "CertificateException" => "2",
300  "CertificateExpiredException" => "2",
301  "CertificateFactory" => "2",
302  "CertificateFactorySpi" => "2",
303  "CertificateNotYetValidException" => "2",
304  "CertificateParsingException" => "2",
305  "ChangeEvent" => "2",
306  "ChangeListener" => "2",
307  "Character" => "2",
308  "CharacterIterator" => "2",
309  "CharArrayReader" => "2",
310  "CharArrayWriter" => "2",
311  "CharConversionException" => "2",
312  "CharHolder" => "2",
313  "Checkbox" => "2",
314  "CheckboxGroup" => "2",
315  "CheckboxMenuItem" => "2",
316  "CheckedInputStream" => "2",
317  "CheckedOutputStream" => "2",
318  "Checksum" => "2",
319  "Choice" => "2",
320  "ChoiceFormat" => "2",
321  "Class" => "2",
322  "ClassCastException" => "2",
323  "ClassCircularityError" => "2",
324  "ClassFormatError" => "2",
325  "ClassLoader" => "2",
326  "ClassNotFoundException" => "2",
327  "Clipboard" => "2",
328  "ClipboardOwner" => "2",
329  "Clob" => "2",
330  "Cloneable" => "2",
331  "CloneNotSupportedException" => "2",
332  "CMMException" => "2",
333  "CodeSource" => "2",
334  "CollationElementIterator" => "2",
335  "CollationKey" => "2",
336  "Collator" => "2",
337  "Collection" => "2",
338  "Collections" => "2",
339  "Color" => "2",
340  "ColorChooserUI" => "2",
341  "ColorConvertOp" => "2",
342  "ColorModel" => "2",
343  "ColorSpace" => "2",
344  "ColorUIResource" => "2",
345  "ComboBoxEditor" => "2",
346  "ComboBoxModel" => "2",
347  "ComboBoxUI" => "2",
348  "COMM_FAILURE" => "2",
349  "Comparable" => "2",
350  "Comparator" => "2",
351  "Compiler" => "2",
352  "CompletionStatus" => "2",
353  "Component" => "2",
354  "ComponentAdapter" => "2",
355  "ComponentColorModel" => "2",
356  "ComponentEvent" => "2",
357  "ComponentListener" => "2",
358  "ComponentOrientation" => "2",
359  "ComponentSampleModel" => "2",
360  "ComponentUI" => "2",
361  "ComponentView" => "2",
362  "Composite" => "2",
363  "CompositeContext" => "2",
364  "CompositeView" => "2",
365  "CompoundBorder" => "2",
366  "CompoundEdit" => "2",
367  "ConcurrentModificationException" => "2",
368  "ConnectException" => "2",
369  "ConnectIOException" => "2",
370  "Connection" => "2",
371  "ConstantDef" => "2",
372  "ConstantDescription" => "2",
373  "ConstructionPolicy" => "2",
374  "Constructor" => "2",
375  "Contained" => "2",
376  "Container" => "2",
377  "ContainerAdapter" => "2",
378  "ContainerEvent" => "2",
379  "ContainerListener" => "2",
380  "ContentHandler" => "2",
381  "ContentHandlerFactory" => "2",
382  "Context" => "2",
383  "ContextList" => "2",
384  "ContextualRenderedImageFactory" => "2",
385  "ConvolveOp" => "2",
386  "CRC32" => "2",
387  "CRL" => "2",
388  "CRLException" => "2",
389  "CropImageFilter" => "2",
390  "CSS" => "2",
391  "CTX_RESTRICT_SCOPE" => "2",
392  "CubicCurve2D" => "2",
393  "Current" => "2",
394  "Cursor" => "2",
395  "Customizer" => "2",
396  "DATA_CONVERSION" => "2",
397  "DatabaseMetaData" => "2",
398  "DataBuffer" => "2",
399  "DataBufferByte" => "2",
400  "DataBufferInt" => "2",
401  "DataBufferShort" => "2",
402  "DataBufferUShort" => "2",
403  "DataFlavor" => "2",
404  "DataFormatException" => "2",
405  "DatagramPacket" => "2",
406  "DatagramSocket" => "2",
407  "DatagramSocketImpl" => "2",
408  "DataInput" => "2",
409  "DataInputStream" => "2",
410  "DataOutput" => "2",
411  "DataOutputStream" => "2",
412  "DataTruncation" => "2",
413  "Date" => "2",
414  "DateFormat" => "2",
415  "DateFormatSymbols" => "2",
416  "DebugGraphics" => "2",
417  "DecimalFormat" => "2",
418  "DecimalFormatSymbols" => "2",
419  "DefaultBoundedRangeModel" => "2",
420  "DefaultButtonModel" => "2",
421  "DefaultCaret" => "2",
422  "DefaultCellEditor" => "2",
423  "DefaultComboBoxModel" => "2",
424  "DefaultDesktopManager" => "2",
425  "DefaultEditorKit" => "2",
426  "DefaultFocusManager" => "2",
427  "DefaultHighlighter" => "2",
428  "DefaultListCellRenderer" => "2",
429  "DefaultListModel" => "2",
430  "DefaultListSelectionModel" => "2",
431  "DefaultMutableTreeNode" => "2",
432  "DefaultSingleSelectionModel" => "2",
433  "DefaultStyledDocument" => "2",
434  "DefaultTableCellRenderer" => "2",
435  "DefaultTableColumnModel" => "2",
436  "DefaultTableModel" => "2",
437  "DefaultTextUI" => "2",
438  "DefaultTreeCellEditor" => "2",
439  "DefaultTreeCellRenderer" => "2",
440  "DefaultTreeModel" => "2",
441  "DefaultTreeSelectionModel" => "2",
442  "DefinitionKind" => "2",
443  "Deflater" => "2",
444  "DeflaterOutputStream" => "2",
445  "Delegate" => "2",
446  "Description" => "2",
447  "DesignMode" => "2",
448  "DesktopIconUI" => "2",
449  "DesktopManager" => "2",
450  "DesktopPaneUI" => "2",
451  "DGC" => "2",
452  "Dialog" => "2",
453  "Dictionary" => "2",
454  "DigestException" => "2",
455  "DigestInputStream" => "2",
456  "DigestOutputStream" => "2",
457  "Dimension" => "2",
458  "Dimension2D" => "2",
459  "DimensionUIResource" => "2",
460  "DirectColorModel" => "2",
461  "DnDConstants" => "2",
462  "Document" => "2",
463  "DocumentEvent" => "2",
464  "DocumentListener" => "2",
465  "DomainManager" => "2",
466  "Double" => "2",
467  "DoubleHolder" => "2",
468  "DragGestureEvent" => "2",
469  "DragGestureListener" => "2",
470  "DragGestureRecognizer" => "2",
471  "DragSource" => "2",
472  "DragSourceContext" => "2",
473  "DragSourceDragEvent" => "2",
474  "DragSourceDropEvent" => "2",
475  "DragSourceEvent" => "2",
476  "DragSourceListener" => "2",
477  "Driver" => "2",
478  "DriverManager" => "2",
479  "DriverPropertyInfo" => "2",
480  "DropTarget" => "2",
481  "DropTargetContext" => "2",
482  "DropTargetDragEvent" => "2",
483  "DropTargetDropEvent" => "2",
484  "DropTargetEvent" => "2",
485  "DropTargetListener" => "2",
486  "DSAKey" => "2",
487  "DSAKeyPairGenerator" => "2",
488  "DSAParameterSpec" => "2",
489  "DSAParams" => "2",
490  "DSAPrivateKey" => "2",
491  "DSAPrivateKeySpec" => "2",
492  "DSAPublicKey" => "2",
493  "DSAPublicKeySpec" => "2",
494  "DynamicImplementation" => "2",
495  "DynAny" => "2",
496  "DynArray" => "2",
497  "DynEnum" => "2",
498  "DynFixed" => "2",
499  "DynSequence" => "2",
500  "DynStruct" => "2",
501  "DynUnion" => "2",
502  "DynValue" => "2",
503  "EditorKit" => "2",
504  "Element" => "2",
505  "ElementIterator" => "2",
506  "Ellipse2D" => "2",
507  "EmptyBorder" => "2",
508  "EmptyStackException" => "2",
509  "EncodedKeySpec" => "2",
510  "EnumDef" => "2",
511  "Enumeration" => "2",
512  "Environment" => "2",
513  "EOFException" => "2",
514  "Error" => "2",
515  "EtchedBorder" => "2",
516  "Event" => "2",
517  "EventListener" => "2",
518  "EventListenerList" => "2",
519  "EventObject" => "2",
520  "EventQueue" => "2",
521  "EventQueueListener" => "2",
522  "EventSetDescriptor" => "2",
523  "Exception" => "2",
524  "ExceptionDef" => "2",
525  "ExceptionDescription" => "2",
526  "ExceptionInInitializerError" => "2",
527  "ExceptionList" => "2",
528  "ExpandVetoException" => "2",
529  "ExportException" => "2",
530  "Externalizable" => "2",
531  "FeatureDescriptor" => "2",
532  "Field" => "2",
533  "FieldPosition" => "2",
534  "FieldView" => "2",
535  "File" => "2",
536  "FileChooserUI" => "2",
537  "FileDescriptor" => "2",
538  "FileDialog" => "2",
539  "FileFilter" => "2",
540  "FileInputStream" => "2",
541  "FilenameFilter" => "2",
542  "FileNameMap" => "2",
543  "FileNotFoundException" => "2",
544  "FileOutputStream" => "2",
545  "FilePermission" => "2",
546  "FileReader" => "2",
547  "FileWriter" => "2",
548  "FilteredImageSource" => "2",
549  "FilterInputStream" => "2",
550  "FilterOutputStream" => "2",
551  "FilterReader" => "2",
552  "FilterWriter" => "2",
553  "FixedHeightLayoutCache" => "2",
554  "FixedHolder" => "2",
555  "FlatteningPathIterator" => "2",
556  "FlavorMap" => "2",
557  "Float" => "2",
558  "FloatHolder" => "2",
559  "FlowLayout" => "2",
560  "FocusAdapter" => "2",
561  "FocusEvent" => "2",
562  "FocusListener" => "2",
563  "FocusManager" => "2",
564  "Font" => "2",
565  "FontMetrics" => "2",
566  "FontRenderContext" => "2",
567  "FontUIResource" => "2",
568  "Format" => "2",
569  "Frame" => "2",
570  "FREE_MEM" => "2",
571  "FullInterfaceDescription" => "2",
572  "GapContent" => "2",
573  "GeneralPath" => "2",
574  "GeneralSecurityException" => "2",
575  "GlyphJustificationInfo" => "2",
576  "GlyphMetrics" => "2",
577  "GlyphVector" => "2",
578  "GradientPaint" => "2",
579  "GraphicAttribute" => "2",
580  "Graphics" => "2",
581  "Graphics2D" => "2",
582  "GraphicsConfigTemplate" => "2",
583  "GraphicsConfiguration" => "2",
584  "GraphicsDevice" => "2",
585  "GraphicsEnvironment" => "2",
586  "GrayFilter" => "2",
587  "GregorianCalendar" => "2",
588  "GridBagConstraints" => "2",
589  "GridBagLayout" => "2",
590  "GridLayout" => "2",
591  "Group" => "2",
592  "Guard" => "2",
593  "GuardedObject" => "2",
594  "GZIPInputStream" => "2",
595  "GZIPOutputStream" => "2",
596  "HashMap" => "2",
597  "HashSet" => "2",
598  "Hashtable" => "2",
599  "Highlighter" => "2",
600  "HTML" => "2",
601  "HTMLDocument" => "2",
602  "HTMLEditorKit" => "2",
603  "HTMLWriter" => "2",
604  "HttpURLConnection" => "2",
605  "HyperlinkEvent" => "2",
606  "HyperlinkListener" => "2",
607  "ICC_ColorSpace" => "2",
608  "ICC_Profile" => "2",
609  "ICC_ProfileGray" => "2",
610  "ICC_ProfileRGB" => "2",
611  "Icon" => "2",
612  "IconUIResource" => "2",
613  "IconView" => "2",
614  "Identity" => "2",
615  "IdentityScope" => "2",
616  "IDLType" => "2",
617  "IllegalAccessError" => "2",
618  "IllegalAccessException" => "2",
619  "IllegalArgumentException" => "2",
620  "IllegalComponentStateException" => "2",
621  "IllegalMonitorStateException" => "2",
622  "IllegalPathStateException" => "2",
623  "IllegalStateException" => "2",
624  "IllegalThreadStateException" => "2",
625  "Image" => "2",
626  "ImageConsumer" => "2",
627  "ImageFilter" => "2",
628  "ImageFormatException" => "2",
629  "ImageGraphicAttribute" => "2",
630  "ImageIcon" => "2",
631  "ImageObserver" => "2",
632  "ImageProducer" => "2",
633  "ImagingOpException" => "2",
634  "IMP_LIMIT" => "2",
635  "ImplementationDef" => "2",
636  "IncompatibleClassChangeError" => "2",
637  "IndexColorModel" => "2",
638  "IndexedPropertyDescriptor" => "2",
639  "IndexOutOfBoundsException" => "2",
640  "InetAddress" => "2",
641  "Inflater" => "2",
642  "InflaterInputStream" => "2",
643  "InheritableThreadLocal" => "2",
644  "INITIALIZE" => "2",
645  "Initializer" => "2",
646  "InitializerDef" => "2",
647  "InlineView" => "2",
648  "InputContext" => "2",
649  "InputEvent" => "2",
650  "InputMethodEvent" => "2",
651  "InputMethodHighlight" => "2",
652  "InputMethodListener" => "2",
653  "InputMethodRequests" => "2",
654  "InputStream" => "2",
655  "InputStreamReader" => "2",
656  "Insets" => "2",
657  "InsetsUIResource" => "2",
658  "InstantiationError" => "2",
659  "InstantiationException" => "2",
660  "Integer" => "2",
661  "InterfaceDef" => "2",
662  "InterfaceDescription" => "2",
663  "INTERNAL" => "2",
664  "InternalError" => "2",
665  "InternalFrameAdapter" => "2",
666  "InternalFrameEvent" => "2",
667  "InternalFrameListener" => "2",
668  "InternalFrameUI" => "2",
669  "InterruptedException" => "2",
670  "InterruptedIOException" => "2",
671  "INTF_REPOS" => "2",
672  "IntHolder" => "2",
673  "IntrospectionException" => "2",
674  "Introspector" => "2",
675  "INV_FLAG" => "2",
676  "INV_IDENT" => "2",
677  "INV_OBJREF" => "2",
678  "INVALID_TRANSACTION" => "2",
679  "InvalidAlgorithmParameterException" => "2",
680  "InvalidClassException" => "2",
681  "InvalidDnDOperationException" => "2",
682  "InvalidKeyException" => "2",
683  "InvalidKeySpecException" => "2",
684  "InvalidName" => "2",
685  "InvalidNameHelper" => "2",
686  "InvalidNameHolder" => "2",
687  "InvalidObjectException" => "2",
688  "InvalidParameterException" => "2",
689  "InvalidParameterSpecException" => "2",
690  "InvocationEvent" => "2",
691  "InvocationTargetException" => "2",
692  "InvokeHandler" => "2",
693  "IOException" => "2",
694  "IRObject" => "2",
695  "IstringHelper" => "2",
696  "ItemEvent" => "2",
697  "ItemListener" => "2",
698  "ItemSelectable" => "2",
699  "Iterator" => "2",
700  "JApplet" => "2",
701  "JarEntry" => "2",
702  "JarException" => "2",
703  "JarFile" => "2",
704  "JarInputStream" => "2",
705  "JarOutputStream" => "2",
706  "JarURLConnection" => "2",
707  "JButton" => "2",
708  "JCheckBox" => "2",
709  "JCheckBoxMenuItem" => "2",
710  "JColorChooser" => "2",
711  "JComboBox" => "2",
712  "JComponent" => "2",
713  "JDesktopPane" => "2",
714  "JDialog" => "2",
715  "JEditorPane" => "2",
716  "JFileChooser" => "2",
717  "JFrame" => "2",
718  "JInternalFrame" => "2",
719  "JLabel" => "2",
720  "JLayeredPane" => "2",
721  "JList" => "2",
722  "JMenu" => "2",
723  "JMenuBar" => "2",
724  "JMenuItem" => "2",
725  "JOptionPane" => "2",
726  "JPanel" => "2",
727  "JPasswordField" => "2",
728  "JPEGCodec" => "2",
729  "JPEGDecodeParam" => "2",
730  "JPEGEncodeParam" => "2",
731  "JPEGHuffmanTable" => "2",
732  "JPEGImageDecoder" => "2",
733  "JPEGImageEncoder" => "2",
734  "JPEGQTable" => "2",
735  "JPopupMenu" => "2",
736  "JProgressBar" => "2",
737  "JRadioButton" => "2",
738  "JRadioButtonMenuItem" => "2",
739  "JRootPane" => "2",
740  "JScrollBar" => "2",
741  "JScrollPane" => "2",
742  "JSeparator" => "2",
743  "JSlider" => "2",
744  "JSplitPane" => "2",
745  "JTabbedPane" => "2",
746  "JTable" => "2",
747  "JTableHeader" => "2",
748  "JTextArea" => "2",
749  "JTextComponent" => "2",
750  "JTextField" => "2",
751  "JTextPane" => "2",
752  "JToggleButton" => "2",
753  "JToolBar" => "2",
754  "JToolTip" => "2",
755  "JTree" => "2",
756  "JViewport" => "2",
757  "JWindow" => "2",
758  "Kernel" => "2",
759  "Key" => "2",
760  "KeyAdapter" => "2",
761  "KeyEvent" => "2",
762  "KeyException" => "2",
763  "KeyFactory" => "2",
764  "KeyFactorySpi" => "2",
765  "KeyListener" => "2",
766  "KeyManagementException" => "2",
767  "Keymap" => "2",
768  "KeyPair" => "2",
769  "KeyPairGenerator" => "2",
770  "KeyPairGeneratorSpi" => "2",
771  "KeySpec" => "2",
772  "KeyStore" => "2",
773  "KeyStoreException" => "2",
774  "KeyStoreSpi" => "2",
775  "KeyStroke" => "2",
776  "Label" => "2",
777  "LabelUI" => "2",
778  "LabelView" => "2",
779  "LastOwnerException" => "2",
780  "LayoutManager" => "2",
781  "LayoutManager2" => "2",
782  "Lease" => "2",
783  "Line2D" => "2",
784  "LineBorder" => "2",
785  "LineBreakMeasurer" => "2",
786  "LineMetrics" => "2",
787  "LineNumberInputStream" => "2",
788  "LineNumberReader" => "2",
789  "LinkageError" => "2",
790  "LinkedList" => "2",
791  "List" => "2",
792  "ListCellRenderer" => "2",
793  "ListDataEvent" => "2",
794  "ListDataListener" => "2",
795  "ListIterator" => "2",
796  "ListModel" => "2",
797  "ListResourceBundle" => "2",
798  "ListSelectionEvent" => "2",
799  "ListSelectionListener" => "2",
800  "ListSelectionModel" => "2",
801  "ListUI" => "2",
802  "ListView" => "2",
803  "LoaderHandler" => "2",
804  "Locale" => "2",
805  "LocateRegistry" => "2",
806  "LogStream" => "2",
807  "Long" => "2",
808  "LongHolder" => "2",
809  "LookAndFeel" => "2",
810  "LookupOp" => "2",
811  "LookupTable" => "2",
812  "MalformedURLException" => "2",
813  "Manifest" => "2",
814  "Map" => "2",
815  "MARSHAL" => "2",
816  "MarshalException" => "2",
817  "MarshalledObject" => "2",
818  "Math" => "2",
819  "MatteBorder" => "2",
820  "MediaTracker" => "2",
821  "Member" => "2",
822  "MemoryImageSource" => "2",
823  "Menu" => "2",
824  "MenuBar" => "2",
825  "MenuBarUI" => "2",
826  "MenuComponent" => "2",
827  "MenuContainer" => "2",
828  "MenuDragMouseEvent" => "2",
829  "MenuDragMouseListener" => "2",
830  "MenuElement" => "2",
831  "MenuEvent" => "2",
832  "MenuItem" => "2",
833  "MenuItemUI" => "2",
834  "MenuKeyEvent" => "2",
835  "MenuKeyListener" => "2",
836  "MenuListener" => "2",
837  "MenuSelectionManager" => "2",
838  "MenuShortcut" => "2",
839  "MessageDigest" => "2",
840  "MessageDigestSpi" => "2",
841  "MessageFormat" => "2",
842  "Method" => "2",
843  "MethodDescriptor" => "2",
844  "MimeType" => "2",
845  "MimeTypeParameterList" => "2",
846  "MimeTypeParseException" => "2",
847  "MinimalHTMLWriter" => "2",
848  "MissingResourceException" => "2",
849  "Modifier" => "2",
850  "ModuleDef" => "2",
851  "ModuleDescription" => "2",
852  "MouseAdapter" => "2",
853  "MouseDragGestureRecognizer" => "2",
854  "MouseEvent" => "2",
855  "MouseInputAdapter" => "2",
856  "MouseInputListener" => "2",
857  "MouseListener" => "2",
858  "MouseMotionAdapter" => "2",
859  "MouseMotionListener" => "2",
860  "MulticastSocket" => "2",
861  "MultiPixelPackedSampleModel" => "2",
862  "MultipleMaster" => "2",
863  "MutableAttributeSet" => "2",
864  "MutableComboBoxModel" => "2",
865  "MutableTreeNode" => "2",
866  "NameComponent" => "2",
867  "NameComponentHelper" => "2",
868  "NameComponentHolder" => "2",
869  "NamedValue" => "2",
870  "NameHelper" => "2",
871  "NameHolder" => "2",
872  "NameValuePair" => "2",
873  "Naming" => "2",
874  "NamingContext" => "2",
875  "NamingContextHelper" => "2",
876  "NamingContextHolder" => "2",
877  "NegativeArraySizeException" => "2",
878  "NetPermission" => "2",
879  "NO_IMPLEMENT" => "2",
880  "NO_MEMORY" => "2",
881  "NO_PERMISSION" => "2",
882  "NO_RESOURCES" => "2",
883  "NO_RESPONSE" => "2",
884  "NoClassDefFoundError" => "2",
885  "NoninvertibleTransformException" => "2",
886  "NoRouteToHostException" => "2",
887  "NoSuchAlgorithmException" => "2",
888  "NoSuchElementException" => "2",
889  "NoSuchFieldError" => "2",
890  "NoSuchFieldException" => "2",
891  "NoSuchMethodError" => "2",
892  "NoSuchMethodException" => "2",
893  "NoSuchObjectException" => "2",
894  "NoSuchProviderException" => "2",
895  "NotActiveException" => "2",
896  "NotBoundException" => "2",
897  "NotEmpty" => "2",
898  "NotEmptyHelper" => "2",
899  "NotEmptyHolder" => "2",
900  "NotFound" => "2",
901  "NotFoundHelper" => "2",
902  "NotFoundHolder" => "2",
903  "NotFoundReason" => "2",
904  "NotFoundReasonHelper" => "2",
905  "NotFoundReasonHolder" => "2",
906  "NotOwnerException" => "2",
907  "NotSerializableException" => "2",
908  "NullPointerException" => "2",
909  "Number" => "2",
910  "NumberFormat" => "2",
911  "NumberFormatException" => "2",
912  "NVList" => "2",
913  "OBJ_ADAPTER" => "2",
914  "Object" => "2",
915  "OBJECT_NOT_EXIST" => "2",
916  "ObjectHolder" => "2",
917  "ObjectImpl" => "2",
918  "ObjectInput" => "2",
919  "ObjectInputStream" => "2",
920  "ObjectInputValidation" => "2",
921  "ObjectOutput" => "2",
922  "ObjectOutputStream" => "2",
923  "ObjectStreamClass" => "2",
924  "ObjectStreamConstants" => "2",
925  "ObjectStreamException" => "2",
926  "ObjectStreamField" => "2",
927  "ObjID" => "2",
928  "Observable" => "2",
929  "Observer" => "2",
930  "OpenType" => "2",
931  "Operation" => "2",
932  "OperationDef" => "2",
933  "OperationDescription" => "2",
934  "OperationMode" => "2",
935  "OptionalDataException" => "2",
936  "OptionPaneUI" => "2",
937  "ORB" => "2",
938  "OutOfMemoryError" => "2",
939  "OutputStream" => "2",
940  "OutputStreamWriter" => "2",
941  "OverlayLayout" => "2",
942  "Owner" => "2",
943  "Package" => "2",
944  "PackedColorModel" => "2",
945  "Pageable" => "2",
946  "PageFormat" => "2",
947  "Paint" => "2",
948  "PaintContext" => "2",
949  "PaintEvent" => "2",
950  "Panel" => "2",
951  "PanelUI" => "2",
952  "Paper" => "2",
953  "ParagraphView" => "2",
954  "ParameterBlock" => "2",
955  "ParameterDescription" => "2",
956  "ParameterDescriptor" => "2",
957  "ParameterMode" => "2",
958  "ParseException" => "2",
959  "ParsePosition" => "2",
960  "PasswordAuthentication" => "2",
961  "PasswordView" => "2",
962  "PathIterator" => "2",
963  "Permission" => "2",
964  "PermissionCollection" => "2",
965  "Permissions" => "2",
966  "PERSIST_STORE" => "2",
967  "PhantomReference" => "2",
968  "PipedInputStream" => "2",
969  "PipedOutputStream" => "2",
970  "PipedReader" => "2",
971  "PipedWriter" => "2",
972  "PixelGrabber" => "2",
973  "PixelInterleavedSampleModel" => "2",
974  "PKCS8EncodedKeySpec" => "2",
975  "PlainDocument" => "2",
976  "PlainView" => "2",
977  "Point" => "2",
978  "Point2D" => "2",
979  "Policy" => "2",
980  "Polygon" => "2",
981  "PopupMenu" => "2",
982  "PopupMenuEvent" => "2",
983  "PopupMenuListener" => "2",
984  "PopupMenuUI" => "2",
985  "Position" => "2",
986  "PreparedStatement" => "2",
987  "PrimitiveDef" => "2",
988  "PrimitiveKind" => "2",
989  "Principal" => "2",
990  "PrincipalHolder" => "2",
991  "Printable" => "2",
992  "PrinterAbortException" => "2",
993  "PrinterException" => "2",
994  "PrinterGraphics" => "2",
995  "PrinterIOException" => "2",
996  "PrinterJob" => "2",
997  "PrintGraphics" => "2",
998  "PrintJob" => "2",
999  "PrintStream" => "2",
1000  "PrintWriter" => "2",
1001  "PRIVATE" => "2",
1002  "PrivateKey" => "2",
1003  "PrivilegedAction" => "2",
1004  "PrivilegedActionException" => "2",
1005  "PrivilegedExceptionAction" => "2",
1006  "Process" => "2",
1007  "ProfileDataException" => "2",
1008  "ProgressBarUI" => "2",
1009  "ProgressMonitor" => "2",
1010  "ProgressMonitorInputStream" => "2",
1011  "Properties" => "2",
1012  "PropertyChangeEvent" => "2",
1013  "PropertyChangeListener" => "2",
1014  "PropertyChangeSupport" => "2",
1015  "PropertyDescriptor" => "2",
1016  "PropertyEditor" => "2",
1017  "PropertyEditorManager" => "2",
1018  "PropertyEditorSupport" => "2",
1019  "PropertyPermission" => "2",
1020  "PropertyResourceBundle" => "2",
1021  "PropertyVetoException" => "2",
1022  "ProtectionDomain" => "2",
1023  "ProtocolException" => "2",
1024  "Provider" => "2",
1025  "ProviderException" => "2",
1026  "PUBLIC" => "2",
1027  "PublicKey" => "2",
1028  "PushbackInputStream" => "2",
1029  "PushbackReader" => "2",
1030  "QuadCurve2D" => "2",
1031  "Random" => "2",
1032  "RandomAccessFile" => "2",
1033  "Raster" => "2",
1034  "RasterFormatException" => "2",
1035  "RasterOp" => "2",
1036  "Reader" => "2",
1037  "Rectangle" => "2",
1038  "Rectangle2D" => "2",
1039  "RectangularShape" => "2",
1040  "Ref" => "2",
1041  "Reference" => "2",
1042  "ReferenceQueue" => "2",
1043  "ReflectPermission" => "2",
1044  "Registry" => "2",
1045  "RegistryHandler" => "2",
1046  "Remote" => "2",
1047  "RemoteCall" => "2",
1048  "RemoteException" => "2",
1049  "RemoteObject" => "2",
1050  "RemoteRef" => "2",
1051  "RemoteServer" => "2",
1052  "RemoteStub" => "2",
1053  "RenderableImage" => "2",
1054  "RenderableImageOp" => "2",
1055  "RenderableImageProducer" => "2",
1056  "RenderContext" => "2",
1057  "RenderedImage" => "2",
1058  "RenderedImageFactory" => "2",
1059  "Renderer" => "2",
1060  "RenderingHints" => "2",
1061  "RepaintManager" => "2",
1062  "ReplicateScaleFilter" => "2",
1063  "Repository" => "2",
1064  "Request" => "2",
1065  "RescaleOp" => "2",
1066  "ResourceBundle" => "2",
1067  "ResponseHandler" => "2",
1068  "ResultSet" => "2",
1069  "ResultSetMetaData" => "2",
1070  "RGBImageFilter" => "2",
1071  "RMIClassLoader" => "2",
1072  "RMIClientSocketFactory" => "2",
1073  "RMIFailureHandler" => "2",
1074  "RMISecurityException" => "2",
1075  "RMISecurityManager" => "2",
1076  "RMIServerSocketFactory" => "2",
1077  "RMISocketFactory" => "2",
1078  "RootPaneContainer" => "2",
1079  "RoundRectangle2D" => "2",
1080  "RowMapper" => "2",
1081  "RSAPrivateCrtKey" => "2",
1082  "RSAPrivateCrtKeySpec" => "2",
1083  "RSAPrivateKey" => "2",
1084  "RSAPrivateKeySpec" => "2",
1085  "RSAPublicKey" => "2",
1086  "RSAPublicKeySpec" => "2",
1087  "RTFEditorKit" => "2",
1088  "RuleBasedCollator" => "2",
1089  "Runnable" => "2",
1090  "Runtime" => "2",
1091  "RuntimeException" => "2",
1092  "RuntimePermission" => "2",
1093  "SampleModel" => "2",
1094  "Scrollable" => "2",
1095  "Scrollbar" => "2",
1096  "ScrollBarUI" => "2",
1097  "ScrollPane" => "2",
1098  "ScrollPaneConstants" => "2",
1099  "ScrollPaneLayout" => "2",
1100  "ScrollPaneUI" => "2",
1101  "SecureClassLoader" => "2",
1102  "SecureRandom" => "2",
1103  "SecureRandomSpi" => "2",
1104  "Security" => "2",
1105  "SecurityException" => "2",
1106  "SecurityManager" => "2",
1107  "SecurityPermission" => "2",
1108  "Segment" => "2",
1109  "SeparatorUI" => "2",
1110  "SequenceDef" => "2",
1111  "SequenceInputStream" => "2",
1112  "Serializable" => "2",
1113  "SerializablePermission" => "2",
1114  "ServantObject" => "2",
1115  "ServerCloneException" => "2",
1116  "ServerError" => "2",
1117  "ServerException" => "2",
1118  "ServerNotActiveException" => "2",
1119  "ServerRef" => "2",
1120  "ServerRequest" => "2",
1121  "ServerRuntimeException" => "2",
1122  "ServerSocket" => "2",
1123  "ServiceDetail" => "2",
1124  "ServiceDetailHelper" => "2",
1125  "ServiceDetailHolder" => "2",
1126  "ServiceInformation" => "2",
1127  "ServiceInformationHelper" => "2",
1128  "ServiceInformationHolder" => "2",
1129  "Set" => "2",
1130  "SetOverrideType" => "2",
1131  "Shape" => "2",
1132  "ShapeGraphicAttribute" => "2",
1133  "Short" => "2",
1134  "ShortHolder" => "2",
1135  "ShortLookupTable" => "2",
1136  "Signature" => "2",
1137  "SignatureException" => "2",
1138  "SignatureSpi" => "2",
1139  "SignedObject" => "2",
1140  "Signer" => "2",
1141  "SimpleAttributeSet" => "2",
1142  "SimpleBeanInfo" => "2",
1143  "SimpleDateFormat" => "2",
1144  "SimpleTimeZone" => "2",
1145  "SinglePixelPackedSampleModel" => "2",
1146  "SingleSelectionModel" => "2",
1147  "SizeRequirements" => "2",
1148  "Skeleton" => "2",
1149  "SkeletonMismatchException" => "2",
1150  "SkeletonNotFoundException" => "2",
1151  "SliderUI" => "2",
1152  "Socket" => "2",
1153  "SocketException" => "2",
1154  "SocketImpl" => "2",
1155  "SocketImplFactory" => "2",
1156  "SocketOptions" => "2",
1157  "SocketPermission" => "2",
1158  "SocketSecurityException" => "2",
1159  "SoftBevelBorder" => "2",
1160  "SoftReference" => "2",
1161  "SortedMap" => "2",
1162  "SortedSet" => "2",
1163  "SplitPaneUI" => "2",
1164  "SQLData" => "2",
1165  "SQLException" => "2",
1166  "SQLInput" => "2",
1167  "SQLOutput" => "2",
1168  "SQLWarning" => "2",
1169  "Stack" => "2",
1170  "StackOverflowError" => "2",
1171  "StateEdit" => "2",
1172  "StateEditable" => "2",
1173  "Statement" => "2",
1174  "Streamable" => "2",
1175  "StreamCorruptedException" => "2",
1176  "StreamTokenizer" => "2",
1177  "String" => "2",
1178  "StringBuffer" => "2",
1179  "StringBufferInputStream" => "2",
1180  "StringCharacterIterator" => "2",
1181  "StringContent" => "2",
1182  "StringDef" => "2",
1183  "StringHolder" => "2",
1184  "StringIndexOutOfBoundsException" => "2",
1185  "StringReader" => "2",
1186  "StringSelection" => "2",
1187  "StringTokenizer" => "2",
1188  "StringWriter" => "2",
1189  "Stroke" => "2",
1190  "Struct" => "2",
1191  "StructDef" => "2",
1192  "StructMember" => "2",
1193  "StubNotFoundException" => "2",
1194  "Style" => "2",
1195  "StyleConstants" => "2",
1196  "StyleContext" => "2",
1197  "StyledDocument" => "2",
1198  "StyledEditorKit" => "2",
1199  "StyleSheet" => "2",
1200  "SwingConstants" => "2",
1201  "SwingPropertyChangeSupport" => "2",
1202  "SwingUtilities" => "2",
1203  "SyncFailedException" => "2",
1204  "System" => "2",
1205  "SystemColor" => "2",
1206  "SystemException" => "2",
1207  "SystemFlavorMap" => "2",
1208  "TabableView" => "2",
1209  "TabbedPaneUI" => "2",
1210  "TabExpander" => "2",
1211  "TableCellEditor" => "2",
1212  "TableCellRenderer" => "2",
1213  "TableColumn" => "2",
1214  "TableColumnModel" => "2",
1215  "TableColumnModelEvent" => "2",
1216  "TableColumnModelListener" => "2",
1217  "TableHeaderUI" => "2",
1218  "TableModel" => "2",
1219  "TableModelEvent" => "2",
1220  "TableModelListener" => "2",
1221  "TableUI" => "2",
1222  "TableView" => "2",
1223  "TabSet" => "2",
1224  "TabStop" => "2",
1225  "TCKind" => "2",
1226  "TextAction" => "2",
1227  "TextArea" => "2",
1228  "TextAttribute" => "2",
1229  "TextComponent" => "2",
1230  "TextEvent" => "2",
1231  "TextField" => "2",
1232  "TextHitInfo" => "2",
1233  "TextLayout" => "2",
1234  "TextListener" => "2",
1235  "TextUI" => "2",
1236  "TexturePaint" => "2",
1237  "Thread" => "2",
1238  "ThreadDeath" => "2",
1239  "ThreadGroup" => "2",
1240  "ThreadLocal" => "2",
1241  "Throwable" => "2",
1242  "TileObserver" => "2",
1243  "Time" => "2",
1244  "Timer" => "2",
1245  "Timestamp" => "2",
1246  "TimeZone" => "2",
1247  "TitledBorder" => "2",
1248  "ToolBarUI" => "2",
1249  "Toolkit" => "2",
1250  "ToolTipManager" => "2",
1251  "ToolTipUI" => "2",
1252  "TooManyListenersException" => "2",
1253  "TRANSACTION_REQUIRED" => "2",
1254  "TRANSACTION_ROLLEDBACK" => "2",
1255  "Transferable" => "2",
1256  "TransformAttribute" => "2",
1257  "TRANSIENT" => "2",
1258  "Transparency" => "2",
1259  "TreeCellEditor" => "2",
1260  "TreeCellRenderer" => "2",
1261  "TreeExpansionEvent" => "2",
1262  "TreeExpansionListener" => "2",
1263  "TreeMap" => "2",
1264  "TreeModel" => "2",
1265  "TreeModelEvent" => "2",
1266  "TreeModelListener" => "2",
1267  "TreeNode" => "2",
1268  "TreePath" => "2",
1269  "TreeSelectionEvent" => "2",
1270  "TreeSelectionListener" => "2",
1271  "TreeSelectionModel" => "2",
1272  "TreeSet" => "2",
1273  "TreeUI" => "2",
1274  "TreeWillExpandListener" => "2",
1275  "TruncatedFileException" => "2",
1276  "TypeCode" => "2",
1277  "TypeCodeHolder" => "2",
1278  "TypedefDef" => "2",
1279  "TypeDescription" => "2",
1280  "Types" => "2",
1281  "UID" => "2",
1282  "UIDefaults" => "2",
1283  "UIManager" => "2",
1284  "UIResource" => "2",
1285  "UndoableEdit" => "2",
1286  "UndoableEditEvent" => "2",
1287  "UndoableEditListener" => "2",
1288  "UndoableEditSupport" => "2",
1289  "UndoManager" => "2",
1290  "UnexpectedException" => "2",
1291  "UnicastRemoteObject" => "2",
1292  "UnionDef" => "2",
1293  "UnionMember" => "2",
1294  "UNKNOWN" => "2",
1295  "UnknownError" => "2",
1296  "UnknownGroupException" => "2",
1297  "UnknownHostException" => "2",
1298  "UnknownObjectException" => "2",
1299  "UnknownServiceException" => "2",
1300  "UnknownUserException" => "2",
1301  "UnmarshalException" => "2",
1302  "UnrecoverableKeyException" => "2",
1303  "Unreferenced" => "2",
1304  "UnresolvedPermission" => "2",
1305  "UnsatisfiedLinkError" => "2",
1306  "UnsupportedEncodingException" => "2",
1307  "UnsupportedFlavorException" => "2",
1308  "UnsupportedLookAndFeelException" => "2",
1309  "UnsupportedOperationException" => "2",
1310  "URL" => "2",
1311  "URLClassLoader" => "2",
1312  "URLConnection" => "2",
1313  "URLDecoder" => "2",
1314  "URLEncoder" => "2",
1315  "URLStreamHandler" => "2",
1316  "URLStreamHandlerFactory" => "2",
1317  "UserException" => "2",
1318  "UTFDataFormatException" => "2",
1319  "Utilities" => "2",
1320  "ValueBoxDef" => "2",
1321  "ValueDef" => "2",
1322  "ValueDescription" => "2",
1323  "ValueMember" => "2",
1324  "ValueMemberDef" => "2",
1325  "VariableHeightLayoutCache" => "2",
1326  "Vector" => "2",
1327  "VerifyError" => "2",
1328  "VetoableChangeListener" => "2",
1329  "VetoableChangeSupport" => "2",
1330  "View" => "2",
1331  "ViewFactory" => "2",
1332  "ViewportLayout" => "2",
1333  "ViewportUI" => "2",
1334  "VirtualMachineError" => "2",
1335  "Visibility" => "2",
1336  "VMID" => "2",
1337  "Void" => "2",
1338  "WeakHashMap" => "2",
1339  "WeakReference" => "2",
1340  "Window" => "2",
1341  "WindowAdapter" => "2",
1342  "WindowConstants" => "2",
1343  "WindowEvent" => "2",
1344  "WindowListener" => "2",
1345  "WrappedPlainView" => "2",
1346  "WritableRaster" => "2",
1347  "WritableRenderedImage" => "2",
1348  "WriteAbortedException" => "2",
1349  "Writer" => "2",
1350  "WrongTransaction" => "2",
1351  "X509Certificate" => "2",
1352  "X509CRL" => "2",
1353  "X509CRLEntry" => "2",
1354  "X509EncodedKeySpec" => "2",
1355  "X509Extension" => "2",
1356  "ZipEntry" => "2",
1357  "ZipException" => "2",
1358  "ZipFile" => "2",
1359  "ZipInputStream" => "2",
1360  "ZipOutputStream" => "2",
1361  "_BindingIteratorImplBase" => "2",
1362  "_NamingContextImplBase" => "2",
1363  "Abs" => "3",
1364  "AbstractAnyAllFunctor" => "3",
1365  "AbstractBinaryElementArithmeticFunctor" => "3",
1366  "AbstractBinaryElementCalendarFunctor" => "3",
1367  "AbstractBinaryElementCompareFunctor" => "3",
1368  "AbstractBinaryElementFunctor" => "3",
1369  "AbstractBinaryElementLogicalFunctor" => "3",
1370  "AbstractBinaryFunctor" => "3",
1371  "AbstractBinarySeriesFunctor" => "3",
1372  "AbstractCompositeFunctor" => "3",
1373  "AbstractEnumeratedType" => "3",
1374  "AbstractFunctor" => "3",
1375  "AbstractMultiElementFunctor" => "3",
1376  "AbstractMultiFunctor" => "3",
1377  "AbstractMultiIgnoreFunctor" => "3",
1378  "AbstractSortFunctor" => "3",
1379  "AbstractSortInRangeFunctor" => "3",
1380  "AbstractSortToCaseFunctor" => "3",
1381  "AbstractUnaryElementFunctor" => "3",
1382  "AbstractUnaryElementStringFunctor" => "3",
1383  "AbstractUnaryFunctor" => "3",
1384  "AbstractUnaryIgnoreFunctor" => "3",
1385  "AbstractUnarySeriesFunctor" => "3",
1386  "AbstractUnarySeriesGrowthFunctor" => "3",
1387  "Add" => "3",
1388  "Agr" => "3",
1389  "AgrMethod" => "3",
1390  "AgrRate" => "3",
1391  "AliasesNotAccessibleUchkException" => "3",
1392  "All" => "3",
1393  "And" => "3",
1394  "Annpct" => "3",
1395  "ArrayAdapter" => "3",
1396  "Atan" => "3",
1397  "Ave" => "3",
1398  "BadStatusCodeUchkException" => "3",
1399  "BadValueUchkException" => "3",
1400  "BooleanList" => "3",
1401  "ByteList" => "3",
1402  "CalendarFormatUchkException" => "3",
1403  "CalendarIterator" => "3",
1404  "Cave" => "3",
1405  "CfmStatusUchkException" => "3",
1406  "ChartUchkException" => "3",
1407  "Cmax" => "3",
1408  "Cmin" => "3",
1409  "ConnectionChkException" => "3",
1410  "Corr" => "3",
1411  "Cos" => "3",
1412  "Cprod" => "3",
1413  "CrossList" => "3",
1414  "Csum" => "3",
1415  "Ctot" => "3",
1416  "DataObjectInfo" => "3",
1417  "DataResource" => "3",
1418  "DataResourceChkException" => "3",
1419  "DataStore" => "3",
1420  "DataStoreChkException" => "3",
1421  "DataStoreSequence" => "3",
1422  "DataStoreSequenceChkException" => "3",
1423  "DataTypeChkException" => "3",
1424  "DateAlignmentChkException" => "3",
1425  "DateHelper" => "3",
1426  "DateList" => "3",
1427  "DateOverflowChkException" => "3",
1428  "DateOverflowUchkException" => "3",
1429  "Diff" => "3",
1430  "DiscreteGrouping" => "3",
1431  "DiscreteTieBreaker" => "3",
1432  "Divide" => "3",
1433  "DoubleList" => "3",
1434  "EnumeratedTypeHelper" => "3",
1435  "EQ" => "3",
1436  "Exp" => "3",
1437  "FameDbConnection" => "3",
1438  "FameDbDataObjectInfo" => "3",
1439  "FameDbDataStore" => "3",
1440  "FameDbDataStoreChkException" => "3",
1441  "FloatList" => "3",
1442  "Functor" => "3",
1443  "FunctorCalculationChkException" => "3",
1444  "FunctorConsistencyChkException" => "3",
1445  "FunctorHelper" => "3",
1446  "GE" => "3",
1447  "GetDataStoreChkException" => "3",
1448  "GLOID" => "3",
1449  "Growth" => "3",
1450  "GT" => "3",
1451  "IfThenElse" => "3",
1452  "IllegalArgumentUchkException" => "3",
1453  "IncompatibleObjectChkException" => "3",
1454  "IndexBy" => "3",
1455  "IndexValueRange" => "3",
1456  "IndexValues" => "3",
1457  "InternalErrorUchkException" => "3",
1458  "Interp" => "3",
1459  "InterpMethod" => "3",
1460  "IntList" => "3",
1461  "IsMissing" => "3",
1462  "Lave" => "3",
1463  "LE" => "3",
1464  "Left" => "3",
1465  "Length" => "3",
1466  "LicenseExpiredUchkException" => "3",
1467  "Lmax" => "3",
1468  "Lmin" => "3",
1469  "Location" => "3",
1470  "Log" => "3",
1471  "Log10" => "3",
1472  "LongList" => "3",
1473  "Lower" => "3",
1474  "Lprod" => "3",
1475  "Lstddev" => "3",
1476  "Lsum" => "3",
1477  "LT" => "3",
1478  "Ltrim" => "3",
1479  "Lvar" => "3",
1480  "Mave" => "3",
1481  "Mavec" => "3",
1482  "Max" => "3",
1483  "McadbsConnection" => "3",
1484  "Mcorr" => "3",
1485  "Min" => "3",
1486  "Minus" => "3",
1487  "Mirror" => "3",
1488  "MissingTreatment" => "3",
1489  "Mmax" => "3",
1490  "Mmin" => "3",
1491  "Mod" => "3",
1492  "Mprod" => "3",
1493  "Mstddev" => "3",
1494  "Msum" => "3",
1495  "Multiply" => "3",
1496  "Mvar" => "3",
1497  "Namelist" => "3",
1498  "NE" => "3",
1499  "Not" => "3",
1500  "NotFoundChkException" => "3",
1501  "ObjectChangedChkException" => "3",
1502  "ObjectClassChkException" => "3",
1503  "ObjectExistsChkException" => "3",
1504  "ObjectList" => "3",
1505  "Observation" => "3",
1506  "ObservationList" => "3",
1507  "Or" => "3",
1508  "Pad" => "3",
1509  "Pct" => "3",
1510  "PeriodsBetween" => "3",
1511  "PeriodsFrom" => "3",
1512  "PrimitiveIterator" => "3",
1513  "Prod" => "3",
1514  "RangeTooLargeChkException" => "3",
1515  "RegularCalendar" => "3",
1516  "RegularSeries" => "3",
1517  "Right" => "3",
1518  "Round" => "3",
1519  "Rtrim" => "3",
1520  "Sannpct" => "3",
1521  "Scalar" => "3",
1522  "ScreeningCriteria" => "3",
1523  "Series" => "3",
1524  "Server" => "3",
1525  "Session" => "3",
1526  "Shift" => "3",
1527  "ShortList" => "3",
1528  "Sign" => "3",
1529  "SimpleCalendar" => "3",
1530  "Sin" => "3",
1531  "SortData" => "3",
1532  "SortDataInRange" => "3",
1533  "SortDirection" => "3",
1534  "SortIndex" => "3",
1535  "SortIndexInRange" => "3",
1536  "Sqrt" => "3",
1537  "Stddev" => "3",
1538  "StringList" => "3",
1539  "SubString" => "3",
1540  "Subtract" => "3",
1541  "Sum" => "3",
1542  "TimeScale" => "3",
1543  "TimeScaling" => "3",
1544  "TiqAccess" => "3",
1545  "TiqCheckedException" => "3",
1546  "TiqClass" => "3",
1547  "TiqConstants" => "3",
1548  "TiqDate" => "3",
1549  "TiqFrequency" => "3",
1550  "TiqHelper" => "3",
1551  "TiqObject" => "3",
1552  "TiqObjectChkException" => "3",
1553  "TiqObserved" => "3",
1554  "TiqTechnique" => "3",
1555  "TiqType" => "3",
1556  "TiqUncheckedException" => "3",
1557  "TiqValue" => "3",
1558  "TiqView" => "3",
1559  "TiqViewChangedEvent" => "3",
1560  "TiqViewChangeListener" => "3",
1561  "Tot" => "3",
1562  "Trim" => "3",
1563  "Trunc" => "3",
1564  "UnsupportedDataTypeUchkException" => "3",
1565  "UnsupportedOperationUchkException" => "3",
1566  "Upper" => "3",
1567  "Var" => "3",
1568  "Which" => "3",
1569  "WildCardMatchesChkException" => "3",
1570  "Xor" => "3");
1571 
1572 // Special extensions
1573 
1574 // Each category can specify a PHP function that returns an altered
1575 // version of the keyword.
1576 
1577 
1578 
1579 $this->linkscripts = array(
1580  "1" => "donothing",
1581  "2" => "donothing",
1582  "3" => "donothing");
1583 }
HFile()
Definition: HFile.php:24
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: