@@ -41,11 +41,11 @@ discard block |
||
| 41 | 41 | * @param array $options |
| 42 | 42 | * @access public |
| 43 | 43 | */ |
| 44 | - function __construct($options=array()) |
|
| 44 | + function __construct($options = array()) |
|
| 45 | 45 | { |
| 46 | 46 | |
| 47 | 47 | $this->_options = $options; |
| 48 | - $this->_regs = array ( |
|
| 48 | + $this->_regs = array( |
|
| 49 | 49 | -1 => '/((?m)^\\\\\\sNo\\snewline.+$)|((?m)^\\-\\-\\-$)|((?m)^(diff\\s+\\-|Only\\s+|Index).*$)|((?m)^(\\-\\-\\-|\\+\\+\\+)\\s.+$)|((?m)^\\*.*$)|((?m)^\\+.*$)|((?m)^!.*$)|((?m)^\\<\\s.*$)|((?m)^\\>\\s.*$)|((?m)^\\d+(\\,\\d+)?[acd]\\d+(,\\d+)?$)|((?m)^\\-.*$)|((?m)^\\+.*$)|((?m)^@@.+@@$)|((?m)^d\\d+\\s\\d+$)|((?m)^a\\d+\\s\\d+$)|((?m)^(\\d+)(,\\d+)?(a)$)|((?m)^(\\d+)(,\\d+)?(c)$)|((?m)^(\\d+)(,\\d+)?(d)$)|((?m)^a(\\d+)(\\s\\d+)?$)|((?m)^c(\\d+)(\\s\\d+)?$)|((?m)^d(\\d+)(\\s\\d+)?$)/', |
| 50 | 50 | 0 => '//', |
| 51 | 51 | 1 => '//', |
@@ -53,9 +53,9 @@ discard block |
||
| 53 | 53 | 3 => '//', |
| 54 | 54 | 4 => '//', |
| 55 | 55 | ); |
| 56 | - $this->_counts = array ( |
|
| 56 | + $this->_counts = array( |
|
| 57 | 57 | -1 => |
| 58 | - array ( |
|
| 58 | + array( |
|
| 59 | 59 | 0 => 0, |
| 60 | 60 | 1 => 0, |
| 61 | 61 | 2 => 1, |
@@ -79,24 +79,24 @@ discard block |
||
| 79 | 79 | 20 => 2, |
| 80 | 80 | ), |
| 81 | 81 | 0 => |
| 82 | - array ( |
|
| 82 | + array( |
|
| 83 | 83 | ), |
| 84 | 84 | 1 => |
| 85 | - array ( |
|
| 85 | + array( |
|
| 86 | 86 | ), |
| 87 | 87 | 2 => |
| 88 | - array ( |
|
| 88 | + array( |
|
| 89 | 89 | ), |
| 90 | 90 | 3 => |
| 91 | - array ( |
|
| 91 | + array( |
|
| 92 | 92 | ), |
| 93 | 93 | 4 => |
| 94 | - array ( |
|
| 94 | + array( |
|
| 95 | 95 | ), |
| 96 | 96 | ); |
| 97 | - $this->_delim = array ( |
|
| 97 | + $this->_delim = array( |
|
| 98 | 98 | -1 => |
| 99 | - array ( |
|
| 99 | + array( |
|
| 100 | 100 | 0 => '', |
| 101 | 101 | 1 => '', |
| 102 | 102 | 2 => '', |
@@ -120,24 +120,24 @@ discard block |
||
| 120 | 120 | 20 => '', |
| 121 | 121 | ), |
| 122 | 122 | 0 => |
| 123 | - array ( |
|
| 123 | + array( |
|
| 124 | 124 | ), |
| 125 | 125 | 1 => |
| 126 | - array ( |
|
| 126 | + array( |
|
| 127 | 127 | ), |
| 128 | 128 | 2 => |
| 129 | - array ( |
|
| 129 | + array( |
|
| 130 | 130 | ), |
| 131 | 131 | 3 => |
| 132 | - array ( |
|
| 132 | + array( |
|
| 133 | 133 | ), |
| 134 | 134 | 4 => |
| 135 | - array ( |
|
| 135 | + array( |
|
| 136 | 136 | ), |
| 137 | 137 | ); |
| 138 | - $this->_inner = array ( |
|
| 138 | + $this->_inner = array( |
|
| 139 | 139 | -1 => |
| 140 | - array ( |
|
| 140 | + array( |
|
| 141 | 141 | 0 => 'special', |
| 142 | 142 | 1 => 'code', |
| 143 | 143 | 2 => 'var', |
@@ -161,31 +161,31 @@ discard block |
||
| 161 | 161 | 20 => 'code', |
| 162 | 162 | ), |
| 163 | 163 | 0 => |
| 164 | - array ( |
|
| 164 | + array( |
|
| 165 | 165 | ), |
| 166 | 166 | 1 => |
| 167 | - array ( |
|
| 167 | + array( |
|
| 168 | 168 | ), |
| 169 | 169 | 2 => |
| 170 | - array ( |
|
| 170 | + array( |
|
| 171 | 171 | ), |
| 172 | 172 | 3 => |
| 173 | - array ( |
|
| 173 | + array( |
|
| 174 | 174 | ), |
| 175 | 175 | 4 => |
| 176 | - array ( |
|
| 176 | + array( |
|
| 177 | 177 | ), |
| 178 | 178 | ); |
| 179 | - $this->_end = array ( |
|
| 179 | + $this->_end = array( |
|
| 180 | 180 | 0 => '/(?m)(?=^[ad]\\d+\\s\\d+)/', |
| 181 | 181 | 1 => '/(?m)^(\\.)$/', |
| 182 | 182 | 2 => '/(?m)^(\\.)$/', |
| 183 | 183 | 3 => '/(?m)^(\\.)$/', |
| 184 | 184 | 4 => '/(?m)^(\\.)$/', |
| 185 | 185 | ); |
| 186 | - $this->_states = array ( |
|
| 186 | + $this->_states = array( |
|
| 187 | 187 | -1 => |
| 188 | - array ( |
|
| 188 | + array( |
|
| 189 | 189 | 0 => -1, |
| 190 | 190 | 1 => -1, |
| 191 | 191 | 2 => -1, |
@@ -209,114 +209,114 @@ discard block |
||
| 209 | 209 | 20 => -1, |
| 210 | 210 | ), |
| 211 | 211 | 0 => |
| 212 | - array ( |
|
| 212 | + array( |
|
| 213 | 213 | ), |
| 214 | 214 | 1 => |
| 215 | - array ( |
|
| 215 | + array( |
|
| 216 | 216 | ), |
| 217 | 217 | 2 => |
| 218 | - array ( |
|
| 218 | + array( |
|
| 219 | 219 | ), |
| 220 | 220 | 3 => |
| 221 | - array ( |
|
| 221 | + array( |
|
| 222 | 222 | ), |
| 223 | 223 | 4 => |
| 224 | - array ( |
|
| 224 | + array( |
|
| 225 | 225 | ), |
| 226 | 226 | ); |
| 227 | - $this->_keywords = array ( |
|
| 227 | + $this->_keywords = array( |
|
| 228 | 228 | -1 => |
| 229 | - array ( |
|
| 229 | + array( |
|
| 230 | 230 | 0 => |
| 231 | - array ( |
|
| 231 | + array( |
|
| 232 | 232 | ), |
| 233 | 233 | 1 => |
| 234 | - array ( |
|
| 234 | + array( |
|
| 235 | 235 | ), |
| 236 | 236 | 2 => |
| 237 | - array ( |
|
| 237 | + array( |
|
| 238 | 238 | ), |
| 239 | 239 | 3 => |
| 240 | - array ( |
|
| 240 | + array( |
|
| 241 | 241 | ), |
| 242 | 242 | 4 => |
| 243 | - array ( |
|
| 243 | + array( |
|
| 244 | 244 | ), |
| 245 | 245 | 5 => |
| 246 | - array ( |
|
| 246 | + array( |
|
| 247 | 247 | ), |
| 248 | 248 | 6 => |
| 249 | - array ( |
|
| 249 | + array( |
|
| 250 | 250 | ), |
| 251 | 251 | 7 => |
| 252 | - array ( |
|
| 252 | + array( |
|
| 253 | 253 | ), |
| 254 | 254 | 8 => |
| 255 | - array ( |
|
| 255 | + array( |
|
| 256 | 256 | ), |
| 257 | 257 | 9 => |
| 258 | - array ( |
|
| 258 | + array( |
|
| 259 | 259 | ), |
| 260 | 260 | 10 => |
| 261 | - array ( |
|
| 261 | + array( |
|
| 262 | 262 | ), |
| 263 | 263 | 11 => |
| 264 | - array ( |
|
| 264 | + array( |
|
| 265 | 265 | ), |
| 266 | 266 | 12 => |
| 267 | - array ( |
|
| 267 | + array( |
|
| 268 | 268 | ), |
| 269 | 269 | 13 => |
| 270 | - array ( |
|
| 270 | + array( |
|
| 271 | 271 | ), |
| 272 | 272 | 14 => -1, |
| 273 | 273 | 15 => -1, |
| 274 | 274 | 16 => -1, |
| 275 | 275 | 17 => |
| 276 | - array ( |
|
| 276 | + array( |
|
| 277 | 277 | ), |
| 278 | 278 | 18 => -1, |
| 279 | 279 | 19 => -1, |
| 280 | 280 | 20 => |
| 281 | - array ( |
|
| 281 | + array( |
|
| 282 | 282 | ), |
| 283 | 283 | ), |
| 284 | 284 | 0 => |
| 285 | - array ( |
|
| 285 | + array( |
|
| 286 | 286 | ), |
| 287 | 287 | 1 => |
| 288 | - array ( |
|
| 288 | + array( |
|
| 289 | 289 | ), |
| 290 | 290 | 2 => |
| 291 | - array ( |
|
| 291 | + array( |
|
| 292 | 292 | ), |
| 293 | 293 | 3 => |
| 294 | - array ( |
|
| 294 | + array( |
|
| 295 | 295 | ), |
| 296 | 296 | 4 => |
| 297 | - array ( |
|
| 297 | + array( |
|
| 298 | 298 | ), |
| 299 | 299 | ); |
| 300 | - $this->_parts = array ( |
|
| 300 | + $this->_parts = array( |
|
| 301 | 301 | 0 => |
| 302 | - array ( |
|
| 302 | + array( |
|
| 303 | 303 | ), |
| 304 | 304 | 1 => |
| 305 | - array ( |
|
| 305 | + array( |
|
| 306 | 306 | ), |
| 307 | 307 | 2 => |
| 308 | - array ( |
|
| 308 | + array( |
|
| 309 | 309 | ), |
| 310 | 310 | 3 => |
| 311 | - array ( |
|
| 311 | + array( |
|
| 312 | 312 | ), |
| 313 | 313 | 4 => |
| 314 | - array ( |
|
| 314 | + array( |
|
| 315 | 315 | ), |
| 316 | 316 | ); |
| 317 | - $this->_subst = array ( |
|
| 317 | + $this->_subst = array( |
|
| 318 | 318 | -1 => |
| 319 | - array ( |
|
| 319 | + array( |
|
| 320 | 320 | 0 => false, |
| 321 | 321 | 1 => false, |
| 322 | 322 | 2 => false, |
@@ -340,24 +340,24 @@ discard block |
||
| 340 | 340 | 20 => false, |
| 341 | 341 | ), |
| 342 | 342 | 0 => |
| 343 | - array ( |
|
| 343 | + array( |
|
| 344 | 344 | ), |
| 345 | 345 | 1 => |
| 346 | - array ( |
|
| 346 | + array( |
|
| 347 | 347 | ), |
| 348 | 348 | 2 => |
| 349 | - array ( |
|
| 349 | + array( |
|
| 350 | 350 | ), |
| 351 | 351 | 3 => |
| 352 | - array ( |
|
| 352 | + array( |
|
| 353 | 353 | ), |
| 354 | 354 | 4 => |
| 355 | - array ( |
|
| 355 | + array( |
|
| 356 | 356 | ), |
| 357 | 357 | ); |
| 358 | - $this->_conditions = array ( |
|
| 358 | + $this->_conditions = array( |
|
| 359 | 359 | ); |
| 360 | - $this->_kwmap = array ( |
|
| 360 | + $this->_kwmap = array( |
|
| 361 | 361 | ); |
| 362 | 362 | $this->_defClass = 'default'; |
| 363 | 363 | $this->_checkDefines(); |
@@ -50,11 +50,11 @@ discard block |
||
| 50 | 50 | * @param array $options |
| 51 | 51 | * @access public |
| 52 | 52 | */ |
| 53 | - function __construct($options=array()) |
|
| 53 | + function __construct($options = array()) |
|
| 54 | 54 | { |
| 55 | 55 | |
| 56 | 56 | $this->_options = $options; |
| 57 | - $this->_regs = array ( |
|
| 57 | + $this->_regs = array( |
|
| 58 | 58 | -1 => '/((?mi)^__END__$)|((?i)")|((?i)%[Qx]([!"#\\$%&\'+\\-*.\\/:;=?@^`|~{<\\[(]))|((?i)\')|((?i)%[wq]([!"#\\$%&\'+\\-*.\\/:;=?@^`|~{<\\[(]))|((?i)\\$(\\W|\\w+))|((?ii)@@?[_a-z][\\d_a-z]*)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)0[xX][\\da-f]+l?)|((?i)\\d+l?|\\b0l?\\b)|((?i)0[0-7]+l?)|((?mi)^=begin$)|((?i)#)|((?i)\\s*\\/)/', |
| 59 | 59 | 0 => '//', |
| 60 | 60 | 1 => '/((?i)\\\\.)/', |
@@ -67,9 +67,9 @@ discard block |
||
| 67 | 67 | 8 => '/((?i)\\$\\w+\\s*:.+\\$)/', |
| 68 | 68 | 9 => '/((?i)\\\\.)/', |
| 69 | 69 | ); |
| 70 | - $this->_counts = array ( |
|
| 70 | + $this->_counts = array( |
|
| 71 | 71 | -1 => |
| 72 | - array ( |
|
| 72 | + array( |
|
| 73 | 73 | 0 => 0, |
| 74 | 74 | 1 => 0, |
| 75 | 75 | 2 => 1, |
@@ -90,26 +90,26 @@ discard block |
||
| 90 | 90 | 17 => 0, |
| 91 | 91 | ), |
| 92 | 92 | 0 => |
| 93 | - array ( |
|
| 93 | + array( |
|
| 94 | 94 | ), |
| 95 | 95 | 1 => |
| 96 | - array ( |
|
| 96 | + array( |
|
| 97 | 97 | 0 => 0, |
| 98 | 98 | ), |
| 99 | 99 | 2 => |
| 100 | - array ( |
|
| 100 | + array( |
|
| 101 | 101 | 0 => 0, |
| 102 | 102 | ), |
| 103 | 103 | 3 => |
| 104 | - array ( |
|
| 104 | + array( |
|
| 105 | 105 | 0 => 0, |
| 106 | 106 | ), |
| 107 | 107 | 4 => |
| 108 | - array ( |
|
| 108 | + array( |
|
| 109 | 109 | 0 => 0, |
| 110 | 110 | ), |
| 111 | 111 | 5 => |
| 112 | - array ( |
|
| 112 | + array( |
|
| 113 | 113 | 0 => 0, |
| 114 | 114 | 1 => 0, |
| 115 | 115 | 2 => 1, |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | 17 => 0, |
| 131 | 131 | ), |
| 132 | 132 | 6 => |
| 133 | - array ( |
|
| 133 | + array( |
|
| 134 | 134 | 0 => 0, |
| 135 | 135 | 1 => 0, |
| 136 | 136 | 2 => 1, |
@@ -151,21 +151,21 @@ discard block |
||
| 151 | 151 | 17 => 0, |
| 152 | 152 | ), |
| 153 | 153 | 7 => |
| 154 | - array ( |
|
| 154 | + array( |
|
| 155 | 155 | 0 => 0, |
| 156 | 156 | ), |
| 157 | 157 | 8 => |
| 158 | - array ( |
|
| 158 | + array( |
|
| 159 | 159 | 0 => 0, |
| 160 | 160 | ), |
| 161 | 161 | 9 => |
| 162 | - array ( |
|
| 162 | + array( |
|
| 163 | 163 | 0 => 0, |
| 164 | 164 | ), |
| 165 | 165 | ); |
| 166 | - $this->_delim = array ( |
|
| 166 | + $this->_delim = array( |
|
| 167 | 167 | -1 => |
| 168 | - array ( |
|
| 168 | + array( |
|
| 169 | 169 | 0 => 'reserved', |
| 170 | 170 | 1 => 'quotes', |
| 171 | 171 | 2 => 'quotes', |
@@ -186,26 +186,26 @@ discard block |
||
| 186 | 186 | 17 => 'quotes', |
| 187 | 187 | ), |
| 188 | 188 | 0 => |
| 189 | - array ( |
|
| 189 | + array( |
|
| 190 | 190 | ), |
| 191 | 191 | 1 => |
| 192 | - array ( |
|
| 192 | + array( |
|
| 193 | 193 | 0 => '', |
| 194 | 194 | ), |
| 195 | 195 | 2 => |
| 196 | - array ( |
|
| 196 | + array( |
|
| 197 | 197 | 0 => '', |
| 198 | 198 | ), |
| 199 | 199 | 3 => |
| 200 | - array ( |
|
| 200 | + array( |
|
| 201 | 201 | 0 => '', |
| 202 | 202 | ), |
| 203 | 203 | 4 => |
| 204 | - array ( |
|
| 204 | + array( |
|
| 205 | 205 | 0 => '', |
| 206 | 206 | ), |
| 207 | 207 | 5 => |
| 208 | - array ( |
|
| 208 | + array( |
|
| 209 | 209 | 0 => 'reserved', |
| 210 | 210 | 1 => 'quotes', |
| 211 | 211 | 2 => 'quotes', |
@@ -226,7 +226,7 @@ discard block |
||
| 226 | 226 | 17 => 'quotes', |
| 227 | 227 | ), |
| 228 | 228 | 6 => |
| 229 | - array ( |
|
| 229 | + array( |
|
| 230 | 230 | 0 => 'reserved', |
| 231 | 231 | 1 => 'quotes', |
| 232 | 232 | 2 => 'quotes', |
@@ -247,21 +247,21 @@ discard block |
||
| 247 | 247 | 17 => 'quotes', |
| 248 | 248 | ), |
| 249 | 249 | 7 => |
| 250 | - array ( |
|
| 250 | + array( |
|
| 251 | 251 | 0 => '', |
| 252 | 252 | ), |
| 253 | 253 | 8 => |
| 254 | - array ( |
|
| 254 | + array( |
|
| 255 | 255 | 0 => '', |
| 256 | 256 | ), |
| 257 | 257 | 9 => |
| 258 | - array ( |
|
| 258 | + array( |
|
| 259 | 259 | 0 => '', |
| 260 | 260 | ), |
| 261 | 261 | ); |
| 262 | - $this->_inner = array ( |
|
| 262 | + $this->_inner = array( |
|
| 263 | 263 | -1 => |
| 264 | - array ( |
|
| 264 | + array( |
|
| 265 | 265 | 0 => 'comment', |
| 266 | 266 | 1 => 'string', |
| 267 | 267 | 2 => 'string', |
@@ -282,26 +282,26 @@ discard block |
||
| 282 | 282 | 17 => 'string', |
| 283 | 283 | ), |
| 284 | 284 | 0 => |
| 285 | - array ( |
|
| 285 | + array( |
|
| 286 | 286 | ), |
| 287 | 287 | 1 => |
| 288 | - array ( |
|
| 288 | + array( |
|
| 289 | 289 | 0 => 'special', |
| 290 | 290 | ), |
| 291 | 291 | 2 => |
| 292 | - array ( |
|
| 292 | + array( |
|
| 293 | 293 | 0 => 'special', |
| 294 | 294 | ), |
| 295 | 295 | 3 => |
| 296 | - array ( |
|
| 296 | + array( |
|
| 297 | 297 | 0 => 'special', |
| 298 | 298 | ), |
| 299 | 299 | 4 => |
| 300 | - array ( |
|
| 300 | + array( |
|
| 301 | 301 | 0 => 'special', |
| 302 | 302 | ), |
| 303 | 303 | 5 => |
| 304 | - array ( |
|
| 304 | + array( |
|
| 305 | 305 | 0 => 'comment', |
| 306 | 306 | 1 => 'string', |
| 307 | 307 | 2 => 'string', |
@@ -322,7 +322,7 @@ discard block |
||
| 322 | 322 | 17 => 'string', |
| 323 | 323 | ), |
| 324 | 324 | 6 => |
| 325 | - array ( |
|
| 325 | + array( |
|
| 326 | 326 | 0 => 'comment', |
| 327 | 327 | 1 => 'string', |
| 328 | 328 | 2 => 'string', |
@@ -343,19 +343,19 @@ discard block |
||
| 343 | 343 | 17 => 'string', |
| 344 | 344 | ), |
| 345 | 345 | 7 => |
| 346 | - array ( |
|
| 346 | + array( |
|
| 347 | 347 | 0 => 'inlinedoc', |
| 348 | 348 | ), |
| 349 | 349 | 8 => |
| 350 | - array ( |
|
| 350 | + array( |
|
| 351 | 351 | 0 => 'inlinedoc', |
| 352 | 352 | ), |
| 353 | 353 | 9 => |
| 354 | - array ( |
|
| 354 | + array( |
|
| 355 | 355 | 0 => 'special', |
| 356 | 356 | ), |
| 357 | 357 | ); |
| 358 | - $this->_end = array ( |
|
| 358 | + $this->_end = array( |
|
| 359 | 359 | 0 => '/(?i)$/', |
| 360 | 360 | 1 => '/(?i)"/', |
| 361 | 361 | 2 => '/(?i)%b1%/', |
@@ -367,9 +367,9 @@ discard block |
||
| 367 | 367 | 8 => '/(?mi)$/', |
| 368 | 368 | 9 => '/(?i)\\/[iomx]*/', |
| 369 | 369 | ); |
| 370 | - $this->_states = array ( |
|
| 370 | + $this->_states = array( |
|
| 371 | 371 | -1 => |
| 372 | - array ( |
|
| 372 | + array( |
|
| 373 | 373 | 0 => 0, |
| 374 | 374 | 1 => 1, |
| 375 | 375 | 2 => 2, |
@@ -390,26 +390,26 @@ discard block |
||
| 390 | 390 | 17 => 9, |
| 391 | 391 | ), |
| 392 | 392 | 0 => |
| 393 | - array ( |
|
| 393 | + array( |
|
| 394 | 394 | ), |
| 395 | 395 | 1 => |
| 396 | - array ( |
|
| 396 | + array( |
|
| 397 | 397 | 0 => -1, |
| 398 | 398 | ), |
| 399 | 399 | 2 => |
| 400 | - array ( |
|
| 400 | + array( |
|
| 401 | 401 | 0 => -1, |
| 402 | 402 | ), |
| 403 | 403 | 3 => |
| 404 | - array ( |
|
| 404 | + array( |
|
| 405 | 405 | 0 => -1, |
| 406 | 406 | ), |
| 407 | 407 | 4 => |
| 408 | - array ( |
|
| 408 | + array( |
|
| 409 | 409 | 0 => -1, |
| 410 | 410 | ), |
| 411 | 411 | 5 => |
| 412 | - array ( |
|
| 412 | + array( |
|
| 413 | 413 | 0 => 0, |
| 414 | 414 | 1 => 1, |
| 415 | 415 | 2 => 2, |
@@ -430,7 +430,7 @@ discard block |
||
| 430 | 430 | 17 => 9, |
| 431 | 431 | ), |
| 432 | 432 | 6 => |
| 433 | - array ( |
|
| 433 | + array( |
|
| 434 | 434 | 0 => 0, |
| 435 | 435 | 1 => 1, |
| 436 | 436 | 2 => 2, |
@@ -451,201 +451,201 @@ discard block |
||
| 451 | 451 | 17 => 9, |
| 452 | 452 | ), |
| 453 | 453 | 7 => |
| 454 | - array ( |
|
| 454 | + array( |
|
| 455 | 455 | 0 => -1, |
| 456 | 456 | ), |
| 457 | 457 | 8 => |
| 458 | - array ( |
|
| 458 | + array( |
|
| 459 | 459 | 0 => -1, |
| 460 | 460 | ), |
| 461 | 461 | 9 => |
| 462 | - array ( |
|
| 462 | + array( |
|
| 463 | 463 | 0 => -1, |
| 464 | 464 | ), |
| 465 | 465 | ); |
| 466 | - $this->_keywords = array ( |
|
| 466 | + $this->_keywords = array( |
|
| 467 | 467 | -1 => |
| 468 | - array ( |
|
| 468 | + array( |
|
| 469 | 469 | 0 => -1, |
| 470 | 470 | 1 => -1, |
| 471 | 471 | 2 => -1, |
| 472 | 472 | 3 => -1, |
| 473 | 473 | 4 => -1, |
| 474 | 474 | 5 => |
| 475 | - array ( |
|
| 475 | + array( |
|
| 476 | 476 | ), |
| 477 | 477 | 6 => |
| 478 | - array ( |
|
| 478 | + array( |
|
| 479 | 479 | ), |
| 480 | 480 | 7 => -1, |
| 481 | 481 | 8 => -1, |
| 482 | 482 | 9 => |
| 483 | - array ( |
|
| 483 | + array( |
|
| 484 | 484 | 'reserved' => '/^(__FILE__|require|and|def|end|in|or|self|unless|__LINE__|begin|defined?|ensure|module|redo|super|until|BEGIN|break|do|false|next|rescue|then|when|END|case|else|for|nil|retry|true|while|alias|module_function|private|public|protected|attr_reader|attr_writer|attr_accessor|class|elsif|if|not|return|undef|yield)$/', |
| 485 | 485 | ), |
| 486 | 486 | 10 => |
| 487 | - array ( |
|
| 487 | + array( |
|
| 488 | 488 | ), |
| 489 | 489 | 11 => |
| 490 | - array ( |
|
| 490 | + array( |
|
| 491 | 491 | ), |
| 492 | 492 | 12 => |
| 493 | - array ( |
|
| 493 | + array( |
|
| 494 | 494 | ), |
| 495 | 495 | 13 => |
| 496 | - array ( |
|
| 496 | + array( |
|
| 497 | 497 | ), |
| 498 | 498 | 14 => |
| 499 | - array ( |
|
| 499 | + array( |
|
| 500 | 500 | ), |
| 501 | 501 | 15 => -1, |
| 502 | 502 | 16 => -1, |
| 503 | 503 | 17 => -1, |
| 504 | 504 | ), |
| 505 | 505 | 0 => |
| 506 | - array ( |
|
| 506 | + array( |
|
| 507 | 507 | ), |
| 508 | 508 | 1 => |
| 509 | - array ( |
|
| 509 | + array( |
|
| 510 | 510 | 0 => |
| 511 | - array ( |
|
| 511 | + array( |
|
| 512 | 512 | ), |
| 513 | 513 | ), |
| 514 | 514 | 2 => |
| 515 | - array ( |
|
| 515 | + array( |
|
| 516 | 516 | 0 => |
| 517 | - array ( |
|
| 517 | + array( |
|
| 518 | 518 | ), |
| 519 | 519 | ), |
| 520 | 520 | 3 => |
| 521 | - array ( |
|
| 521 | + array( |
|
| 522 | 522 | 0 => |
| 523 | - array ( |
|
| 523 | + array( |
|
| 524 | 524 | ), |
| 525 | 525 | ), |
| 526 | 526 | 4 => |
| 527 | - array ( |
|
| 527 | + array( |
|
| 528 | 528 | 0 => |
| 529 | - array ( |
|
| 529 | + array( |
|
| 530 | 530 | ), |
| 531 | 531 | ), |
| 532 | 532 | 5 => |
| 533 | - array ( |
|
| 533 | + array( |
|
| 534 | 534 | 0 => -1, |
| 535 | 535 | 1 => -1, |
| 536 | 536 | 2 => -1, |
| 537 | 537 | 3 => -1, |
| 538 | 538 | 4 => -1, |
| 539 | 539 | 5 => |
| 540 | - array ( |
|
| 540 | + array( |
|
| 541 | 541 | ), |
| 542 | 542 | 6 => |
| 543 | - array ( |
|
| 543 | + array( |
|
| 544 | 544 | ), |
| 545 | 545 | 7 => -1, |
| 546 | 546 | 8 => -1, |
| 547 | 547 | 9 => |
| 548 | - array ( |
|
| 548 | + array( |
|
| 549 | 549 | 'reserved' => '/^(__FILE__|require|and|def|end|in|or|self|unless|__LINE__|begin|defined?|ensure|module|redo|super|until|BEGIN|break|do|false|next|rescue|then|when|END|case|else|for|nil|retry|true|while|alias|module_function|private|public|protected|attr_reader|attr_writer|attr_accessor|class|elsif|if|not|return|undef|yield)$/', |
| 550 | 550 | ), |
| 551 | 551 | 10 => |
| 552 | - array ( |
|
| 552 | + array( |
|
| 553 | 553 | ), |
| 554 | 554 | 11 => |
| 555 | - array ( |
|
| 555 | + array( |
|
| 556 | 556 | ), |
| 557 | 557 | 12 => |
| 558 | - array ( |
|
| 558 | + array( |
|
| 559 | 559 | ), |
| 560 | 560 | 13 => |
| 561 | - array ( |
|
| 561 | + array( |
|
| 562 | 562 | ), |
| 563 | 563 | 14 => |
| 564 | - array ( |
|
| 564 | + array( |
|
| 565 | 565 | ), |
| 566 | 566 | 15 => -1, |
| 567 | 567 | 16 => -1, |
| 568 | 568 | 17 => -1, |
| 569 | 569 | ), |
| 570 | 570 | 6 => |
| 571 | - array ( |
|
| 571 | + array( |
|
| 572 | 572 | 0 => -1, |
| 573 | 573 | 1 => -1, |
| 574 | 574 | 2 => -1, |
| 575 | 575 | 3 => -1, |
| 576 | 576 | 4 => -1, |
| 577 | 577 | 5 => |
| 578 | - array ( |
|
| 578 | + array( |
|
| 579 | 579 | ), |
| 580 | 580 | 6 => |
| 581 | - array ( |
|
| 581 | + array( |
|
| 582 | 582 | ), |
| 583 | 583 | 7 => -1, |
| 584 | 584 | 8 => -1, |
| 585 | 585 | 9 => |
| 586 | - array ( |
|
| 586 | + array( |
|
| 587 | 587 | 'reserved' => '/^(__FILE__|require|and|def|end|in|or|self|unless|__LINE__|begin|defined?|ensure|module|redo|super|until|BEGIN|break|do|false|next|rescue|then|when|END|case|else|for|nil|retry|true|while|alias|module_function|private|public|protected|attr_reader|attr_writer|attr_accessor|class|elsif|if|not|return|undef|yield)$/', |
| 588 | 588 | ), |
| 589 | 589 | 10 => |
| 590 | - array ( |
|
| 590 | + array( |
|
| 591 | 591 | ), |
| 592 | 592 | 11 => |
| 593 | - array ( |
|
| 593 | + array( |
|
| 594 | 594 | ), |
| 595 | 595 | 12 => |
| 596 | - array ( |
|
| 596 | + array( |
|
| 597 | 597 | ), |
| 598 | 598 | 13 => |
| 599 | - array ( |
|
| 599 | + array( |
|
| 600 | 600 | ), |
| 601 | 601 | 14 => |
| 602 | - array ( |
|
| 602 | + array( |
|
| 603 | 603 | ), |
| 604 | 604 | 15 => -1, |
| 605 | 605 | 16 => -1, |
| 606 | 606 | 17 => -1, |
| 607 | 607 | ), |
| 608 | 608 | 7 => |
| 609 | - array ( |
|
| 609 | + array( |
|
| 610 | 610 | 0 => |
| 611 | - array ( |
|
| 611 | + array( |
|
| 612 | 612 | ), |
| 613 | 613 | ), |
| 614 | 614 | 8 => |
| 615 | - array ( |
|
| 615 | + array( |
|
| 616 | 616 | 0 => |
| 617 | - array ( |
|
| 617 | + array( |
|
| 618 | 618 | ), |
| 619 | 619 | ), |
| 620 | 620 | 9 => |
| 621 | - array ( |
|
| 621 | + array( |
|
| 622 | 622 | 0 => |
| 623 | - array ( |
|
| 623 | + array( |
|
| 624 | 624 | ), |
| 625 | 625 | ), |
| 626 | 626 | ); |
| 627 | - $this->_parts = array ( |
|
| 627 | + $this->_parts = array( |
|
| 628 | 628 | 0 => |
| 629 | - array ( |
|
| 629 | + array( |
|
| 630 | 630 | ), |
| 631 | 631 | 1 => |
| 632 | - array ( |
|
| 632 | + array( |
|
| 633 | 633 | 0 => NULL, |
| 634 | 634 | ), |
| 635 | 635 | 2 => |
| 636 | - array ( |
|
| 636 | + array( |
|
| 637 | 637 | 0 => NULL, |
| 638 | 638 | ), |
| 639 | 639 | 3 => |
| 640 | - array ( |
|
| 640 | + array( |
|
| 641 | 641 | 0 => NULL, |
| 642 | 642 | ), |
| 643 | 643 | 4 => |
| 644 | - array ( |
|
| 644 | + array( |
|
| 645 | 645 | 0 => NULL, |
| 646 | 646 | ), |
| 647 | 647 | 5 => |
| 648 | - array ( |
|
| 648 | + array( |
|
| 649 | 649 | 0 => NULL, |
| 650 | 650 | 1 => NULL, |
| 651 | 651 | 2 => NULL, |
@@ -666,7 +666,7 @@ discard block |
||
| 666 | 666 | 17 => NULL, |
| 667 | 667 | ), |
| 668 | 668 | 6 => |
| 669 | - array ( |
|
| 669 | + array( |
|
| 670 | 670 | 0 => NULL, |
| 671 | 671 | 1 => NULL, |
| 672 | 672 | 2 => NULL, |
@@ -687,21 +687,21 @@ discard block |
||
| 687 | 687 | 17 => NULL, |
| 688 | 688 | ), |
| 689 | 689 | 7 => |
| 690 | - array ( |
|
| 690 | + array( |
|
| 691 | 691 | 0 => NULL, |
| 692 | 692 | ), |
| 693 | 693 | 8 => |
| 694 | - array ( |
|
| 694 | + array( |
|
| 695 | 695 | 0 => NULL, |
| 696 | 696 | ), |
| 697 | 697 | 9 => |
| 698 | - array ( |
|
| 698 | + array( |
|
| 699 | 699 | 0 => NULL, |
| 700 | 700 | ), |
| 701 | 701 | ); |
| 702 | - $this->_subst = array ( |
|
| 702 | + $this->_subst = array( |
|
| 703 | 703 | -1 => |
| 704 | - array ( |
|
| 704 | + array( |
|
| 705 | 705 | 0 => false, |
| 706 | 706 | 1 => false, |
| 707 | 707 | 2 => true, |
@@ -722,26 +722,26 @@ discard block |
||
| 722 | 722 | 17 => false, |
| 723 | 723 | ), |
| 724 | 724 | 0 => |
| 725 | - array ( |
|
| 725 | + array( |
|
| 726 | 726 | ), |
| 727 | 727 | 1 => |
| 728 | - array ( |
|
| 728 | + array( |
|
| 729 | 729 | 0 => false, |
| 730 | 730 | ), |
| 731 | 731 | 2 => |
| 732 | - array ( |
|
| 732 | + array( |
|
| 733 | 733 | 0 => false, |
| 734 | 734 | ), |
| 735 | 735 | 3 => |
| 736 | - array ( |
|
| 736 | + array( |
|
| 737 | 737 | 0 => false, |
| 738 | 738 | ), |
| 739 | 739 | 4 => |
| 740 | - array ( |
|
| 740 | + array( |
|
| 741 | 741 | 0 => false, |
| 742 | 742 | ), |
| 743 | 743 | 5 => |
| 744 | - array ( |
|
| 744 | + array( |
|
| 745 | 745 | 0 => false, |
| 746 | 746 | 1 => false, |
| 747 | 747 | 2 => true, |
@@ -762,7 +762,7 @@ discard block |
||
| 762 | 762 | 17 => false, |
| 763 | 763 | ), |
| 764 | 764 | 6 => |
| 765 | - array ( |
|
| 765 | + array( |
|
| 766 | 766 | 0 => false, |
| 767 | 767 | 1 => false, |
| 768 | 768 | 2 => true, |
@@ -783,21 +783,21 @@ discard block |
||
| 783 | 783 | 17 => false, |
| 784 | 784 | ), |
| 785 | 785 | 7 => |
| 786 | - array ( |
|
| 786 | + array( |
|
| 787 | 787 | 0 => false, |
| 788 | 788 | ), |
| 789 | 789 | 8 => |
| 790 | - array ( |
|
| 790 | + array( |
|
| 791 | 791 | 0 => false, |
| 792 | 792 | ), |
| 793 | 793 | 9 => |
| 794 | - array ( |
|
| 794 | + array( |
|
| 795 | 795 | 0 => false, |
| 796 | 796 | ), |
| 797 | 797 | ); |
| 798 | - $this->_conditions = array ( |
|
| 798 | + $this->_conditions = array( |
|
| 799 | 799 | ); |
| 800 | - $this->_kwmap = array ( |
|
| 800 | + $this->_kwmap = array( |
|
| 801 | 801 | 'reserved' => 'reserved', |
| 802 | 802 | ); |
| 803 | 803 | $this->_defClass = 'code'; |
@@ -41,11 +41,11 @@ discard block |
||
| 41 | 41 | * @param array $options |
| 42 | 42 | * @access public |
| 43 | 43 | */ |
| 44 | - function __construct($options=array()) |
|
| 44 | + function __construct($options = array()) |
|
| 45 | 45 | { |
| 46 | 46 | |
| 47 | 47 | $this->_options = $options; |
| 48 | - $this->_regs = array ( |
|
| 48 | + $this->_regs = array( |
|
| 49 | 49 | -1 => '/(\\<!--)|(\\<\\!\\[)|((\\&|\\%)[\\w\\-\\.]+;)/', |
| 50 | 50 | 0 => '//', |
| 51 | 51 | 1 => '/(\\<!--)|(\\<)|(#PCDATA\\b)|((\\&|\\%)[\\w\\-\\.]+;)|((?i)[a-z][a-z\\d\\-\\,:]+)/', |
@@ -54,18 +54,18 @@ discard block |
||
| 54 | 54 | 4 => '/((\\&|\\%)[\\w\\-\\.]+;)/', |
| 55 | 55 | 5 => '/((\\&|\\%)[\\w\\-\\.]+;)/', |
| 56 | 56 | ); |
| 57 | - $this->_counts = array ( |
|
| 57 | + $this->_counts = array( |
|
| 58 | 58 | -1 => |
| 59 | - array ( |
|
| 59 | + array( |
|
| 60 | 60 | 0 => 0, |
| 61 | 61 | 1 => 0, |
| 62 | 62 | 2 => 1, |
| 63 | 63 | ), |
| 64 | 64 | 0 => |
| 65 | - array ( |
|
| 65 | + array( |
|
| 66 | 66 | ), |
| 67 | 67 | 1 => |
| 68 | - array ( |
|
| 68 | + array( |
|
| 69 | 69 | 0 => 0, |
| 70 | 70 | 1 => 0, |
| 71 | 71 | 2 => 0, |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | 4 => 0, |
| 74 | 74 | ), |
| 75 | 75 | 2 => |
| 76 | - array ( |
|
| 76 | + array( |
|
| 77 | 77 | 0 => 0, |
| 78 | 78 | 1 => 0, |
| 79 | 79 | 2 => 0, |
@@ -85,32 +85,32 @@ discard block |
||
| 85 | 85 | 8 => 0, |
| 86 | 86 | ), |
| 87 | 87 | 3 => |
| 88 | - array ( |
|
| 88 | + array( |
|
| 89 | 89 | 0 => 0, |
| 90 | 90 | 1 => 1, |
| 91 | 91 | 2 => 0, |
| 92 | 92 | ), |
| 93 | 93 | 4 => |
| 94 | - array ( |
|
| 94 | + array( |
|
| 95 | 95 | 0 => 1, |
| 96 | 96 | ), |
| 97 | 97 | 5 => |
| 98 | - array ( |
|
| 98 | + array( |
|
| 99 | 99 | 0 => 1, |
| 100 | 100 | ), |
| 101 | 101 | ); |
| 102 | - $this->_delim = array ( |
|
| 102 | + $this->_delim = array( |
|
| 103 | 103 | -1 => |
| 104 | - array ( |
|
| 104 | + array( |
|
| 105 | 105 | 0 => 'comment', |
| 106 | 106 | 1 => 'brackets', |
| 107 | 107 | 2 => '', |
| 108 | 108 | ), |
| 109 | 109 | 0 => |
| 110 | - array ( |
|
| 110 | + array( |
|
| 111 | 111 | ), |
| 112 | 112 | 1 => |
| 113 | - array ( |
|
| 113 | + array( |
|
| 114 | 114 | 0 => 'comment', |
| 115 | 115 | 1 => 'brackets', |
| 116 | 116 | 2 => '', |
@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | 4 => '', |
| 119 | 119 | ), |
| 120 | 120 | 2 => |
| 121 | - array ( |
|
| 121 | + array( |
|
| 122 | 122 | 0 => 'comment', |
| 123 | 123 | 1 => 'brackets', |
| 124 | 124 | 2 => 'quotes', |
@@ -130,32 +130,32 @@ discard block |
||
| 130 | 130 | 8 => '', |
| 131 | 131 | ), |
| 132 | 132 | 3 => |
| 133 | - array ( |
|
| 133 | + array( |
|
| 134 | 134 | 0 => 'brackets', |
| 135 | 135 | 1 => '', |
| 136 | 136 | 2 => '', |
| 137 | 137 | ), |
| 138 | 138 | 4 => |
| 139 | - array ( |
|
| 139 | + array( |
|
| 140 | 140 | 0 => '', |
| 141 | 141 | ), |
| 142 | 142 | 5 => |
| 143 | - array ( |
|
| 143 | + array( |
|
| 144 | 144 | 0 => '', |
| 145 | 145 | ), |
| 146 | 146 | ); |
| 147 | - $this->_inner = array ( |
|
| 147 | + $this->_inner = array( |
|
| 148 | 148 | -1 => |
| 149 | - array ( |
|
| 149 | + array( |
|
| 150 | 150 | 0 => 'comment', |
| 151 | 151 | 1 => 'code', |
| 152 | 152 | 2 => 'special', |
| 153 | 153 | ), |
| 154 | 154 | 0 => |
| 155 | - array ( |
|
| 155 | + array( |
|
| 156 | 156 | ), |
| 157 | 157 | 1 => |
| 158 | - array ( |
|
| 158 | + array( |
|
| 159 | 159 | 0 => 'comment', |
| 160 | 160 | 1 => 'code', |
| 161 | 161 | 2 => 'reserved', |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | 4 => 'identifier', |
| 164 | 164 | ), |
| 165 | 165 | 2 => |
| 166 | - array ( |
|
| 166 | + array( |
|
| 167 | 167 | 0 => 'comment', |
| 168 | 168 | 1 => 'code', |
| 169 | 169 | 2 => 'string', |
@@ -175,21 +175,21 @@ discard block |
||
| 175 | 175 | 8 => 'identifier', |
| 176 | 176 | ), |
| 177 | 177 | 3 => |
| 178 | - array ( |
|
| 178 | + array( |
|
| 179 | 179 | 0 => 'code', |
| 180 | 180 | 1 => 'special', |
| 181 | 181 | 2 => 'identifier', |
| 182 | 182 | ), |
| 183 | 183 | 4 => |
| 184 | - array ( |
|
| 184 | + array( |
|
| 185 | 185 | 0 => 'special', |
| 186 | 186 | ), |
| 187 | 187 | 5 => |
| 188 | - array ( |
|
| 188 | + array( |
|
| 189 | 189 | 0 => 'special', |
| 190 | 190 | ), |
| 191 | 191 | ); |
| 192 | - $this->_end = array ( |
|
| 192 | + $this->_end = array( |
|
| 193 | 193 | 0 => '/--\\>/', |
| 194 | 194 | 1 => '/\\]\\]\\>/', |
| 195 | 195 | 2 => '/\\>/', |
@@ -197,18 +197,18 @@ discard block |
||
| 197 | 197 | 4 => '/\'/', |
| 198 | 198 | 5 => '/"/', |
| 199 | 199 | ); |
| 200 | - $this->_states = array ( |
|
| 200 | + $this->_states = array( |
|
| 201 | 201 | -1 => |
| 202 | - array ( |
|
| 202 | + array( |
|
| 203 | 203 | 0 => 0, |
| 204 | 204 | 1 => 1, |
| 205 | 205 | 2 => -1, |
| 206 | 206 | ), |
| 207 | 207 | 0 => |
| 208 | - array ( |
|
| 208 | + array( |
|
| 209 | 209 | ), |
| 210 | 210 | 1 => |
| 211 | - array ( |
|
| 211 | + array( |
|
| 212 | 212 | 0 => 0, |
| 213 | 213 | 1 => 2, |
| 214 | 214 | 2 => -1, |
@@ -216,7 +216,7 @@ discard block |
||
| 216 | 216 | 4 => -1, |
| 217 | 217 | ), |
| 218 | 218 | 2 => |
| 219 | - array ( |
|
| 219 | + array( |
|
| 220 | 220 | 0 => 0, |
| 221 | 221 | 1 => 3, |
| 222 | 222 | 2 => 4, |
@@ -228,97 +228,97 @@ discard block |
||
| 228 | 228 | 8 => -1, |
| 229 | 229 | ), |
| 230 | 230 | 3 => |
| 231 | - array ( |
|
| 231 | + array( |
|
| 232 | 232 | 0 => 3, |
| 233 | 233 | 1 => -1, |
| 234 | 234 | 2 => -1, |
| 235 | 235 | ), |
| 236 | 236 | 4 => |
| 237 | - array ( |
|
| 237 | + array( |
|
| 238 | 238 | 0 => -1, |
| 239 | 239 | ), |
| 240 | 240 | 5 => |
| 241 | - array ( |
|
| 241 | + array( |
|
| 242 | 242 | 0 => -1, |
| 243 | 243 | ), |
| 244 | 244 | ); |
| 245 | - $this->_keywords = array ( |
|
| 245 | + $this->_keywords = array( |
|
| 246 | 246 | -1 => |
| 247 | - array ( |
|
| 247 | + array( |
|
| 248 | 248 | 0 => -1, |
| 249 | 249 | 1 => -1, |
| 250 | 250 | 2 => |
| 251 | - array ( |
|
| 251 | + array( |
|
| 252 | 252 | ), |
| 253 | 253 | ), |
| 254 | 254 | 0 => |
| 255 | - array ( |
|
| 255 | + array( |
|
| 256 | 256 | ), |
| 257 | 257 | 1 => |
| 258 | - array ( |
|
| 258 | + array( |
|
| 259 | 259 | 0 => -1, |
| 260 | 260 | 1 => -1, |
| 261 | 261 | 2 => |
| 262 | - array ( |
|
| 262 | + array( |
|
| 263 | 263 | ), |
| 264 | 264 | 3 => |
| 265 | - array ( |
|
| 265 | + array( |
|
| 266 | 266 | ), |
| 267 | 267 | 4 => |
| 268 | - array ( |
|
| 268 | + array( |
|
| 269 | 269 | ), |
| 270 | 270 | ), |
| 271 | 271 | 2 => |
| 272 | - array ( |
|
| 272 | + array( |
|
| 273 | 273 | 0 => -1, |
| 274 | 274 | 1 => -1, |
| 275 | 275 | 2 => -1, |
| 276 | 276 | 3 => -1, |
| 277 | 277 | 4 => |
| 278 | - array ( |
|
| 278 | + array( |
|
| 279 | 279 | ), |
| 280 | 280 | 5 => |
| 281 | - array ( |
|
| 281 | + array( |
|
| 282 | 282 | ), |
| 283 | 283 | 6 => |
| 284 | - array ( |
|
| 284 | + array( |
|
| 285 | 285 | ), |
| 286 | 286 | 7 => |
| 287 | - array ( |
|
| 287 | + array( |
|
| 288 | 288 | ), |
| 289 | 289 | 8 => |
| 290 | - array ( |
|
| 290 | + array( |
|
| 291 | 291 | ), |
| 292 | 292 | ), |
| 293 | 293 | 3 => |
| 294 | - array ( |
|
| 294 | + array( |
|
| 295 | 295 | 0 => -1, |
| 296 | 296 | 1 => |
| 297 | - array ( |
|
| 297 | + array( |
|
| 298 | 298 | ), |
| 299 | 299 | 2 => |
| 300 | - array ( |
|
| 300 | + array( |
|
| 301 | 301 | ), |
| 302 | 302 | ), |
| 303 | 303 | 4 => |
| 304 | - array ( |
|
| 304 | + array( |
|
| 305 | 305 | 0 => |
| 306 | - array ( |
|
| 306 | + array( |
|
| 307 | 307 | ), |
| 308 | 308 | ), |
| 309 | 309 | 5 => |
| 310 | - array ( |
|
| 310 | + array( |
|
| 311 | 311 | 0 => |
| 312 | - array ( |
|
| 312 | + array( |
|
| 313 | 313 | ), |
| 314 | 314 | ), |
| 315 | 315 | ); |
| 316 | - $this->_parts = array ( |
|
| 316 | + $this->_parts = array( |
|
| 317 | 317 | 0 => |
| 318 | - array ( |
|
| 318 | + array( |
|
| 319 | 319 | ), |
| 320 | 320 | 1 => |
| 321 | - array ( |
|
| 321 | + array( |
|
| 322 | 322 | 0 => NULL, |
| 323 | 323 | 1 => NULL, |
| 324 | 324 | 2 => NULL, |
@@ -326,7 +326,7 @@ discard block |
||
| 326 | 326 | 4 => NULL, |
| 327 | 327 | ), |
| 328 | 328 | 2 => |
| 329 | - array ( |
|
| 329 | + array( |
|
| 330 | 330 | 0 => NULL, |
| 331 | 331 | 1 => NULL, |
| 332 | 332 | 2 => NULL, |
@@ -338,32 +338,32 @@ discard block |
||
| 338 | 338 | 8 => NULL, |
| 339 | 339 | ), |
| 340 | 340 | 3 => |
| 341 | - array ( |
|
| 341 | + array( |
|
| 342 | 342 | 0 => NULL, |
| 343 | 343 | 1 => NULL, |
| 344 | 344 | 2 => NULL, |
| 345 | 345 | ), |
| 346 | 346 | 4 => |
| 347 | - array ( |
|
| 347 | + array( |
|
| 348 | 348 | 0 => NULL, |
| 349 | 349 | ), |
| 350 | 350 | 5 => |
| 351 | - array ( |
|
| 351 | + array( |
|
| 352 | 352 | 0 => NULL, |
| 353 | 353 | ), |
| 354 | 354 | ); |
| 355 | - $this->_subst = array ( |
|
| 355 | + $this->_subst = array( |
|
| 356 | 356 | -1 => |
| 357 | - array ( |
|
| 357 | + array( |
|
| 358 | 358 | 0 => false, |
| 359 | 359 | 1 => false, |
| 360 | 360 | 2 => false, |
| 361 | 361 | ), |
| 362 | 362 | 0 => |
| 363 | - array ( |
|
| 363 | + array( |
|
| 364 | 364 | ), |
| 365 | 365 | 1 => |
| 366 | - array ( |
|
| 366 | + array( |
|
| 367 | 367 | 0 => false, |
| 368 | 368 | 1 => false, |
| 369 | 369 | 2 => false, |
@@ -371,7 +371,7 @@ discard block |
||
| 371 | 371 | 4 => false, |
| 372 | 372 | ), |
| 373 | 373 | 2 => |
| 374 | - array ( |
|
| 374 | + array( |
|
| 375 | 375 | 0 => false, |
| 376 | 376 | 1 => false, |
| 377 | 377 | 2 => false, |
@@ -383,23 +383,23 @@ discard block |
||
| 383 | 383 | 8 => false, |
| 384 | 384 | ), |
| 385 | 385 | 3 => |
| 386 | - array ( |
|
| 386 | + array( |
|
| 387 | 387 | 0 => false, |
| 388 | 388 | 1 => false, |
| 389 | 389 | 2 => false, |
| 390 | 390 | ), |
| 391 | 391 | 4 => |
| 392 | - array ( |
|
| 392 | + array( |
|
| 393 | 393 | 0 => false, |
| 394 | 394 | ), |
| 395 | 395 | 5 => |
| 396 | - array ( |
|
| 396 | + array( |
|
| 397 | 397 | 0 => false, |
| 398 | 398 | ), |
| 399 | 399 | ); |
| 400 | - $this->_conditions = array ( |
|
| 400 | + $this->_conditions = array( |
|
| 401 | 401 | ); |
| 402 | - $this->_kwmap = array ( |
|
| 402 | + $this->_kwmap = array( |
|
| 403 | 403 | ); |
| 404 | 404 | $this->_defClass = 'code'; |
| 405 | 405 | $this->_checkDefines(); |
@@ -41,11 +41,11 @@ discard block |
||
| 41 | 41 | * @param array $options |
| 42 | 42 | * @access public |
| 43 | 43 | */ |
| 44 | - function __construct($options=array()) |
|
| 44 | + function __construct($options = array()) |
|
| 45 | 45 | { |
| 46 | 46 | |
| 47 | 47 | $this->_options = $options; |
| 48 | - $this->_regs = array ( |
|
| 48 | + $this->_regs = array( |
|
| 49 | 49 | -1 => '/((?i)(@[a-z\\d]+))|((?i)(((\\.|#)?[a-z]+[a-z\\d\\-]*(?![a-z\\d\\-]))|(\\*))(?!\\s*:\\s*[\\s\\{]))|((?i):[a-z][a-z\\d\\-]*)|((?i)\\[)|((?i)\\{)/', |
| 50 | 50 | 0 => '/((?i)\\d*\\.?\\d+(\\%|em|ex|pc|pt|px|in|mm|cm))|((?i)\\d*\\.?\\d+)|((?i)[a-z][a-z\\d\\-]*)|((?i)#([\\da-f]{6}|[\\da-f]{3})\\b)/', |
| 51 | 51 | 1 => '/((?i)\')|((?i)")|((?i)[\\w\\-\\:]+)/', |
@@ -54,9 +54,9 @@ discard block |
||
| 54 | 54 | 4 => '/((?i)\\\\\\\\|\\\\"|\\\\\'|\\\\`)/', |
| 55 | 55 | 5 => '/((?i)\\\\\\\\|\\\\"|\\\\\'|\\\\`|\\\\t|\\\\n|\\\\r)/', |
| 56 | 56 | ); |
| 57 | - $this->_counts = array ( |
|
| 57 | + $this->_counts = array( |
|
| 58 | 58 | -1 => |
| 59 | - array ( |
|
| 59 | + array( |
|
| 60 | 60 | 0 => 1, |
| 61 | 61 | 1 => 4, |
| 62 | 62 | 2 => 0, |
@@ -64,40 +64,40 @@ discard block |
||
| 64 | 64 | 4 => 0, |
| 65 | 65 | ), |
| 66 | 66 | 0 => |
| 67 | - array ( |
|
| 67 | + array( |
|
| 68 | 68 | 0 => 1, |
| 69 | 69 | 1 => 0, |
| 70 | 70 | 2 => 0, |
| 71 | 71 | 3 => 1, |
| 72 | 72 | ), |
| 73 | 73 | 1 => |
| 74 | - array ( |
|
| 74 | + array( |
|
| 75 | 75 | 0 => 0, |
| 76 | 76 | 1 => 0, |
| 77 | 77 | 2 => 0, |
| 78 | 78 | ), |
| 79 | 79 | 2 => |
| 80 | - array ( |
|
| 80 | + array( |
|
| 81 | 81 | 0 => 0, |
| 82 | 82 | 1 => 4, |
| 83 | 83 | 2 => 0, |
| 84 | 84 | ), |
| 85 | 85 | 3 => |
| 86 | - array ( |
|
| 86 | + array( |
|
| 87 | 87 | 0 => 0, |
| 88 | 88 | ), |
| 89 | 89 | 4 => |
| 90 | - array ( |
|
| 90 | + array( |
|
| 91 | 91 | 0 => 0, |
| 92 | 92 | ), |
| 93 | 93 | 5 => |
| 94 | - array ( |
|
| 94 | + array( |
|
| 95 | 95 | 0 => 0, |
| 96 | 96 | ), |
| 97 | 97 | ); |
| 98 | - $this->_delim = array ( |
|
| 98 | + $this->_delim = array( |
|
| 99 | 99 | -1 => |
| 100 | - array ( |
|
| 100 | + array( |
|
| 101 | 101 | 0 => '', |
| 102 | 102 | 1 => '', |
| 103 | 103 | 2 => '', |
@@ -105,40 +105,40 @@ discard block |
||
| 105 | 105 | 4 => 'brackets', |
| 106 | 106 | ), |
| 107 | 107 | 0 => |
| 108 | - array ( |
|
| 108 | + array( |
|
| 109 | 109 | 0 => '', |
| 110 | 110 | 1 => '', |
| 111 | 111 | 2 => '', |
| 112 | 112 | 3 => '', |
| 113 | 113 | ), |
| 114 | 114 | 1 => |
| 115 | - array ( |
|
| 115 | + array( |
|
| 116 | 116 | 0 => 'quotes', |
| 117 | 117 | 1 => 'quotes', |
| 118 | 118 | 2 => '', |
| 119 | 119 | ), |
| 120 | 120 | 2 => |
| 121 | - array ( |
|
| 121 | + array( |
|
| 122 | 122 | 0 => 'reserved', |
| 123 | 123 | 1 => '', |
| 124 | 124 | 2 => 'brackets', |
| 125 | 125 | ), |
| 126 | 126 | 3 => |
| 127 | - array ( |
|
| 127 | + array( |
|
| 128 | 128 | 0 => '', |
| 129 | 129 | ), |
| 130 | 130 | 4 => |
| 131 | - array ( |
|
| 131 | + array( |
|
| 132 | 132 | 0 => '', |
| 133 | 133 | ), |
| 134 | 134 | 5 => |
| 135 | - array ( |
|
| 135 | + array( |
|
| 136 | 136 | 0 => '', |
| 137 | 137 | ), |
| 138 | 138 | ); |
| 139 | - $this->_inner = array ( |
|
| 139 | + $this->_inner = array( |
|
| 140 | 140 | -1 => |
| 141 | - array ( |
|
| 141 | + array( |
|
| 142 | 142 | 0 => 'var', |
| 143 | 143 | 1 => 'identifier', |
| 144 | 144 | 2 => 'special', |
@@ -146,38 +146,38 @@ discard block |
||
| 146 | 146 | 4 => 'code', |
| 147 | 147 | ), |
| 148 | 148 | 0 => |
| 149 | - array ( |
|
| 149 | + array( |
|
| 150 | 150 | 0 => 'number', |
| 151 | 151 | 1 => 'number', |
| 152 | 152 | 2 => 'code', |
| 153 | 153 | 3 => 'var', |
| 154 | 154 | ), |
| 155 | 155 | 1 => |
| 156 | - array ( |
|
| 156 | + array( |
|
| 157 | 157 | 0 => 'string', |
| 158 | 158 | 1 => 'string', |
| 159 | 159 | 2 => 'var', |
| 160 | 160 | ), |
| 161 | 161 | 2 => |
| 162 | - array ( |
|
| 162 | + array( |
|
| 163 | 163 | 0 => 'code', |
| 164 | 164 | 1 => 'identifier', |
| 165 | 165 | 2 => 'code', |
| 166 | 166 | ), |
| 167 | 167 | 3 => |
| 168 | - array ( |
|
| 168 | + array( |
|
| 169 | 169 | 0 => 'string', |
| 170 | 170 | ), |
| 171 | 171 | 4 => |
| 172 | - array ( |
|
| 172 | + array( |
|
| 173 | 173 | 0 => 'special', |
| 174 | 174 | ), |
| 175 | 175 | 5 => |
| 176 | - array ( |
|
| 176 | + array( |
|
| 177 | 177 | 0 => 'special', |
| 178 | 178 | ), |
| 179 | 179 | ); |
| 180 | - $this->_end = array ( |
|
| 180 | + $this->_end = array( |
|
| 181 | 181 | 0 => '/(?i)(?=;|\\})/', |
| 182 | 182 | 1 => '/(?i)\\]/', |
| 183 | 183 | 2 => '/(?i)\\}/', |
@@ -185,9 +185,9 @@ discard block |
||
| 185 | 185 | 4 => '/(?i)\'/', |
| 186 | 186 | 5 => '/(?i)"/', |
| 187 | 187 | ); |
| 188 | - $this->_states = array ( |
|
| 188 | + $this->_states = array( |
|
| 189 | 189 | -1 => |
| 190 | - array ( |
|
| 190 | + array( |
|
| 191 | 191 | 0 => -1, |
| 192 | 192 | 1 => -1, |
| 193 | 193 | 2 => -1, |
@@ -195,109 +195,109 @@ discard block |
||
| 195 | 195 | 4 => 2, |
| 196 | 196 | ), |
| 197 | 197 | 0 => |
| 198 | - array ( |
|
| 198 | + array( |
|
| 199 | 199 | 0 => -1, |
| 200 | 200 | 1 => -1, |
| 201 | 201 | 2 => -1, |
| 202 | 202 | 3 => -1, |
| 203 | 203 | ), |
| 204 | 204 | 1 => |
| 205 | - array ( |
|
| 205 | + array( |
|
| 206 | 206 | 0 => 4, |
| 207 | 207 | 1 => 5, |
| 208 | 208 | 2 => -1, |
| 209 | 209 | ), |
| 210 | 210 | 2 => |
| 211 | - array ( |
|
| 211 | + array( |
|
| 212 | 212 | 0 => 0, |
| 213 | 213 | 1 => -1, |
| 214 | 214 | 2 => 2, |
| 215 | 215 | ), |
| 216 | 216 | 3 => |
| 217 | - array ( |
|
| 217 | + array( |
|
| 218 | 218 | 0 => -1, |
| 219 | 219 | ), |
| 220 | 220 | 4 => |
| 221 | - array ( |
|
| 221 | + array( |
|
| 222 | 222 | 0 => -1, |
| 223 | 223 | ), |
| 224 | 224 | 5 => |
| 225 | - array ( |
|
| 225 | + array( |
|
| 226 | 226 | 0 => -1, |
| 227 | 227 | ), |
| 228 | 228 | ); |
| 229 | - $this->_keywords = array ( |
|
| 229 | + $this->_keywords = array( |
|
| 230 | 230 | -1 => |
| 231 | - array ( |
|
| 231 | + array( |
|
| 232 | 232 | 0 => |
| 233 | - array ( |
|
| 233 | + array( |
|
| 234 | 234 | ), |
| 235 | 235 | 1 => |
| 236 | - array ( |
|
| 236 | + array( |
|
| 237 | 237 | ), |
| 238 | 238 | 2 => |
| 239 | - array ( |
|
| 239 | + array( |
|
| 240 | 240 | ), |
| 241 | 241 | 3 => -1, |
| 242 | 242 | 4 => -1, |
| 243 | 243 | ), |
| 244 | 244 | 0 => |
| 245 | - array ( |
|
| 245 | + array( |
|
| 246 | 246 | 0 => |
| 247 | - array ( |
|
| 247 | + array( |
|
| 248 | 248 | ), |
| 249 | 249 | 1 => |
| 250 | - array ( |
|
| 250 | + array( |
|
| 251 | 251 | ), |
| 252 | 252 | 2 => |
| 253 | - array ( |
|
| 253 | + array( |
|
| 254 | 254 | 'propertyValue' => '/^((?i)far-left|left|center-left|center-right|center|far-right|right-side|right|behind|leftwards|rightwards|inherit|scroll|fixed|transparent|none|repeat-x|repeat-y|repeat|no-repeat|collapse|separate|auto|top|bottom|both|open-quote|close-quote|no-open-quote|no-close-quote|crosshair|default|pointer|move|e-resize|ne-resize|nw-resize|n-resize|se-resize|sw-resize|s-resize|text|wait|help|ltr|rtl|inline|block|list-item|run-in|compact|marker|table|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|below|level|above|higher|lower|show|hide|caption|icon|menu|message-box|small-caption|status-bar|normal|wider|narrower|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded|italic|oblique|small-caps|bold|bolder|lighter|inside|outside|disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|crop|cross|invert|visible|hidden|always|avoid|x-low|low|medium|high|x-high|mix?|repeat?|static|relative|absolute|portrait|landscape|spell-out|once|digits|continuous|code|x-slow|slow|fast|x-fast|faster|slower|justify|underline|overline|line-through|blink|capitalize|uppercase|lowercase|embed|bidi-override|baseline|sub|super|text-top|middle|text-bottom|silent|x-soft|soft|loud|x-loud|pre|nowrap|serif|sans-serif|cursive|fantasy|monospace|empty|string|strict|loose|char|true|false|dotted|dashed|solid|double|groove|ridge|inset|outset|larger|smaller|xx-small|x-small|small|large|x-large|xx-large|all|newspaper|distribute|distribute-all-lines|distribute-center-last|inter-word|inter-ideograph|inter-cluster|kashida|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|keep-all|break-all|break-word|lr-tb|tb-rl|thin|thick|inline-block|w-resize|hand|distribute-letter|distribute-space|whitespace|male|female|child)$/', |
| 255 | 255 | 'namedcolor' => '/^((?i)aqua|black|blue|fuchsia|gray|green|lime|maroon|navy|olive|purple|red|silver|teal|white|yellow|activeborder|activecaption|appworkspace|background|buttonface|buttonhighlight|buttonshadow|buttontext|captiontext|graytext|highlight|highlighttext|inactiveborder|inactivecaption|inactivecaptiontext|infobackground|infotext|menu|menutext|scrollbar|threeddarkshadow|threedface|threedhighlight|threedlightshadow|threedshadow|window|windowframe|windowtext)$/', |
| 256 | 256 | ), |
| 257 | 257 | 3 => |
| 258 | - array ( |
|
| 258 | + array( |
|
| 259 | 259 | ), |
| 260 | 260 | ), |
| 261 | 261 | 1 => |
| 262 | - array ( |
|
| 262 | + array( |
|
| 263 | 263 | 0 => -1, |
| 264 | 264 | 1 => -1, |
| 265 | 265 | 2 => |
| 266 | - array ( |
|
| 266 | + array( |
|
| 267 | 267 | ), |
| 268 | 268 | ), |
| 269 | 269 | 2 => |
| 270 | - array ( |
|
| 270 | + array( |
|
| 271 | 271 | 0 => -1, |
| 272 | 272 | 1 => |
| 273 | - array ( |
|
| 273 | + array( |
|
| 274 | 274 | ), |
| 275 | 275 | 2 => -1, |
| 276 | 276 | ), |
| 277 | 277 | 3 => |
| 278 | - array ( |
|
| 278 | + array( |
|
| 279 | 279 | 0 => |
| 280 | - array ( |
|
| 280 | + array( |
|
| 281 | 281 | ), |
| 282 | 282 | ), |
| 283 | 283 | 4 => |
| 284 | - array ( |
|
| 284 | + array( |
|
| 285 | 285 | 0 => |
| 286 | - array ( |
|
| 286 | + array( |
|
| 287 | 287 | ), |
| 288 | 288 | ), |
| 289 | 289 | 5 => |
| 290 | - array ( |
|
| 290 | + array( |
|
| 291 | 291 | 0 => |
| 292 | - array ( |
|
| 292 | + array( |
|
| 293 | 293 | ), |
| 294 | 294 | ), |
| 295 | 295 | ); |
| 296 | - $this->_parts = array ( |
|
| 296 | + $this->_parts = array( |
|
| 297 | 297 | 0 => |
| 298 | - array ( |
|
| 298 | + array( |
|
| 299 | 299 | 0 => |
| 300 | - array ( |
|
| 300 | + array( |
|
| 301 | 301 | 1 => 'string', |
| 302 | 302 | ), |
| 303 | 303 | 1 => NULL, |
@@ -305,33 +305,33 @@ discard block |
||
| 305 | 305 | 3 => NULL, |
| 306 | 306 | ), |
| 307 | 307 | 1 => |
| 308 | - array ( |
|
| 308 | + array( |
|
| 309 | 309 | 0 => NULL, |
| 310 | 310 | 1 => NULL, |
| 311 | 311 | 2 => NULL, |
| 312 | 312 | ), |
| 313 | 313 | 2 => |
| 314 | - array ( |
|
| 314 | + array( |
|
| 315 | 315 | 0 => NULL, |
| 316 | 316 | 1 => NULL, |
| 317 | 317 | 2 => NULL, |
| 318 | 318 | ), |
| 319 | 319 | 3 => |
| 320 | - array ( |
|
| 320 | + array( |
|
| 321 | 321 | 0 => NULL, |
| 322 | 322 | ), |
| 323 | 323 | 4 => |
| 324 | - array ( |
|
| 324 | + array( |
|
| 325 | 325 | 0 => NULL, |
| 326 | 326 | ), |
| 327 | 327 | 5 => |
| 328 | - array ( |
|
| 328 | + array( |
|
| 329 | 329 | 0 => NULL, |
| 330 | 330 | ), |
| 331 | 331 | ); |
| 332 | - $this->_subst = array ( |
|
| 332 | + $this->_subst = array( |
|
| 333 | 333 | -1 => |
| 334 | - array ( |
|
| 334 | + array( |
|
| 335 | 335 | 0 => false, |
| 336 | 336 | 1 => false, |
| 337 | 337 | 2 => false, |
@@ -339,40 +339,40 @@ discard block |
||
| 339 | 339 | 4 => false, |
| 340 | 340 | ), |
| 341 | 341 | 0 => |
| 342 | - array ( |
|
| 342 | + array( |
|
| 343 | 343 | 0 => false, |
| 344 | 344 | 1 => false, |
| 345 | 345 | 2 => false, |
| 346 | 346 | 3 => false, |
| 347 | 347 | ), |
| 348 | 348 | 1 => |
| 349 | - array ( |
|
| 349 | + array( |
|
| 350 | 350 | 0 => false, |
| 351 | 351 | 1 => false, |
| 352 | 352 | 2 => false, |
| 353 | 353 | ), |
| 354 | 354 | 2 => |
| 355 | - array ( |
|
| 355 | + array( |
|
| 356 | 356 | 0 => false, |
| 357 | 357 | 1 => false, |
| 358 | 358 | 2 => false, |
| 359 | 359 | ), |
| 360 | 360 | 3 => |
| 361 | - array ( |
|
| 361 | + array( |
|
| 362 | 362 | 0 => false, |
| 363 | 363 | ), |
| 364 | 364 | 4 => |
| 365 | - array ( |
|
| 365 | + array( |
|
| 366 | 366 | 0 => false, |
| 367 | 367 | ), |
| 368 | 368 | 5 => |
| 369 | - array ( |
|
| 369 | + array( |
|
| 370 | 370 | 0 => false, |
| 371 | 371 | ), |
| 372 | 372 | ); |
| 373 | - $this->_conditions = array ( |
|
| 373 | + $this->_conditions = array( |
|
| 374 | 374 | ); |
| 375 | - $this->_kwmap = array ( |
|
| 375 | + $this->_kwmap = array( |
|
| 376 | 376 | 'propertyValue' => 'string', |
| 377 | 377 | 'namedcolor' => 'var', |
| 378 | 378 | ); |
@@ -41,11 +41,11 @@ discard block |
||
| 41 | 41 | * @param array $options |
| 42 | 42 | * @access public |
| 43 | 43 | */ |
| 44 | - function __construct($options=array()) |
|
| 44 | + function __construct($options = array()) |
|
| 45 | 45 | { |
| 46 | 46 | |
| 47 | 47 | $this->_options = $options; |
| 48 | - $this->_regs = array ( |
|
| 48 | + $this->_regs = array( |
|
| 49 | 49 | -1 => '/((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)\\/\\*)|((?i)")|((?i)\')|((?i)\\/\\/)|((?i)[a-z_]\\w*)|((?i)0[xX][\\da-f]+)|((?i)\\d\\d*|\\b0\\b)|((?i)0[0-7]+)|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))/', |
| 50 | 50 | 0 => '/((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)\\/\\*)|((?i)")|((?i)\')|((?i)\\/\\/)|((?i)[a-z_]\\w*)|((?i)0[xX][\\da-f]+)|((?i)\\d\\d*|\\b0\\b)|((?i)0[0-7]+)|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))/', |
| 51 | 51 | 1 => '/((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)\\/\\*)|((?i)")|((?i)\')|((?i)\\/\\/)|((?i)[a-z_]\\w*)|((?i)0[xX][\\da-f]+)|((?i)\\d\\d*|\\b0\\b)|((?i)0[0-7]+)|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))/', |
@@ -55,9 +55,9 @@ discard block |
||
| 55 | 55 | 5 => '/((?i)\\\\.)/', |
| 56 | 56 | 6 => '/((?i)\\s@\\w+\\s)|((?i)((https?|ftp):\\/\\/[\\w\\?\\.\\-\\&=\\/%+]+)|(^|[\\s,!?])www\\.\\w+\\.\\w+[\\w\\?\\.\\&=\\/%+]*)|((?i)\\w+[\\.\\w\\-]+@(\\w+[\\.\\w\\-])+)|((?i)\\bnote:)|((?i)\\$\\w+\\s*:.*\\$)/', |
| 57 | 57 | ); |
| 58 | - $this->_counts = array ( |
|
| 58 | + $this->_counts = array( |
|
| 59 | 59 | -1 => |
| 60 | - array ( |
|
| 60 | + array( |
|
| 61 | 61 | 0 => 0, |
| 62 | 62 | 1 => 0, |
| 63 | 63 | 2 => 0, |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | 12 => 5, |
| 74 | 74 | ), |
| 75 | 75 | 0 => |
| 76 | - array ( |
|
| 76 | + array( |
|
| 77 | 77 | 0 => 0, |
| 78 | 78 | 1 => 0, |
| 79 | 79 | 2 => 0, |
@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | 12 => 5, |
| 90 | 90 | ), |
| 91 | 91 | 1 => |
| 92 | - array ( |
|
| 92 | + array( |
|
| 93 | 93 | 0 => 0, |
| 94 | 94 | 1 => 0, |
| 95 | 95 | 2 => 0, |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | 12 => 5, |
| 106 | 106 | ), |
| 107 | 107 | 2 => |
| 108 | - array ( |
|
| 108 | + array( |
|
| 109 | 109 | 0 => 0, |
| 110 | 110 | 1 => 0, |
| 111 | 111 | 2 => 0, |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | 12 => 5, |
| 122 | 122 | ), |
| 123 | 123 | 3 => |
| 124 | - array ( |
|
| 124 | + array( |
|
| 125 | 125 | 0 => 0, |
| 126 | 126 | 1 => 3, |
| 127 | 127 | 2 => 1, |
@@ -129,15 +129,15 @@ discard block |
||
| 129 | 129 | 4 => 0, |
| 130 | 130 | ), |
| 131 | 131 | 4 => |
| 132 | - array ( |
|
| 132 | + array( |
|
| 133 | 133 | 0 => 0, |
| 134 | 134 | ), |
| 135 | 135 | 5 => |
| 136 | - array ( |
|
| 136 | + array( |
|
| 137 | 137 | 0 => 0, |
| 138 | 138 | ), |
| 139 | 139 | 6 => |
| 140 | - array ( |
|
| 140 | + array( |
|
| 141 | 141 | 0 => 0, |
| 142 | 142 | 1 => 3, |
| 143 | 143 | 2 => 1, |
@@ -145,9 +145,9 @@ discard block |
||
| 145 | 145 | 4 => 0, |
| 146 | 146 | ), |
| 147 | 147 | ); |
| 148 | - $this->_delim = array ( |
|
| 148 | + $this->_delim = array( |
|
| 149 | 149 | -1 => |
| 150 | - array ( |
|
| 150 | + array( |
|
| 151 | 151 | 0 => 'brackets', |
| 152 | 152 | 1 => 'brackets', |
| 153 | 153 | 2 => 'brackets', |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | 12 => '', |
| 164 | 164 | ), |
| 165 | 165 | 0 => |
| 166 | - array ( |
|
| 166 | + array( |
|
| 167 | 167 | 0 => 'brackets', |
| 168 | 168 | 1 => 'brackets', |
| 169 | 169 | 2 => 'brackets', |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | 12 => '', |
| 180 | 180 | ), |
| 181 | 181 | 1 => |
| 182 | - array ( |
|
| 182 | + array( |
|
| 183 | 183 | 0 => 'brackets', |
| 184 | 184 | 1 => 'brackets', |
| 185 | 185 | 2 => 'brackets', |
@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | 12 => '', |
| 196 | 196 | ), |
| 197 | 197 | 2 => |
| 198 | - array ( |
|
| 198 | + array( |
|
| 199 | 199 | 0 => 'brackets', |
| 200 | 200 | 1 => 'brackets', |
| 201 | 201 | 2 => 'brackets', |
@@ -211,7 +211,7 @@ discard block |
||
| 211 | 211 | 12 => '', |
| 212 | 212 | ), |
| 213 | 213 | 3 => |
| 214 | - array ( |
|
| 214 | + array( |
|
| 215 | 215 | 0 => '', |
| 216 | 216 | 1 => '', |
| 217 | 217 | 2 => '', |
@@ -219,15 +219,15 @@ discard block |
||
| 219 | 219 | 4 => '', |
| 220 | 220 | ), |
| 221 | 221 | 4 => |
| 222 | - array ( |
|
| 222 | + array( |
|
| 223 | 223 | 0 => '', |
| 224 | 224 | ), |
| 225 | 225 | 5 => |
| 226 | - array ( |
|
| 226 | + array( |
|
| 227 | 227 | 0 => '', |
| 228 | 228 | ), |
| 229 | 229 | 6 => |
| 230 | - array ( |
|
| 230 | + array( |
|
| 231 | 231 | 0 => '', |
| 232 | 232 | 1 => '', |
| 233 | 233 | 2 => '', |
@@ -235,9 +235,9 @@ discard block |
||
| 235 | 235 | 4 => '', |
| 236 | 236 | ), |
| 237 | 237 | ); |
| 238 | - $this->_inner = array ( |
|
| 238 | + $this->_inner = array( |
|
| 239 | 239 | -1 => |
| 240 | - array ( |
|
| 240 | + array( |
|
| 241 | 241 | 0 => 'code', |
| 242 | 242 | 1 => 'code', |
| 243 | 243 | 2 => 'code', |
@@ -253,7 +253,7 @@ discard block |
||
| 253 | 253 | 12 => 'number', |
| 254 | 254 | ), |
| 255 | 255 | 0 => |
| 256 | - array ( |
|
| 256 | + array( |
|
| 257 | 257 | 0 => 'code', |
| 258 | 258 | 1 => 'code', |
| 259 | 259 | 2 => 'code', |
@@ -269,7 +269,7 @@ discard block |
||
| 269 | 269 | 12 => 'number', |
| 270 | 270 | ), |
| 271 | 271 | 1 => |
| 272 | - array ( |
|
| 272 | + array( |
|
| 273 | 273 | 0 => 'code', |
| 274 | 274 | 1 => 'code', |
| 275 | 275 | 2 => 'code', |
@@ -285,7 +285,7 @@ discard block |
||
| 285 | 285 | 12 => 'number', |
| 286 | 286 | ), |
| 287 | 287 | 2 => |
| 288 | - array ( |
|
| 288 | + array( |
|
| 289 | 289 | 0 => 'code', |
| 290 | 290 | 1 => 'code', |
| 291 | 291 | 2 => 'code', |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | 12 => 'number', |
| 302 | 302 | ), |
| 303 | 303 | 3 => |
| 304 | - array ( |
|
| 304 | + array( |
|
| 305 | 305 | 0 => 'inlinedoc', |
| 306 | 306 | 1 => 'url', |
| 307 | 307 | 2 => 'url', |
@@ -309,15 +309,15 @@ discard block |
||
| 309 | 309 | 4 => 'inlinedoc', |
| 310 | 310 | ), |
| 311 | 311 | 4 => |
| 312 | - array ( |
|
| 312 | + array( |
|
| 313 | 313 | 0 => 'special', |
| 314 | 314 | ), |
| 315 | 315 | 5 => |
| 316 | - array ( |
|
| 316 | + array( |
|
| 317 | 317 | 0 => 'special', |
| 318 | 318 | ), |
| 319 | 319 | 6 => |
| 320 | - array ( |
|
| 320 | + array( |
|
| 321 | 321 | 0 => 'inlinedoc', |
| 322 | 322 | 1 => 'url', |
| 323 | 323 | 2 => 'url', |
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | 4 => 'inlinedoc', |
| 326 | 326 | ), |
| 327 | 327 | ); |
| 328 | - $this->_end = array ( |
|
| 328 | + $this->_end = array( |
|
| 329 | 329 | 0 => '/(?i)\\}/', |
| 330 | 330 | 1 => '/(?i)\\)/', |
| 331 | 331 | 2 => '/(?i)\\]/', |
@@ -334,9 +334,9 @@ discard block |
||
| 334 | 334 | 5 => '/(?i)\'/', |
| 335 | 335 | 6 => '/(?mi)$/', |
| 336 | 336 | ); |
| 337 | - $this->_states = array ( |
|
| 337 | + $this->_states = array( |
|
| 338 | 338 | -1 => |
| 339 | - array ( |
|
| 339 | + array( |
|
| 340 | 340 | 0 => 0, |
| 341 | 341 | 1 => 1, |
| 342 | 342 | 2 => 2, |
@@ -352,7 +352,7 @@ discard block |
||
| 352 | 352 | 12 => -1, |
| 353 | 353 | ), |
| 354 | 354 | 0 => |
| 355 | - array ( |
|
| 355 | + array( |
|
| 356 | 356 | 0 => 0, |
| 357 | 357 | 1 => 1, |
| 358 | 358 | 2 => 2, |
@@ -368,7 +368,7 @@ discard block |
||
| 368 | 368 | 12 => -1, |
| 369 | 369 | ), |
| 370 | 370 | 1 => |
| 371 | - array ( |
|
| 371 | + array( |
|
| 372 | 372 | 0 => 0, |
| 373 | 373 | 1 => 1, |
| 374 | 374 | 2 => 2, |
@@ -384,7 +384,7 @@ discard block |
||
| 384 | 384 | 12 => -1, |
| 385 | 385 | ), |
| 386 | 386 | 2 => |
| 387 | - array ( |
|
| 387 | + array( |
|
| 388 | 388 | 0 => 0, |
| 389 | 389 | 1 => 1, |
| 390 | 390 | 2 => 2, |
@@ -400,7 +400,7 @@ discard block |
||
| 400 | 400 | 12 => -1, |
| 401 | 401 | ), |
| 402 | 402 | 3 => |
| 403 | - array ( |
|
| 403 | + array( |
|
| 404 | 404 | 0 => -1, |
| 405 | 405 | 1 => -1, |
| 406 | 406 | 2 => -1, |
@@ -408,15 +408,15 @@ discard block |
||
| 408 | 408 | 4 => -1, |
| 409 | 409 | ), |
| 410 | 410 | 4 => |
| 411 | - array ( |
|
| 411 | + array( |
|
| 412 | 412 | 0 => -1, |
| 413 | 413 | ), |
| 414 | 414 | 5 => |
| 415 | - array ( |
|
| 415 | + array( |
|
| 416 | 416 | 0 => -1, |
| 417 | 417 | ), |
| 418 | 418 | 6 => |
| 419 | - array ( |
|
| 419 | + array( |
|
| 420 | 420 | 0 => -1, |
| 421 | 421 | 1 => -1, |
| 422 | 422 | 2 => -1, |
@@ -424,9 +424,9 @@ discard block |
||
| 424 | 424 | 4 => -1, |
| 425 | 425 | ), |
| 426 | 426 | ); |
| 427 | - $this->_keywords = array ( |
|
| 427 | + $this->_keywords = array( |
|
| 428 | 428 | -1 => |
| 429 | - array ( |
|
| 429 | + array( |
|
| 430 | 430 | 0 => -1, |
| 431 | 431 | 1 => -1, |
| 432 | 432 | 2 => -1, |
@@ -435,29 +435,29 @@ discard block |
||
| 435 | 435 | 5 => -1, |
| 436 | 436 | 6 => -1, |
| 437 | 437 | 7 => |
| 438 | - array ( |
|
| 438 | + array( |
|
| 439 | 439 | 'types' => '/^(boolean|byte|char|const|double|final|float|int|long|short|static|void)$/', |
| 440 | 440 | 'reserved' => '/^(import|package|abstract|break|case|catch|class|continue|default|do|else|extends|false|finally|for|goto|if|implements|instanceof|interface|native|new|null|private|protected|public|return|super|strictfp|switch|synchronized|this|throws|throw|transient|true|try|volatile|while)$/', |
| 441 | 441 | 'builtin' => '/^(AbstractAction|AbstractBorder|AbstractButton|AbstractCellEditor|AbstractCollection|AbstractColorChooserPanel|AbstractDocument|AbstractInterruptibleChannel|AbstractLayoutCache|AbstractList|AbstractListModel|AbstractMap|AbstractMethodError|AbstractPreferences|AbstractSelectableChannel|AbstractSelectionKey|AbstractSelector|AbstractSequentialList|AbstractSet|AbstractSpinnerModel|AbstractTableModel|AbstractUndoableEdit|AbstractWriter|AccessControlContext|AccessControlException|AccessController|AccessException|Accessible|AccessibleAction|AccessibleBundle|AccessibleComponent|AccessibleContext|AccessibleEditableText|AccessibleExtendedComponent|AccessibleExtendedTable|AccessibleHyperlink|AccessibleHypertext|AccessibleIcon|AccessibleKeyBinding|AccessibleObject|AccessibleRelation|AccessibleRelationSet|AccessibleResourceBundle|AccessibleRole|AccessibleSelection|AccessibleState|AccessibleStateSet|AccessibleTable|AccessibleTableModelChange|AccessibleText|AccessibleValue|AccountExpiredException|Acl|AclEntry|AclNotFoundException|Action|ActionEvent|ActionListener|ActionMap|ActionMapUIResource|Activatable|ActivateFailedException|ActivationDesc|ActivationException|ActivationGroup|ActivationGroup_Stub|ActivationGroupDesc|ActivationGroupID|ActivationID|ActivationInstantiator|ActivationMonitor|ActivationSystem|Activator|ActiveEvent|AdapterActivator|AdapterActivatorOperations|AdapterAlreadyExists|AdapterAlreadyExistsHelper|AdapterInactive|AdapterInactiveHelper|AdapterNonExistent|AdapterNonExistentHelper|AddressHelper|Adjustable|AdjustmentEvent|AdjustmentListener|Adler32|AffineTransform|AffineTransformOp|AlgorithmParameterGenerator|AlgorithmParameterGeneratorSpi|AlgorithmParameters|AlgorithmParameterSpec|AlgorithmParametersSpi|AllPermission|AlphaComposite|AlreadyBound|AlreadyBoundException|AlreadyBoundHelper|AlreadyBoundHolder|AlreadyConnectedException|AncestorEvent|AncestorListener|Annotation|Any|AnyHolder|AnySeqHelper|AnySeqHolder|AppConfigurationEntry|Applet|AppletContext|AppletInitializer|AppletStub|ApplicationException|Arc2D|Area|AreaAveragingScaleFilter|ARG_IN|ARG_INOUT|ARG_OUT|ArithmeticException|Array|ArrayIndexOutOfBoundsException|ArrayList|Arrays|ArrayStoreException|AssertionError|AsyncBoxView|AsynchronousCloseException|Attr|Attribute|AttributedCharacterIterator|AttributedString|AttributeException|AttributeInUseException|AttributeList|AttributeListImpl|AttributeModificationException|Attributes|AttributeSet|AttributeSetUtilities|AttributesImpl|AudioClip|AudioFileFormat|AudioFileReader|AudioFileWriter|AudioFormat|AudioInputStream|AudioPermission|AudioSystem|AuthenticationException|AuthenticationNotSupportedException|Authenticator|AuthPermission|Autoscroll|AWTError|AWTEvent|AWTEventListener|AWTEventListenerProxy|AWTEventMulticaster|AWTException|AWTKeyStroke|AWTPermission|BackingStoreException|BAD_CONTEXT|BAD_INV_ORDER|BAD_OPERATION|BAD_PARAM|BAD_POLICY|BAD_POLICY_TYPE|BAD_POLICY_VALUE|BAD_TYPECODE|BadKind|BadLocationException|BadPaddingException|BandCombineOp|BandedSampleModel|BasicArrowButton|BasicAttribute|BasicAttributes|BasicBorders|BasicButtonListener|BasicButtonUI|BasicCheckBoxMenuItemUI|BasicCheckBoxUI|BasicColorChooserUI|BasicComboBoxEditor|BasicComboBoxRenderer|BasicComboBoxUI|BasicComboPopup|BasicDesktopIconUI|BasicDesktopPaneUI|BasicDirectoryModel|BasicEditorPaneUI|BasicFileChooserUI|BasicFormattedTextFieldUI|BasicGraphicsUtils|BasicHTML|BasicIconFactory|BasicInternalFrameTitlePane|BasicInternalFrameUI|BasicLabelUI|BasicListUI|BasicLookAndFeel|BasicMenuBarUI|BasicMenuItemUI|BasicMenuUI|BasicOptionPaneUI|BasicPanelUI|BasicPasswordFieldUI|BasicPermission|BasicPopupMenuSeparatorUI|BasicPopupMenuUI|BasicProgressBarUI|BasicRadioButtonMenuItemUI|BasicRadioButtonUI|BasicRootPaneUI|BasicScrollBarUI|BasicScrollPaneUI|BasicSeparatorUI|BasicSliderUI|BasicSpinnerUI|BasicSplitPaneDivider|BasicSplitPaneUI|BasicStroke|BasicTabbedPaneUI|BasicTableHeaderUI|BasicTableUI|BasicTextAreaUI|BasicTextFieldUI|BasicTextPaneUI|BasicTextUI|BasicToggleButtonUI|BasicToolBarSeparatorUI|BasicToolBarUI|BasicToolTipUI|BasicTreeUI|BasicViewportUI|BatchUpdateException|BeanContext|BeanContextChild|BeanContextChildComponentProxy|BeanContextChildSupport|BeanContextContainerProxy|BeanContextEvent|BeanContextMembershipEvent|BeanContextMembershipListener|BeanContextProxy|BeanContextServiceAvailableEvent|BeanContextServiceProvider|BeanContextServiceProviderBeanInfo|BeanContextServiceRevokedEvent|BeanContextServiceRevokedListener|BeanContextServices|BeanContextServicesListener|BeanContextServicesSupport|BeanContextSupport|BeanDescriptor|BeanInfo|Beans|BevelBorder|Bidi|BigDecimal|BigInteger|BinaryRefAddr|BindException|Binding|BindingHelper|BindingHolder|BindingIterator|BindingIteratorHelper|BindingIteratorHolder|BindingIteratorOperations|BindingIteratorPOA|BindingListHelper|BindingListHolder|BindingType|BindingTypeHelper|BindingTypeHolder|BitSet|Blob|BlockView|Book|Boolean|BooleanControl|BooleanHolder|BooleanSeqHelper|BooleanSeqHolder|Border|BorderFactory|BorderLayout|BorderUIResource|BoundedRangeModel|Bounds|Box|BoxedValueHelper|BoxLayout|BoxView|BreakIterator|Buffer|BufferCapabilities|BufferedImage|BufferedImageFilter|BufferedImageOp|BufferedInputStream|BufferedOutputStream|BufferedReader|BufferedWriter|BufferOverflowException|BufferStrategy|BufferUnderflowException|Button|ButtonGroup|ButtonModel|ButtonUI|Byte|ByteArrayInputStream|ByteArrayOutputStream|ByteBuffer|ByteChannel|ByteHolder|ByteLookupTable|ByteOrder|Calendar|CallableStatement|Callback|CallbackHandler|CancelablePrintJob|CancelledKeyException|CannotProceed|CannotProceedException|CannotProceedHelper|CannotProceedHolder|CannotRedoException|CannotUndoException|Canvas|CardLayout|Caret|CaretEvent|CaretListener|CDATASection|CellEditor|CellEditorListener|CellRendererPane|Certificate|CertificateEncodingException|CertificateException|CertificateExpiredException|CertificateFactory|CertificateFactorySpi|CertificateNotYetValidException|CertificateParsingException|CertPath|CertPathBuilder|CertPathBuilderException|CertPathBuilderResult|CertPathBuilderSpi|CertPathParameters|CertPathValidator|CertPathValidatorException|CertPathValidatorResult|CertPathValidatorSpi|CertSelector|CertStore|CertStoreException|CertStoreParameters|CertStoreSpi|ChangedCharSetException|ChangeEvent|ChangeListener|Channel|ChannelBinding|Channels|Character|CharacterCodingException|CharacterData|CharacterIterator|CharArrayReader|CharArrayWriter|CharBuffer|CharConversionException|CharHolder|CharSeqHelper|CharSeqHolder|CharSequence|Charset|CharsetDecoder|CharsetEncoder|CharsetProvider|Checkbox|CheckboxGroup|CheckboxMenuItem|CheckedInputStream|CheckedOutputStream|Checksum|Choice|ChoiceCallback|ChoiceFormat|Chromaticity|Cipher|CipherInputStream|CipherOutputStream|CipherSpi|Class|ClassCastException|ClassCircularityError|ClassDesc|ClassFormatError|ClassLoader|ClassNotFoundException|ClientRequestInfo|ClientRequestInfoOperations|ClientRequestInterceptor|ClientRequestInterceptorOperations|Clip|Clipboard|ClipboardOwner|Clob|Cloneable|CloneNotSupportedException|ClosedByInterruptException|ClosedChannelException|ClosedSelectorException|CMMException|Codec|CodecFactory|CodecFactoryHelper|CodecFactoryOperations|CodecOperations|CoderMalfunctionError|CoderResult|CodeSets|CodeSource|CodingErrorAction|CollationElementIterator|CollationKey|Collator|Collection|CollectionCertStoreParameters|Collections|Color|ColorChooserComponentFactory|ColorChooserUI|ColorConvertOp|ColorModel|ColorSelectionModel|ColorSpace|ColorSupported|ColorUIResource|ComboBoxEditor|ComboBoxModel|ComboBoxUI|ComboPopup|COMM_FAILURE|Comment|CommunicationException|Comparable|Comparator|Compiler|CompletionStatus|CompletionStatusHelper|Component|ComponentAdapter|ComponentColorModel|ComponentEvent|ComponentIdHelper|ComponentInputMap|ComponentInputMapUIResource|ComponentListener|ComponentOrientation|ComponentSampleModel|ComponentUI|ComponentView|Composite|CompositeContext|CompositeName|CompositeView|CompoundBorder|CompoundControl|CompoundEdit|CompoundName|Compression|ConcurrentModificationException|Configuration|ConfigurationException|ConfirmationCallback|ConnectException|ConnectIOException|Connection|ConnectionEvent|ConnectionEventListener|ConnectionPendingException|ConnectionPoolDataSource|ConsoleHandler|Constructor|Container|ContainerAdapter|ContainerEvent|ContainerListener|ContainerOrderFocusTraversalPolicy|ContentHandler|ContentHandlerFactory|ContentModel|Context|ContextList|ContextNotEmptyException|ContextualRenderedImageFactory|Control|ControlFactory|ControllerEventListener|ConvolveOp|CookieHolder|Copies|CopiesSupported|CRC32|CredentialExpiredException|CRL|CRLException|CRLSelector|CropImageFilter|CSS|CTX_RESTRICT_SCOPE|CubicCurve2D|Currency|Current|CurrentHelper|CurrentHolder|CurrentOperations|Cursor|Customizer|CustomMarshal|CustomValue|DATA_CONVERSION|DatabaseMetaData|DataBuffer|DataBufferByte|DataBufferDouble|DataBufferFloat|DataBufferInt|DataBufferShort|DataBufferUShort|DataFlavor|DataFormatException|DatagramChannel|DatagramPacket|DatagramSocket|DatagramSocketImpl|DatagramSocketImplFactory|DataInput|DataInputStream|DataLine|DataOutput|DataOutputStream|DataSource|DataTruncation|Date|DateFormat|DateFormatSymbols|DateFormatter|DateTimeAtCompleted|DateTimeAtCreation|DateTimeAtProcessing|DateTimeSyntax|DebugGraphics|DecimalFormat|DecimalFormatSymbols|DeclHandler|DefaultBoundedRangeModel|DefaultButtonModel|DefaultCaret|DefaultCellEditor|DefaultColorSelectionModel|DefaultComboBoxModel|DefaultDesktopManager|DefaultEditorKit|DefaultFocusManager|DefaultFocusTraversalPolicy|DefaultFormatter|DefaultFormatterFactory|DefaultHandler|DefaultHighlighter|DefaultKeyboardFocusManager|DefaultListCellRenderer|DefaultListModel|DefaultListSelectionModel|DefaultMenuLayout|DefaultMetalTheme|DefaultMutableTreeNode|DefaultPersistenceDelegate|DefaultSingleSelectionModel|DefaultStyledDocument|DefaultTableCellRenderer|DefaultTableColumnModel|DefaultTableModel|DefaultTextUI|DefaultTreeCellEditor|DefaultTreeCellRenderer|DefaultTreeModel|DefaultTreeSelectionModel|DefinitionKind|DefinitionKindHelper|Deflater|DeflaterOutputStream|Delegate|DelegationPermission|DESedeKeySpec|DesignMode|DESKeySpec|DesktopIconUI|DesktopManager|DesktopPaneUI|Destination|Destroyable|DestroyFailedException|DGC|DHGenParameterSpec|DHKey|DHParameterSpec|DHPrivateKey|DHPrivateKeySpec|DHPublicKey|DHPublicKeySpec|Dialog|Dictionary|DigestException|DigestInputStream|DigestOutputStream|Dimension|Dimension2D|DimensionUIResource|DirContext|DirectColorModel|DirectoryManager|DirObjectFactory|DirStateFactory|DisplayMode|DnDConstants|Doc|DocAttribute|DocAttributeSet|DocFlavor|DocPrintJob|Document|DocumentBuilder|DocumentBuilderFactory|DocumentEvent|DocumentFilter|DocumentFragment|DocumentHandler|DocumentListener|DocumentName|DocumentParser|DocumentType|DomainCombiner|DomainManager|DomainManagerOperations|DOMException|DOMImplementation|DOMLocator|DOMResult|DOMSource|Double|DoubleBuffer|DoubleHolder|DoubleSeqHelper|DoubleSeqHolder|DragGestureEvent|DragGestureListener|DragGestureRecognizer|DragSource|DragSourceAdapter|DragSourceContext|DragSourceDragEvent|DragSourceDropEvent|DragSourceEvent|DragSourceListener|DragSourceMotionListener|Driver|DriverManager|DriverPropertyInfo|DropTarget|DropTargetAdapter|DropTargetContext|DropTargetDragEvent|DropTargetDropEvent|DropTargetEvent|DropTargetListener|DSAKey|DSAKeyPairGenerator|DSAParameterSpec|DSAParams|DSAPrivateKey|DSAPrivateKeySpec|DSAPublicKey|DSAPublicKeySpec|DTD|DTDConstants|DTDHandler|DuplicateName|DuplicateNameHelper|DynamicImplementation|DynAny|DynAnyFactory|DynAnyFactoryHelper|DynAnyFactoryOperations|DynAnyHelper|DynAnyOperations|DynAnySeqHelper|DynArray|DynArrayHelper|DynArrayOperations|DynEnum|DynEnumHelper|DynEnumOperations|DynFixed|DynFixedHelper|DynFixedOperations|DynSequence|DynSequenceHelper|DynSequenceOperations|DynStruct|DynStructHelper|DynStructOperations|DynUnion|DynUnionHelper|DynUnionOperations|DynValue|DynValueBox|DynValueBoxOperations|DynValueCommon|DynValueCommonOperations|DynValueHelper|DynValueOperations|EditorKit|Element|ElementIterator|Ellipse2D|EmptyBorder|EmptyStackException|EncodedKeySpec|Encoder|Encoding|ENCODING_CDR_ENCAPS|EncryptedPrivateKeyInfo|Entity|EntityReference|EntityResolver|EnumControl|Enumeration|EnumSyntax|Environment|EOFException|Error|ErrorHandler|ErrorListener|ErrorManager|EtchedBorder|Event|EventContext|EventDirContext|EventHandler|EventListener|EventListenerList|EventListenerProxy|EventObject|EventQueue|EventSetDescriptor|Exception|ExceptionInInitializerError|ExceptionList|ExceptionListener|ExemptionMechanism|ExemptionMechanismException|ExemptionMechanismSpi|ExpandVetoException|ExportException|Expression|ExtendedRequest|ExtendedResponse|Externalizable|FactoryConfigurationError|FailedLoginException|FeatureDescriptor|Fidelity|Field|FieldNameHelper|FieldPosition|FieldView|File|FileCacheImageInputStream|FileCacheImageOutputStream|FileChannel|FileChooserUI|FileDescriptor|FileDialog|FileFilter|FileHandler|FileImageInputStream|FileImageOutputStream|FileInputStream|FileLock|FileLockInterruptionException|FilenameFilter|FileNameMap|FileNotFoundException|FileOutputStream|FilePermission|FileReader|FileSystemView|FileView|FileWriter|Filter|FilteredImageSource|FilterInputStream|FilterOutputStream|FilterReader|FilterWriter|Finishings|FixedHeightLayoutCache|FixedHolder|FlatteningPathIterator|FlavorException|FlavorMap|FlavorTable|Float|FloatBuffer|FloatControl|FloatHolder|FloatSeqHelper|FloatSeqHolder|FlowLayout|FlowView|FocusAdapter|FocusEvent|FocusListener|FocusManager|FocusTraversalPolicy|Font|FontFormatException|FontMetrics|FontRenderContext|FontUIResource|Format|FormatConversionProvider|FormatMismatch|FormatMismatchHelper|Formatter|FormView|ForwardRequest|ForwardRequestHelper|Frame|FREE_MEM|GapContent|GatheringByteChannel|GeneralPath|GeneralSecurityException|GlyphJustificationInfo|GlyphMetrics|GlyphVector|GlyphView|GradientPaint|GraphicAttribute|Graphics|Graphics2D|GraphicsConfigTemplate|GraphicsConfiguration|GraphicsDevice|GraphicsEnvironment|GrayFilter|GregorianCalendar|GridBagConstraints|GridBagLayout|GridLayout|Group|GSSContext|GSSCredential|GSSException|GSSManager|GSSName|Guard|GuardedObject|GZIPInputStream|GZIPOutputStream|Handler|HandlerBase|HandshakeCompletedEvent|HandshakeCompletedListener|HasControls|HashAttributeSet|HashDocAttributeSet|HashMap|HashPrintJobAttributeSet|HashPrintRequestAttributeSet|HashPrintServiceAttributeSet|HashSet|Hashtable|HeadlessException|HierarchyBoundsAdapter|HierarchyBoundsListener|HierarchyEvent|HierarchyListener|Highlighter|HostnameVerifier|HTML|HTMLDocument|HTMLEditorKit|HTMLFrameHyperlinkEvent|HTMLWriter|HttpsURLConnection|HttpURLConnection|HyperlinkEvent|HyperlinkListener|ICC_ColorSpace|ICC_Profile|ICC_ProfileGray|ICC_ProfileRGB|Icon|IconUIResource|IconView|ID_ASSIGNMENT_POLICY_ID|ID_UNIQUENESS_POLICY_ID|IdAssignmentPolicy|IdAssignmentPolicyOperations|IdAssignmentPolicyValue|IdentifierHelper|Identity|IdentityHashMap|IdentityScope|IDLEntity|IDLType|IDLTypeHelper|IDLTypeOperations|IdUniquenessPolicy|IdUniquenessPolicyOperations|IdUniquenessPolicyValue|IIOByteBuffer|IIOException|IIOImage|IIOInvalidTreeException|IIOMetadata|IIOMetadataController|IIOMetadataFormat|IIOMetadataFormatImpl|IIOMetadataNode|IIOParam|IIOParamController|IIOReadProgressListener|IIOReadUpdateListener|IIOReadWarningListener|IIORegistry|IIOServiceProvider|IIOWriteProgressListener|IIOWriteWarningListener|IllegalAccessError|IllegalAccessException|IllegalArgumentException|IllegalBlockingModeException|IllegalBlockSizeException|IllegalCharsetNameException|IllegalComponentStateException|IllegalMonitorStateException|IllegalPathStateException|IllegalSelectorException|IllegalStateException|IllegalThreadStateException|Image|ImageCapabilities|ImageConsumer|ImageFilter|ImageGraphicAttribute|ImageIcon|ImageInputStream|ImageInputStreamImpl|ImageInputStreamSpi|ImageIO|ImageObserver|ImageOutputStream|ImageOutputStreamImpl|ImageOutputStreamSpi|ImageProducer|ImageReader|ImageReaderSpi|ImageReaderWriterSpi|ImageReadParam|ImageTranscoder|ImageTranscoderSpi|ImageTypeSpecifier|ImageView|ImageWriteParam|ImageWriter|ImageWriterSpi|ImagingOpException|IMP_LIMIT|IMPLICIT_ACTIVATION_POLICY_ID|ImplicitActivationPolicy|ImplicitActivationPolicyOperations|ImplicitActivationPolicyValue|IncompatibleClassChangeError|InconsistentTypeCode|InconsistentTypeCodeHelper|IndexColorModel|IndexedPropertyDescriptor|IndexOutOfBoundsException|IndirectionException|Inet4Address|Inet6Address|InetAddress|InetSocketAddress|Inflater|InflaterInputStream|InheritableThreadLocal|InitialContext|InitialContextFactory|InitialContextFactoryBuilder|InitialDirContext|INITIALIZE|InitialLdapContext|InlineView|InputContext|InputEvent|InputMap|InputMapUIResource|InputMethod|InputMethodContext|InputMethodDescriptor|InputMethodEvent|InputMethodHighlight|InputMethodListener|InputMethodRequests|InputSource|InputStream|InputStreamReader|InputSubset|InputVerifier|Insets|InsetsUIResource|InstantiationError|InstantiationException|Instrument|InsufficientResourcesException|IntBuffer|Integer|IntegerSyntax|Interceptor|InterceptorOperations|INTERNAL|InternalError|InternalFrameAdapter|InternalFrameEvent|InternalFrameFocusTraversalPolicy|InternalFrameListener|InternalFrameUI|InternationalFormatter|InterruptedException|InterruptedIOException|InterruptedNamingException|InterruptibleChannel|INTF_REPOS|IntHolder|IntrospectionException|Introspector|INV_FLAG|INV_IDENT|INV_OBJREF|INV_POLICY|Invalid|INVALID_TRANSACTION|InvalidAddress|InvalidAddressHelper|InvalidAddressHolder|InvalidAlgorithmParameterException|InvalidAttributeIdentifierException|InvalidAttributesException|InvalidAttributeValueException|InvalidClassException|InvalidDnDOperationException|InvalidKeyException|InvalidKeySpecException|InvalidMarkException|InvalidMidiDataException|InvalidName|InvalidNameException|InvalidNameHelper|InvalidNameHolder|InvalidObjectException|InvalidParameterException|InvalidParameterSpecException|InvalidPolicy|InvalidPolicyHelper|InvalidPreferencesFormatException|InvalidSearchControlsException|InvalidSearchFilterException|InvalidSeq|InvalidSlot|InvalidSlotHelper|InvalidTransactionException|InvalidTypeForEncoding|InvalidTypeForEncodingHelper|InvalidValue|InvalidValueHelper|InvocationEvent|InvocationHandler|InvocationTargetException|InvokeHandler|IOException|IOR|IORHelper|IORHolder|IORInfo|IORInfoOperations|IORInterceptor|IORInterceptorOperations|IRObject|IRObjectOperations|IstringHelper|ItemEvent|ItemListener|ItemSelectable|Iterator|IvParameterSpec|JApplet|JarEntry|JarException|JarFile|JarInputStream|JarOutputStream|JarURLConnection|JButton|JCheckBox|JCheckBoxMenuItem|JColorChooser|JComboBox|JComponent|JDesktopPane|JDialog|JEditorPane|JFileChooser|JFormattedTextField|JFrame|JInternalFrame|JLabel|JLayeredPane|JList|JMenu|JMenuBar|JMenuItem|JobAttributes|JobHoldUntil|JobImpressions|JobImpressionsCompleted|JobImpressionsSupported|JobKOctets|JobKOctetsProcessed|JobKOctetsSupported|JobMediaSheets|JobMediaSheetsCompleted|JobMediaSheetsSupported|JobMessageFromOperator|JobName|JobOriginatingUserName|JobPriority|JobPrioritySupported|JobSheets|JobState|JobStateReason|JobStateReasons|JOptionPane|JPanel|JPasswordField|JPEGHuffmanTable|JPEGImageReadParam|JPEGImageWriteParam|JPEGQTable|JPopupMenu|JProgressBar|JRadioButton|JRadioButtonMenuItem|JRootPane|JScrollBar|JScrollPane|JSeparator|JSlider|JSpinner|JSplitPane|JTabbedPane|JTable|JTableHeader|JTextArea|JTextComponent|JTextField|JTextPane|JToggleButton|JToolBar|JToolTip|JTree|JViewport|JWindow|KerberosKey|KerberosPrincipal|KerberosTicket|Kernel|Key|KeyAdapter|KeyAgreement|KeyAgreementSpi|KeyboardFocusManager|KeyEvent|KeyEventDispatcher|KeyEventPostProcessor|KeyException|KeyFactory|KeyFactorySpi|KeyGenerator|KeyGeneratorSpi|KeyListener|KeyManagementException|KeyManager|KeyManagerFactory|KeyManagerFactorySpi|Keymap|KeyPair|KeyPairGenerator|KeyPairGeneratorSpi|KeySpec|KeyStore|KeyStoreException|KeyStoreSpi|KeyStroke|Label|LabelUI|LabelView|LanguageCallback|LastOwnerException|LayeredHighlighter|LayoutFocusTraversalPolicy|LayoutManager|LayoutManager2|LayoutQueue|LDAPCertStoreParameters|LdapContext|LdapReferralException|Lease|Level|LexicalHandler|LIFESPAN_POLICY_ID|LifespanPolicy|LifespanPolicyOperations|LifespanPolicyValue|LimitExceededException|Line|Line2D|LineBorder|LineBreakMeasurer|LineEvent|LineListener|LineMetrics|LineNumberInputStream|LineNumberReader|LineUnavailableException|LinkageError|LinkedHashMap|LinkedHashSet|LinkedList|LinkException|LinkLoopException|LinkRef|List|ListCellRenderer|ListDataEvent|ListDataListener|ListIterator|ListModel|ListResourceBundle|ListSelectionEvent|ListSelectionListener|ListSelectionModel|ListUI|ListView|LoaderHandler|Locale|LocalObject|LocateRegistry|LOCATION_FORWARD|Locator|LocatorImpl|Logger|LoggingPermission|LoginContext|LoginException|LoginModule|LogManager|LogRecord|LogStream|Long|LongBuffer|LongHolder|LongLongSeqHelper|LongLongSeqHolder|LongSeqHelper|LongSeqHolder|LookAndFeel|LookupOp|LookupTable|Mac|MacSpi|MalformedInputException|MalformedLinkException|MalformedURLException|ManagerFactoryParameters|Manifest|Map|MappedByteBuffer|MARSHAL|MarshalException|MarshalledObject|MaskFormatter|Matcher|Math|MatteBorder|Media|MediaName|MediaPrintableArea|MediaSize|MediaSizeName|MediaTracker|MediaTray|Member|MemoryCacheImageInputStream|MemoryCacheImageOutputStream|MemoryHandler|MemoryImageSource|Menu|MenuBar|MenuBarUI|MenuComponent|MenuContainer|MenuDragMouseEvent|MenuDragMouseListener|MenuElement|MenuEvent|MenuItem|MenuItemUI|MenuKeyEvent|MenuKeyListener|MenuListener|MenuSelectionManager|MenuShortcut|MessageDigest|MessageDigestSpi|MessageFormat|MessageProp|MetaEventListener|MetalBorders|MetalButtonUI|MetalCheckBoxIcon|MetalCheckBoxUI|MetalComboBoxButton|MetalComboBoxEditor|MetalComboBoxIcon|MetalComboBoxUI|MetalDesktopIconUI|MetalFileChooserUI|MetalIconFactory|MetalInternalFrameTitlePane|MetalInternalFrameUI|MetalLabelUI|MetalLookAndFeel|MetalPopupMenuSeparatorUI|MetalProgressBarUI|MetalRadioButtonUI|MetalRootPaneUI|MetalScrollBarUI|MetalScrollButton|MetalScrollPaneUI|MetalSeparatorUI|MetalSliderUI|MetalSplitPaneUI|MetalTabbedPaneUI|MetalTextFieldUI|MetalTheme|MetalToggleButtonUI|MetalToolBarUI|MetalToolTipUI|MetalTreeUI|MetaMessage|Method|MethodDescriptor|MidiChannel|MidiDevice|MidiDeviceProvider|MidiEvent|MidiFileFormat|MidiFileReader|MidiFileWriter|MidiMessage|MidiSystem|MidiUnavailableException|MimeTypeParseException|MinimalHTMLWriter|MissingResourceException|Mixer|MixerProvider|ModificationItem|Modifier|MouseAdapter|MouseDragGestureRecognizer|MouseEvent|MouseInputAdapter|MouseInputListener|MouseListener|MouseMotionAdapter|MouseMotionListener|MouseWheelEvent|MouseWheelListener|MultiButtonUI|MulticastSocket|MultiColorChooserUI|MultiComboBoxUI|MultiDesktopIconUI|MultiDesktopPaneUI|MultiDoc|MultiDocPrintJob|MultiDocPrintService|MultiFileChooserUI|MultiInternalFrameUI|MultiLabelUI|MultiListUI|MultiLookAndFeel|MultiMenuBarUI|MultiMenuItemUI|MultiOptionPaneUI|MultiPanelUI|MultiPixelPackedSampleModel|MultipleComponentProfileHelper|MultipleComponentProfileHolder|MultipleDocumentHandling|MultipleMaster|MultiPopupMenuUI|MultiProgressBarUI|MultiRootPaneUI|MultiScrollBarUI|MultiScrollPaneUI|MultiSeparatorUI|MultiSliderUI|MultiSpinnerUI|MultiSplitPaneUI|MultiTabbedPaneUI|MultiTableHeaderUI|MultiTableUI|MultiTextUI|MultiToolBarUI|MultiToolTipUI|MultiTreeUI|MultiViewportUI|MutableAttributeSet|MutableComboBoxModel|MutableTreeNode|Name|NameAlreadyBoundException|NameCallback|NameClassPair|NameComponent|NameComponentHelper|NameComponentHolder|NamedNodeMap|NamedValue|NameDynAnyPair|NameDynAnyPairHelper|NameDynAnyPairSeqHelper|NameHelper|NameHolder|NameNotFoundException|NameParser|NamespaceChangeListener|NamespaceSupport|NameValuePair|NameValuePairHelper|NameValuePairSeqHelper|Naming|NamingContext|NamingContextExt|NamingContextExtHelper|NamingContextExtHolder|NamingContextExtOperations|NamingContextExtPOA|NamingContextHelper|NamingContextHolder|NamingContextOperations|NamingContextPOA|NamingEnumeration|NamingEvent|NamingException|NamingExceptionEvent|NamingListener|NamingManager|NamingSecurityException|NavigationFilter|NegativeArraySizeException|NetPermission|NetworkInterface|NO_IMPLEMENT|NO_MEMORY|NO_PERMISSION|NO_RESOURCES|NO_RESPONSE|NoClassDefFoundError|NoConnectionPendingException|NoContext|NoContextHelper|Node|NodeChangeEvent|NodeChangeListener|NodeList|NoInitialContextException|NoninvertibleTransformException|NonReadableChannelException|NonWritableChannelException|NoPermissionException|NoRouteToHostException|NoServant|NoServantHelper|NoSuchAlgorithmException|NoSuchAttributeException|NoSuchElementException|NoSuchFieldError|NoSuchFieldException|NoSuchMethodError|NoSuchMethodException|NoSuchObjectException|NoSuchPaddingException|NoSuchProviderException|NotActiveException|Notation|NotBoundException|NotContextException|NotEmpty|NotEmptyHelper|NotEmptyHolder|NotFound|NotFoundHelper|NotFoundHolder|NotFoundReason|NotFoundReasonHelper|NotFoundReasonHolder|NotOwnerException|NotSerializableException|NotYetBoundException|NotYetConnectedException|NullCipher|NullPointerException|Number|NumberFormat|NumberFormatException|NumberFormatter|NumberOfDocuments|NumberOfInterveningJobs|NumberUp|NumberUpSupported|NumericShaper|NVList|OBJ_ADAPTER|Object|OBJECT_NOT_EXIST|ObjectAlreadyActive|ObjectAlreadyActiveHelper|ObjectChangeListener|ObjectFactory|ObjectFactoryBuilder|ObjectHelper|ObjectHolder|ObjectIdHelper|ObjectImpl|ObjectInput|ObjectInputStream|ObjectInputValidation|ObjectNotActive|ObjectNotActiveHelper|ObjectOutput|ObjectOutputStream|ObjectStreamClass|ObjectStreamConstants|ObjectStreamException|ObjectStreamField|ObjectView|ObjID|Observable|Observer|OctetSeqHelper|OctetSeqHolder|Oid|OMGVMCID|OpenType|Operation|OperationNotSupportedException|Option|OptionalDataException|OptionPaneUI|ORB|ORBInitializer|ORBInitializerOperations|ORBInitInfo|ORBInitInfoOperations|OrientationRequested|OutOfMemoryError|OutputDeviceAssigned|OutputKeys|OutputStream|OutputStreamWriter|OverlappingFileLockException|OverlayLayout|Owner|Package|PackedColorModel|Pageable|PageAttributes|PageFormat|PageRanges|PagesPerMinute|PagesPerMinuteColor|Paint|PaintContext|PaintEvent|Panel|PanelUI|Paper|ParagraphView|Parameter|ParameterBlock|ParameterDescriptor|ParameterMetaData|ParameterMode|ParameterModeHelper|ParameterModeHolder|ParseException|ParsePosition|Parser|ParserAdapter|ParserConfigurationException|ParserDelegator|ParserFactory|PartialResultException|PasswordAuthentication|PasswordCallback|PasswordView|Patch|PathIterator|Pattern|PatternSyntaxException|PBEKey|PBEKeySpec|PBEParameterSpec|PDLOverrideSupported|Permission|PermissionCollection|Permissions|PERSIST_STORE|PersistenceDelegate|PhantomReference|Pipe|PipedInputStream|PipedOutputStream|PipedReader|PipedWriter|PixelGrabber|PixelInterleavedSampleModel|PKCS8EncodedKeySpec|PKIXBuilderParameters|PKIXCertPathBuilderResult|PKIXCertPathChecker|PKIXCertPathValidatorResult|PKIXParameters|PlainDocument|PlainView|POA|POAHelper|POAManager|POAManagerOperations|POAOperations|Point|Point2D|Policy|PolicyError|PolicyErrorCodeHelper|PolicyErrorHelper|PolicyErrorHolder|PolicyFactory|PolicyFactoryOperations|PolicyHelper|PolicyHolder|PolicyListHelper|PolicyListHolder|PolicyNode|PolicyOperations|PolicyQualifierInfo|PolicyTypeHelper|Polygon|PooledConnection|Popup|PopupFactory|PopupMenu|PopupMenuEvent|PopupMenuListener|PopupMenuUI|Port|PortableRemoteObject|PortableRemoteObjectDelegate|PortUnreachableException|Position|PreferenceChangeEvent|PreferenceChangeListener|Preferences|PreferencesFactory|PreparedStatement|PresentationDirection|Principal|PrincipalHolder|Printable|PrinterAbortException|PrinterException|PrinterGraphics|PrinterInfo|PrinterIOException|PrinterIsAcceptingJobs|PrinterJob|PrinterLocation|PrinterMakeAndModel|PrinterMessageFromOperator|PrinterMoreInfo|PrinterMoreInfoManufacturer|PrinterName|PrinterResolution|PrinterState|PrinterStateReason|PrinterStateReasons|PrinterURI|PrintEvent|PrintException|PrintGraphics|PrintJob|PrintJobAdapter|PrintJobAttribute|PrintJobAttributeEvent|PrintJobAttributeListener|PrintJobAttributeSet|PrintJobEvent|PrintJobListener|PrintQuality|PrintRequestAttribute|PrintRequestAttributeSet|PrintService|PrintServiceAttribute|PrintServiceAttributeEvent|PrintServiceAttributeListener|PrintServiceAttributeSet|PrintServiceLookup|PrintStream|PrintWriter|PRIVATE_MEMBER|PrivateCredentialPermission|PrivateKey|PrivilegedAction|PrivilegedActionException|PrivilegedExceptionAction|Process|ProcessingInstruction|ProfileDataException|ProfileIdHelper|ProgressBarUI|ProgressMonitor|ProgressMonitorInputStream|Properties|PropertyChangeEvent|PropertyChangeListener|PropertyChangeListenerProxy|PropertyChangeSupport|PropertyDescriptor|PropertyEditor|PropertyEditorManager|PropertyEditorSupport|PropertyPermission|PropertyResourceBundle|PropertyVetoException|ProtectionDomain|ProtocolException|Provider|ProviderException|Proxy|PSSParameterSpec|PUBLIC_MEMBER|PublicKey|PushbackInputStream|PushbackReader|QuadCurve2D|QueuedJobCount|Random|RandomAccess|RandomAccessFile|Raster|RasterFormatException|RasterOp|RC2ParameterSpec|RC5ParameterSpec|ReadableByteChannel|Reader|ReadOnlyBufferException|Receiver|Rectangle|Rectangle2D|RectangularShape|Ref|RefAddr|Reference|Referenceable|ReferenceQueue|ReferenceUriSchemesSupported|ReferralException|ReflectPermission|Refreshable|RefreshFailedException|RegisterableService|Registry|RegistryHandler|RemarshalException|Remote|RemoteCall|RemoteException|RemoteObject|RemoteRef|RemoteServer|RemoteStub|RenderableImage|RenderableImageOp|RenderableImageProducer|RenderContext|RenderedImage|RenderedImageFactory|Renderer|RenderingHints|RepaintManager|ReplicateScaleFilter|RepositoryIdHelper|Request|REQUEST_PROCESSING_POLICY_ID|RequestInfo|RequestInfoOperations|RequestingUserName|RequestProcessingPolicy|RequestProcessingPolicyOperations|RequestProcessingPolicyValue|RescaleOp|ResolutionSyntax|Resolver|ResolveResult|ResourceBundle|ResponseHandler|Result|ResultSet|ResultSetMetaData|ReverbType|RGBImageFilter|RMIClassLoader|RMIClassLoaderSpi|RMIClientSocketFactory|RMIFailureHandler|RMISecurityException|RMISecurityManager|RMIServerSocketFactory|RMISocketFactory|Robot|RootPaneContainer|RootPaneUI|RoundRectangle2D|RowMapper|RowSet|RowSetEvent|RowSetInternal|RowSetListener|RowSetMetaData|RowSetReader|RowSetWriter|RSAKey|RSAKeyGenParameterSpec|RSAMultiPrimePrivateCrtKey|RSAMultiPrimePrivateCrtKeySpec|RSAOtherPrimeInfo|RSAPrivateCrtKey|RSAPrivateCrtKeySpec|RSAPrivateKey|RSAPrivateKeySpec|RSAPublicKey|RSAPublicKeySpec|RTFEditorKit|RuleBasedCollator|Runnable|Runtime|RunTime|RuntimeException|RunTimeOperations|RuntimePermission|SampleModel|Savepoint|SAXException|SAXNotRecognizedException|SAXNotSupportedException|SAXParseException|SAXParser|SAXParserFactory|SAXResult|SAXSource|SAXTransformerFactory|ScatteringByteChannel|SchemaViolationException|Scrollable|Scrollbar|ScrollBarUI|ScrollPane|ScrollPaneAdjustable|ScrollPaneConstants|ScrollPaneLayout|ScrollPaneUI|SealedObject|SearchControls|SearchResult|SecretKey|SecretKeyFactory|SecretKeyFactorySpi|SecretKeySpec|SecureClassLoader|SecureRandom|SecureRandomSpi|Security|SecurityException|SecurityManager|SecurityPermission|Segment|SelectableChannel|SelectionKey|Selector|SelectorProvider|SeparatorUI|Sequence|SequenceInputStream|Sequencer|Serializable|SerializablePermission|Servant|SERVANT_RETENTION_POLICY_ID|ServantActivator|ServantActivatorHelper|ServantActivatorOperations|ServantActivatorPOA|ServantAlreadyActive|ServantAlreadyActiveHelper|ServantLocator|ServantLocatorHelper|ServantLocatorOperations|ServantLocatorPOA|ServantManager|ServantManagerOperations|ServantNotActive|ServantNotActiveHelper|ServantObject|ServantRetentionPolicy|ServantRetentionPolicyOperations|ServantRetentionPolicyValue|ServerCloneException|ServerError|ServerException|ServerNotActiveException|ServerRef|ServerRequest|ServerRequestInfo|ServerRequestInfoOperations|ServerRequestInterceptor|ServerRequestInterceptorOperations|ServerRuntimeException|ServerSocket|ServerSocketChannel|ServerSocketFactory|ServiceContext|ServiceContextHelper|ServiceContextHolder|ServiceContextListHelper|ServiceContextListHolder|ServiceDetail|ServiceDetailHelper|ServiceIdHelper|ServiceInformation|ServiceInformationHelper|ServiceInformationHolder|ServicePermission|ServiceRegistry|ServiceUI|ServiceUIFactory|ServiceUnavailableException|Set|SetOfIntegerSyntax|SetOverrideType|SetOverrideTypeHelper|Severity|Shape|ShapeGraphicAttribute|SheetCollate|Short|ShortBuffer|ShortBufferException|ShortHolder|ShortLookupTable|ShortMessage|ShortSeqHelper|ShortSeqHolder|Sides|Signature|SignatureException|SignatureSpi|SignedObject|Signer|SimpleAttributeSet|SimpleBeanInfo|SimpleDateFormat|SimpleDoc|SimpleFormatter|SimpleTimeZone|SinglePixelPackedSampleModel|SingleSelectionModel|Size2DSyntax|SizeLimitExceededException|SizeRequirements|SizeSequence|Skeleton|SkeletonMismatchException|SkeletonNotFoundException|SliderUI|Socket|SocketAddress|SocketChannel|SocketException|SocketFactory|SocketHandler|SocketImpl|SocketImplFactory|SocketOptions|SocketPermission|SocketSecurityException|SocketTimeoutException|SoftBevelBorder|SoftReference|SortedMap|SortedSet|SortingFocusTraversalPolicy|Soundbank|SoundbankReader|SoundbankResource|Source|SourceDataLine|SourceLocator|SpinnerDateModel|SpinnerListModel|SpinnerModel|SpinnerNumberModel|SpinnerUI|SplitPaneUI|Spring|SpringLayout|SQLData|SQLException|SQLInput|SQLOutput|SQLPermission|SQLWarning|SSLContext|SSLContextSpi|SSLException|SSLHandshakeException|SSLKeyException|SSLPeerUnverifiedException|SSLPermission|SSLProtocolException|SSLServerSocket|SSLServerSocketFactory|SSLSession|SSLSessionBindingEvent|SSLSessionBindingListener|SSLSessionContext|SSLSocket|SSLSocketFactory|Stack|StackOverflowError|StackTraceElement|StartTlsRequest|StartTlsResponse|State|StateEdit|StateEditable|StateFactory|Statement|Streamable|StreamableValue|StreamCorruptedException|StreamHandler|StreamPrintService|StreamPrintServiceFactory|StreamResult|StreamSource|StreamTokenizer|StrictMath|String|StringBuffer|StringBufferInputStream|StringCharacterIterator|StringContent|StringHolder|StringIndexOutOfBoundsException|StringNameHelper|StringReader|StringRefAddr|StringSelection|StringSeqHelper|StringSeqHolder|StringTokenizer|StringValueHelper|StringWriter|Stroke|Struct|StructMember|StructMemberHelper|Stub|StubDelegate|StubNotFoundException|Style|StyleConstants|StyleContext|StyledDocument|StyledEditorKit|StyleSheet|Subject|SubjectDomainCombiner|SUCCESSFUL|SupportedValuesAttribute|SwingConstants|SwingPropertyChangeSupport|SwingUtilities|SYNC_WITH_TRANSPORT|SyncFailedException|SyncScopeHelper|Synthesizer|SysexMessage|System|SYSTEM_EXCEPTION|SystemColor|SystemException|SystemFlavorMap|TabableView|TabbedPaneUI|TabExpander|TableCellEditor|TableCellRenderer|TableColumn|TableColumnModel|TableColumnModelEvent|TableColumnModelListener|TableHeaderUI|TableModel|TableModelEvent|TableModelListener|TableUI|TableView|TabSet|TabStop|TAG_ALTERNATE_IIOP_ADDRESS|TAG_CODE_SETS|TAG_INTERNET_IOP|TAG_JAVA_CODEBASE|TAG_MULTIPLE_COMPONENTS|TAG_ORB_TYPE|TAG_POLICIES|TagElement|TaggedComponent|TaggedComponentHelper|TaggedComponentHolder|TaggedProfile|TaggedProfileHelper|TaggedProfileHolder|TargetDataLine|TCKind|Templates|TemplatesHandler|Text|TextAction|TextArea|TextAttribute|TextComponent|TextEvent|TextField|TextHitInfo|TextInputCallback|TextLayout|TextListener|TextMeasurer|TextOutputCallback|TextSyntax|TextUI|TexturePaint|Thread|THREAD_POLICY_ID|ThreadDeath|ThreadGroup|ThreadLocal|ThreadPolicy|ThreadPolicyOperations|ThreadPolicyValue|Throwable|Tie|TileObserver|Time|TimeLimitExceededException|Timer|TimerTask|Timestamp|TimeZone|TitledBorder|ToolBarUI|Toolkit|ToolTipManager|ToolTipUI|TooManyListenersException|Track|TRANSACTION_REQUIRED|TRANSACTION_ROLLEDBACK|TransactionRequiredException|TransactionRolledbackException|TransactionService|Transferable|TransferHandler|TransformAttribute|Transformer|TransformerConfigurationException|TransformerException|TransformerFactory|TransformerFactoryConfigurationError|TransformerHandler|TRANSIENT|Transmitter|Transparency|TRANSPORT_RETRY|TreeCellEditor|TreeCellRenderer|TreeExpansionEvent|TreeExpansionListener|TreeMap|TreeModel|TreeModelEvent|TreeModelListener|TreeNode|TreePath|TreeSelectionEvent|TreeSelectionListener|TreeSelectionModel|TreeSet|TreeUI|TreeWillExpandListener|TrustAnchor|TrustManager|TrustManagerFactory|TrustManagerFactorySpi|TypeCode|TypeCodeHolder|TypeMismatch|TypeMismatchHelper|Types|UID|UIDefaults|UIManager|UIResource|ULongLongSeqHelper|ULongLongSeqHolder|ULongSeqHelper|ULongSeqHolder|UndeclaredThrowableException|UndoableEdit|UndoableEditEvent|UndoableEditListener|UndoableEditSupport|UndoManager|UnexpectedException|UnicastRemoteObject|UnionMember|UnionMemberHelper|UNKNOWN|UnknownEncoding|UnknownEncodingHelper|UnknownError|UnknownException|UnknownGroupException|UnknownHostException|UnknownObjectException|UnknownServiceException|UnknownUserException|UnknownUserExceptionHelper|UnknownUserExceptionHolder|UnmappableCharacterException|UnmarshalException|UnmodifiableSetException|UnrecoverableKeyException|Unreferenced|UnresolvedAddressException|UnresolvedPermission|UnsatisfiedLinkError|UnsolicitedNotification|UnsolicitedNotificationEvent|UnsolicitedNotificationListener|UNSUPPORTED_POLICY|UNSUPPORTED_POLICY_VALUE|UnsupportedAddressTypeException|UnsupportedAudioFileException|UnsupportedCallbackException|UnsupportedCharsetException|UnsupportedClassVersionError|UnsupportedEncodingException|UnsupportedFlavorException|UnsupportedLookAndFeelException|UnsupportedOperationException|URI|URIException|URIResolver|URISyntax|URISyntaxException|URL|URLClassLoader|URLConnection|URLDecoder|URLEncoder|URLStreamHandler|URLStreamHandlerFactory|URLStringHelper|USER_EXCEPTION|UserException|UShortSeqHelper|UShortSeqHolder|UTFDataFormatException|Util|UtilDelegate|Utilities|ValueBase|ValueBaseHelper|ValueBaseHolder|ValueFactory|ValueHandler|ValueMember|ValueMemberHelper|VariableHeightLayoutCache|Vector|VerifyError|VersionSpecHelper|VetoableChangeListener|VetoableChangeListenerProxy|VetoableChangeSupport|View|ViewFactory|ViewportLayout|ViewportUI|VirtualMachineError|Visibility|VisibilityHelper|VM_ABSTRACT|VM_CUSTOM|VM_NONE|VM_TRUNCATABLE|VMID|VoiceStatus|Void|VolatileImage|WCharSeqHelper|WCharSeqHolder|WeakHashMap|WeakReference|Window|WindowAdapter|WindowConstants|WindowEvent|WindowFocusListener|WindowListener|WindowStateListener|WrappedPlainView|WritableByteChannel|WritableRaster|WritableRenderedImage|WriteAbortedException|Writer|WrongAdapter|WrongAdapterHelper|WrongPolicy|WrongPolicyHelper|WrongTransaction|WrongTransactionHelper|WrongTransactionHolder|WStringSeqHelper|WStringSeqHolder|WStringValueHelper|X500Principal|X500PrivateCredential|X509Certificate|X509CertSelector|X509CRL|X509CRLEntry|X509CRLSelector|X509EncodedKeySpec|X509Extension|X509KeyManager|X509TrustManager|XAConnection|XADataSource|XAException|XAResource|Xid|XMLDecoder|XMLEncoder|XMLFilter|XMLFilterImpl|XMLFormatter|XMLReader|XMLReaderAdapter|XMLReaderFactory|ZipEntry|ZipException|ZipFile|ZipInputStream|ZipOutputStream|ZoneView|_BindingIteratorImplBase|_BindingIteratorStub|_DynAnyFactoryStub|_DynAnyStub|_DynArrayStub|_DynEnumStub|_DynFixedStub|_DynSequenceStub|_DynStructStub|_DynUnionStub|_DynValueStub|_IDLTypeStub|_NamingContextExtStub|_NamingContextImplBase|_NamingContextStub|_PolicyStub|_Remote_Stub|_ServantActivatorStub|_ServantLocatorStub)$/', |
| 442 | 442 | ), |
| 443 | 443 | 8 => |
| 444 | - array ( |
|
| 444 | + array( |
|
| 445 | 445 | ), |
| 446 | 446 | 9 => |
| 447 | - array ( |
|
| 447 | + array( |
|
| 448 | 448 | ), |
| 449 | 449 | 10 => |
| 450 | - array ( |
|
| 450 | + array( |
|
| 451 | 451 | ), |
| 452 | 452 | 11 => |
| 453 | - array ( |
|
| 453 | + array( |
|
| 454 | 454 | ), |
| 455 | 455 | 12 => |
| 456 | - array ( |
|
| 456 | + array( |
|
| 457 | 457 | ), |
| 458 | 458 | ), |
| 459 | 459 | 0 => |
| 460 | - array ( |
|
| 460 | + array( |
|
| 461 | 461 | 0 => -1, |
| 462 | 462 | 1 => -1, |
| 463 | 463 | 2 => -1, |
@@ -466,29 +466,29 @@ discard block |
||
| 466 | 466 | 5 => -1, |
| 467 | 467 | 6 => -1, |
| 468 | 468 | 7 => |
| 469 | - array ( |
|
| 469 | + array( |
|
| 470 | 470 | 'types' => '/^(boolean|byte|char|const|double|final|float|int|long|short|static|void)$/', |
| 471 | 471 | 'reserved' => '/^(import|package|abstract|break|case|catch|class|continue|default|do|else|extends|false|finally|for|goto|if|implements|instanceof|interface|native|new|null|private|protected|public|return|super|strictfp|switch|synchronized|this|throws|throw|transient|true|try|volatile|while)$/', |
| 472 | 472 | 'builtin' => '/^(AbstractAction|AbstractBorder|AbstractButton|AbstractCellEditor|AbstractCollection|AbstractColorChooserPanel|AbstractDocument|AbstractInterruptibleChannel|AbstractLayoutCache|AbstractList|AbstractListModel|AbstractMap|AbstractMethodError|AbstractPreferences|AbstractSelectableChannel|AbstractSelectionKey|AbstractSelector|AbstractSequentialList|AbstractSet|AbstractSpinnerModel|AbstractTableModel|AbstractUndoableEdit|AbstractWriter|AccessControlContext|AccessControlException|AccessController|AccessException|Accessible|AccessibleAction|AccessibleBundle|AccessibleComponent|AccessibleContext|AccessibleEditableText|AccessibleExtendedComponent|AccessibleExtendedTable|AccessibleHyperlink|AccessibleHypertext|AccessibleIcon|AccessibleKeyBinding|AccessibleObject|AccessibleRelation|AccessibleRelationSet|AccessibleResourceBundle|AccessibleRole|AccessibleSelection|AccessibleState|AccessibleStateSet|AccessibleTable|AccessibleTableModelChange|AccessibleText|AccessibleValue|AccountExpiredException|Acl|AclEntry|AclNotFoundException|Action|ActionEvent|ActionListener|ActionMap|ActionMapUIResource|Activatable|ActivateFailedException|ActivationDesc|ActivationException|ActivationGroup|ActivationGroup_Stub|ActivationGroupDesc|ActivationGroupID|ActivationID|ActivationInstantiator|ActivationMonitor|ActivationSystem|Activator|ActiveEvent|AdapterActivator|AdapterActivatorOperations|AdapterAlreadyExists|AdapterAlreadyExistsHelper|AdapterInactive|AdapterInactiveHelper|AdapterNonExistent|AdapterNonExistentHelper|AddressHelper|Adjustable|AdjustmentEvent|AdjustmentListener|Adler32|AffineTransform|AffineTransformOp|AlgorithmParameterGenerator|AlgorithmParameterGeneratorSpi|AlgorithmParameters|AlgorithmParameterSpec|AlgorithmParametersSpi|AllPermission|AlphaComposite|AlreadyBound|AlreadyBoundException|AlreadyBoundHelper|AlreadyBoundHolder|AlreadyConnectedException|AncestorEvent|AncestorListener|Annotation|Any|AnyHolder|AnySeqHelper|AnySeqHolder|AppConfigurationEntry|Applet|AppletContext|AppletInitializer|AppletStub|ApplicationException|Arc2D|Area|AreaAveragingScaleFilter|ARG_IN|ARG_INOUT|ARG_OUT|ArithmeticException|Array|ArrayIndexOutOfBoundsException|ArrayList|Arrays|ArrayStoreException|AssertionError|AsyncBoxView|AsynchronousCloseException|Attr|Attribute|AttributedCharacterIterator|AttributedString|AttributeException|AttributeInUseException|AttributeList|AttributeListImpl|AttributeModificationException|Attributes|AttributeSet|AttributeSetUtilities|AttributesImpl|AudioClip|AudioFileFormat|AudioFileReader|AudioFileWriter|AudioFormat|AudioInputStream|AudioPermission|AudioSystem|AuthenticationException|AuthenticationNotSupportedException|Authenticator|AuthPermission|Autoscroll|AWTError|AWTEvent|AWTEventListener|AWTEventListenerProxy|AWTEventMulticaster|AWTException|AWTKeyStroke|AWTPermission|BackingStoreException|BAD_CONTEXT|BAD_INV_ORDER|BAD_OPERATION|BAD_PARAM|BAD_POLICY|BAD_POLICY_TYPE|BAD_POLICY_VALUE|BAD_TYPECODE|BadKind|BadLocationException|BadPaddingException|BandCombineOp|BandedSampleModel|BasicArrowButton|BasicAttribute|BasicAttributes|BasicBorders|BasicButtonListener|BasicButtonUI|BasicCheckBoxMenuItemUI|BasicCheckBoxUI|BasicColorChooserUI|BasicComboBoxEditor|BasicComboBoxRenderer|BasicComboBoxUI|BasicComboPopup|BasicDesktopIconUI|BasicDesktopPaneUI|BasicDirectoryModel|BasicEditorPaneUI|BasicFileChooserUI|BasicFormattedTextFieldUI|BasicGraphicsUtils|BasicHTML|BasicIconFactory|BasicInternalFrameTitlePane|BasicInternalFrameUI|BasicLabelUI|BasicListUI|BasicLookAndFeel|BasicMenuBarUI|BasicMenuItemUI|BasicMenuUI|BasicOptionPaneUI|BasicPanelUI|BasicPasswordFieldUI|BasicPermission|BasicPopupMenuSeparatorUI|BasicPopupMenuUI|BasicProgressBarUI|BasicRadioButtonMenuItemUI|BasicRadioButtonUI|BasicRootPaneUI|BasicScrollBarUI|BasicScrollPaneUI|BasicSeparatorUI|BasicSliderUI|BasicSpinnerUI|BasicSplitPaneDivider|BasicSplitPaneUI|BasicStroke|BasicTabbedPaneUI|BasicTableHeaderUI|BasicTableUI|BasicTextAreaUI|BasicTextFieldUI|BasicTextPaneUI|BasicTextUI|BasicToggleButtonUI|BasicToolBarSeparatorUI|BasicToolBarUI|BasicToolTipUI|BasicTreeUI|BasicViewportUI|BatchUpdateException|BeanContext|BeanContextChild|BeanContextChildComponentProxy|BeanContextChildSupport|BeanContextContainerProxy|BeanContextEvent|BeanContextMembershipEvent|BeanContextMembershipListener|BeanContextProxy|BeanContextServiceAvailableEvent|BeanContextServiceProvider|BeanContextServiceProviderBeanInfo|BeanContextServiceRevokedEvent|BeanContextServiceRevokedListener|BeanContextServices|BeanContextServicesListener|BeanContextServicesSupport|BeanContextSupport|BeanDescriptor|BeanInfo|Beans|BevelBorder|Bidi|BigDecimal|BigInteger|BinaryRefAddr|BindException|Binding|BindingHelper|BindingHolder|BindingIterator|BindingIteratorHelper|BindingIteratorHolder|BindingIteratorOperations|BindingIteratorPOA|BindingListHelper|BindingListHolder|BindingType|BindingTypeHelper|BindingTypeHolder|BitSet|Blob|BlockView|Book|Boolean|BooleanControl|BooleanHolder|BooleanSeqHelper|BooleanSeqHolder|Border|BorderFactory|BorderLayout|BorderUIResource|BoundedRangeModel|Bounds|Box|BoxedValueHelper|BoxLayout|BoxView|BreakIterator|Buffer|BufferCapabilities|BufferedImage|BufferedImageFilter|BufferedImageOp|BufferedInputStream|BufferedOutputStream|BufferedReader|BufferedWriter|BufferOverflowException|BufferStrategy|BufferUnderflowException|Button|ButtonGroup|ButtonModel|ButtonUI|Byte|ByteArrayInputStream|ByteArrayOutputStream|ByteBuffer|ByteChannel|ByteHolder|ByteLookupTable|ByteOrder|Calendar|CallableStatement|Callback|CallbackHandler|CancelablePrintJob|CancelledKeyException|CannotProceed|CannotProceedException|CannotProceedHelper|CannotProceedHolder|CannotRedoException|CannotUndoException|Canvas|CardLayout|Caret|CaretEvent|CaretListener|CDATASection|CellEditor|CellEditorListener|CellRendererPane|Certificate|CertificateEncodingException|CertificateException|CertificateExpiredException|CertificateFactory|CertificateFactorySpi|CertificateNotYetValidException|CertificateParsingException|CertPath|CertPathBuilder|CertPathBuilderException|CertPathBuilderResult|CertPathBuilderSpi|CertPathParameters|CertPathValidator|CertPathValidatorException|CertPathValidatorResult|CertPathValidatorSpi|CertSelector|CertStore|CertStoreException|CertStoreParameters|CertStoreSpi|ChangedCharSetException|ChangeEvent|ChangeListener|Channel|ChannelBinding|Channels|Character|CharacterCodingException|CharacterData|CharacterIterator|CharArrayReader|CharArrayWriter|CharBuffer|CharConversionException|CharHolder|CharSeqHelper|CharSeqHolder|CharSequence|Charset|CharsetDecoder|CharsetEncoder|CharsetProvider|Checkbox|CheckboxGroup|CheckboxMenuItem|CheckedInputStream|CheckedOutputStream|Checksum|Choice|ChoiceCallback|ChoiceFormat|Chromaticity|Cipher|CipherInputStream|CipherOutputStream|CipherSpi|Class|ClassCastException|ClassCircularityError|ClassDesc|ClassFormatError|ClassLoader|ClassNotFoundException|ClientRequestInfo|ClientRequestInfoOperations|ClientRequestInterceptor|ClientRequestInterceptorOperations|Clip|Clipboard|ClipboardOwner|Clob|Cloneable|CloneNotSupportedException|ClosedByInterruptException|ClosedChannelException|ClosedSelectorException|CMMException|Codec|CodecFactory|CodecFactoryHelper|CodecFactoryOperations|CodecOperations|CoderMalfunctionError|CoderResult|CodeSets|CodeSource|CodingErrorAction|CollationElementIterator|CollationKey|Collator|Collection|CollectionCertStoreParameters|Collections|Color|ColorChooserComponentFactory|ColorChooserUI|ColorConvertOp|ColorModel|ColorSelectionModel|ColorSpace|ColorSupported|ColorUIResource|ComboBoxEditor|ComboBoxModel|ComboBoxUI|ComboPopup|COMM_FAILURE|Comment|CommunicationException|Comparable|Comparator|Compiler|CompletionStatus|CompletionStatusHelper|Component|ComponentAdapter|ComponentColorModel|ComponentEvent|ComponentIdHelper|ComponentInputMap|ComponentInputMapUIResource|ComponentListener|ComponentOrientation|ComponentSampleModel|ComponentUI|ComponentView|Composite|CompositeContext|CompositeName|CompositeView|CompoundBorder|CompoundControl|CompoundEdit|CompoundName|Compression|ConcurrentModificationException|Configuration|ConfigurationException|ConfirmationCallback|ConnectException|ConnectIOException|Connection|ConnectionEvent|ConnectionEventListener|ConnectionPendingException|ConnectionPoolDataSource|ConsoleHandler|Constructor|Container|ContainerAdapter|ContainerEvent|ContainerListener|ContainerOrderFocusTraversalPolicy|ContentHandler|ContentHandlerFactory|ContentModel|Context|ContextList|ContextNotEmptyException|ContextualRenderedImageFactory|Control|ControlFactory|ControllerEventListener|ConvolveOp|CookieHolder|Copies|CopiesSupported|CRC32|CredentialExpiredException|CRL|CRLException|CRLSelector|CropImageFilter|CSS|CTX_RESTRICT_SCOPE|CubicCurve2D|Currency|Current|CurrentHelper|CurrentHolder|CurrentOperations|Cursor|Customizer|CustomMarshal|CustomValue|DATA_CONVERSION|DatabaseMetaData|DataBuffer|DataBufferByte|DataBufferDouble|DataBufferFloat|DataBufferInt|DataBufferShort|DataBufferUShort|DataFlavor|DataFormatException|DatagramChannel|DatagramPacket|DatagramSocket|DatagramSocketImpl|DatagramSocketImplFactory|DataInput|DataInputStream|DataLine|DataOutput|DataOutputStream|DataSource|DataTruncation|Date|DateFormat|DateFormatSymbols|DateFormatter|DateTimeAtCompleted|DateTimeAtCreation|DateTimeAtProcessing|DateTimeSyntax|DebugGraphics|DecimalFormat|DecimalFormatSymbols|DeclHandler|DefaultBoundedRangeModel|DefaultButtonModel|DefaultCaret|DefaultCellEditor|DefaultColorSelectionModel|DefaultComboBoxModel|DefaultDesktopManager|DefaultEditorKit|DefaultFocusManager|DefaultFocusTraversalPolicy|DefaultFormatter|DefaultFormatterFactory|DefaultHandler|DefaultHighlighter|DefaultKeyboardFocusManager|DefaultListCellRenderer|DefaultListModel|DefaultListSelectionModel|DefaultMenuLayout|DefaultMetalTheme|DefaultMutableTreeNode|DefaultPersistenceDelegate|DefaultSingleSelectionModel|DefaultStyledDocument|DefaultTableCellRenderer|DefaultTableColumnModel|DefaultTableModel|DefaultTextUI|DefaultTreeCellEditor|DefaultTreeCellRenderer|DefaultTreeModel|DefaultTreeSelectionModel|DefinitionKind|DefinitionKindHelper|Deflater|DeflaterOutputStream|Delegate|DelegationPermission|DESedeKeySpec|DesignMode|DESKeySpec|DesktopIconUI|DesktopManager|DesktopPaneUI|Destination|Destroyable|DestroyFailedException|DGC|DHGenParameterSpec|DHKey|DHParameterSpec|DHPrivateKey|DHPrivateKeySpec|DHPublicKey|DHPublicKeySpec|Dialog|Dictionary|DigestException|DigestInputStream|DigestOutputStream|Dimension|Dimension2D|DimensionUIResource|DirContext|DirectColorModel|DirectoryManager|DirObjectFactory|DirStateFactory|DisplayMode|DnDConstants|Doc|DocAttribute|DocAttributeSet|DocFlavor|DocPrintJob|Document|DocumentBuilder|DocumentBuilderFactory|DocumentEvent|DocumentFilter|DocumentFragment|DocumentHandler|DocumentListener|DocumentName|DocumentParser|DocumentType|DomainCombiner|DomainManager|DomainManagerOperations|DOMException|DOMImplementation|DOMLocator|DOMResult|DOMSource|Double|DoubleBuffer|DoubleHolder|DoubleSeqHelper|DoubleSeqHolder|DragGestureEvent|DragGestureListener|DragGestureRecognizer|DragSource|DragSourceAdapter|DragSourceContext|DragSourceDragEvent|DragSourceDropEvent|DragSourceEvent|DragSourceListener|DragSourceMotionListener|Driver|DriverManager|DriverPropertyInfo|DropTarget|DropTargetAdapter|DropTargetContext|DropTargetDragEvent|DropTargetDropEvent|DropTargetEvent|DropTargetListener|DSAKey|DSAKeyPairGenerator|DSAParameterSpec|DSAParams|DSAPrivateKey|DSAPrivateKeySpec|DSAPublicKey|DSAPublicKeySpec|DTD|DTDConstants|DTDHandler|DuplicateName|DuplicateNameHelper|DynamicImplementation|DynAny|DynAnyFactory|DynAnyFactoryHelper|DynAnyFactoryOperations|DynAnyHelper|DynAnyOperations|DynAnySeqHelper|DynArray|DynArrayHelper|DynArrayOperations|DynEnum|DynEnumHelper|DynEnumOperations|DynFixed|DynFixedHelper|DynFixedOperations|DynSequence|DynSequenceHelper|DynSequenceOperations|DynStruct|DynStructHelper|DynStructOperations|DynUnion|DynUnionHelper|DynUnionOperations|DynValue|DynValueBox|DynValueBoxOperations|DynValueCommon|DynValueCommonOperations|DynValueHelper|DynValueOperations|EditorKit|Element|ElementIterator|Ellipse2D|EmptyBorder|EmptyStackException|EncodedKeySpec|Encoder|Encoding|ENCODING_CDR_ENCAPS|EncryptedPrivateKeyInfo|Entity|EntityReference|EntityResolver|EnumControl|Enumeration|EnumSyntax|Environment|EOFException|Error|ErrorHandler|ErrorListener|ErrorManager|EtchedBorder|Event|EventContext|EventDirContext|EventHandler|EventListener|EventListenerList|EventListenerProxy|EventObject|EventQueue|EventSetDescriptor|Exception|ExceptionInInitializerError|ExceptionList|ExceptionListener|ExemptionMechanism|ExemptionMechanismException|ExemptionMechanismSpi|ExpandVetoException|ExportException|Expression|ExtendedRequest|ExtendedResponse|Externalizable|FactoryConfigurationError|FailedLoginException|FeatureDescriptor|Fidelity|Field|FieldNameHelper|FieldPosition|FieldView|File|FileCacheImageInputStream|FileCacheImageOutputStream|FileChannel|FileChooserUI|FileDescriptor|FileDialog|FileFilter|FileHandler|FileImageInputStream|FileImageOutputStream|FileInputStream|FileLock|FileLockInterruptionException|FilenameFilter|FileNameMap|FileNotFoundException|FileOutputStream|FilePermission|FileReader|FileSystemView|FileView|FileWriter|Filter|FilteredImageSource|FilterInputStream|FilterOutputStream|FilterReader|FilterWriter|Finishings|FixedHeightLayoutCache|FixedHolder|FlatteningPathIterator|FlavorException|FlavorMap|FlavorTable|Float|FloatBuffer|FloatControl|FloatHolder|FloatSeqHelper|FloatSeqHolder|FlowLayout|FlowView|FocusAdapter|FocusEvent|FocusListener|FocusManager|FocusTraversalPolicy|Font|FontFormatException|FontMetrics|FontRenderContext|FontUIResource|Format|FormatConversionProvider|FormatMismatch|FormatMismatchHelper|Formatter|FormView|ForwardRequest|ForwardRequestHelper|Frame|FREE_MEM|GapContent|GatheringByteChannel|GeneralPath|GeneralSecurityException|GlyphJustificationInfo|GlyphMetrics|GlyphVector|GlyphView|GradientPaint|GraphicAttribute|Graphics|Graphics2D|GraphicsConfigTemplate|GraphicsConfiguration|GraphicsDevice|GraphicsEnvironment|GrayFilter|GregorianCalendar|GridBagConstraints|GridBagLayout|GridLayout|Group|GSSContext|GSSCredential|GSSException|GSSManager|GSSName|Guard|GuardedObject|GZIPInputStream|GZIPOutputStream|Handler|HandlerBase|HandshakeCompletedEvent|HandshakeCompletedListener|HasControls|HashAttributeSet|HashDocAttributeSet|HashMap|HashPrintJobAttributeSet|HashPrintRequestAttributeSet|HashPrintServiceAttributeSet|HashSet|Hashtable|HeadlessException|HierarchyBoundsAdapter|HierarchyBoundsListener|HierarchyEvent|HierarchyListener|Highlighter|HostnameVerifier|HTML|HTMLDocument|HTMLEditorKit|HTMLFrameHyperlinkEvent|HTMLWriter|HttpsURLConnection|HttpURLConnection|HyperlinkEvent|HyperlinkListener|ICC_ColorSpace|ICC_Profile|ICC_ProfileGray|ICC_ProfileRGB|Icon|IconUIResource|IconView|ID_ASSIGNMENT_POLICY_ID|ID_UNIQUENESS_POLICY_ID|IdAssignmentPolicy|IdAssignmentPolicyOperations|IdAssignmentPolicyValue|IdentifierHelper|Identity|IdentityHashMap|IdentityScope|IDLEntity|IDLType|IDLTypeHelper|IDLTypeOperations|IdUniquenessPolicy|IdUniquenessPolicyOperations|IdUniquenessPolicyValue|IIOByteBuffer|IIOException|IIOImage|IIOInvalidTreeException|IIOMetadata|IIOMetadataController|IIOMetadataFormat|IIOMetadataFormatImpl|IIOMetadataNode|IIOParam|IIOParamController|IIOReadProgressListener|IIOReadUpdateListener|IIOReadWarningListener|IIORegistry|IIOServiceProvider|IIOWriteProgressListener|IIOWriteWarningListener|IllegalAccessError|IllegalAccessException|IllegalArgumentException|IllegalBlockingModeException|IllegalBlockSizeException|IllegalCharsetNameException|IllegalComponentStateException|IllegalMonitorStateException|IllegalPathStateException|IllegalSelectorException|IllegalStateException|IllegalThreadStateException|Image|ImageCapabilities|ImageConsumer|ImageFilter|ImageGraphicAttribute|ImageIcon|ImageInputStream|ImageInputStreamImpl|ImageInputStreamSpi|ImageIO|ImageObserver|ImageOutputStream|ImageOutputStreamImpl|ImageOutputStreamSpi|ImageProducer|ImageReader|ImageReaderSpi|ImageReaderWriterSpi|ImageReadParam|ImageTranscoder|ImageTranscoderSpi|ImageTypeSpecifier|ImageView|ImageWriteParam|ImageWriter|ImageWriterSpi|ImagingOpException|IMP_LIMIT|IMPLICIT_ACTIVATION_POLICY_ID|ImplicitActivationPolicy|ImplicitActivationPolicyOperations|ImplicitActivationPolicyValue|IncompatibleClassChangeError|InconsistentTypeCode|InconsistentTypeCodeHelper|IndexColorModel|IndexedPropertyDescriptor|IndexOutOfBoundsException|IndirectionException|Inet4Address|Inet6Address|InetAddress|InetSocketAddress|Inflater|InflaterInputStream|InheritableThreadLocal|InitialContext|InitialContextFactory|InitialContextFactoryBuilder|InitialDirContext|INITIALIZE|InitialLdapContext|InlineView|InputContext|InputEvent|InputMap|InputMapUIResource|InputMethod|InputMethodContext|InputMethodDescriptor|InputMethodEvent|InputMethodHighlight|InputMethodListener|InputMethodRequests|InputSource|InputStream|InputStreamReader|InputSubset|InputVerifier|Insets|InsetsUIResource|InstantiationError|InstantiationException|Instrument|InsufficientResourcesException|IntBuffer|Integer|IntegerSyntax|Interceptor|InterceptorOperations|INTERNAL|InternalError|InternalFrameAdapter|InternalFrameEvent|InternalFrameFocusTraversalPolicy|InternalFrameListener|InternalFrameUI|InternationalFormatter|InterruptedException|InterruptedIOException|InterruptedNamingException|InterruptibleChannel|INTF_REPOS|IntHolder|IntrospectionException|Introspector|INV_FLAG|INV_IDENT|INV_OBJREF|INV_POLICY|Invalid|INVALID_TRANSACTION|InvalidAddress|InvalidAddressHelper|InvalidAddressHolder|InvalidAlgorithmParameterException|InvalidAttributeIdentifierException|InvalidAttributesException|InvalidAttributeValueException|InvalidClassException|InvalidDnDOperationException|InvalidKeyException|InvalidKeySpecException|InvalidMarkException|InvalidMidiDataException|InvalidName|InvalidNameException|InvalidNameHelper|InvalidNameHolder|InvalidObjectException|InvalidParameterException|InvalidParameterSpecException|InvalidPolicy|InvalidPolicyHelper|InvalidPreferencesFormatException|InvalidSearchControlsException|InvalidSearchFilterException|InvalidSeq|InvalidSlot|InvalidSlotHelper|InvalidTransactionException|InvalidTypeForEncoding|InvalidTypeForEncodingHelper|InvalidValue|InvalidValueHelper|InvocationEvent|InvocationHandler|InvocationTargetException|InvokeHandler|IOException|IOR|IORHelper|IORHolder|IORInfo|IORInfoOperations|IORInterceptor|IORInterceptorOperations|IRObject|IRObjectOperations|IstringHelper|ItemEvent|ItemListener|ItemSelectable|Iterator|IvParameterSpec|JApplet|JarEntry|JarException|JarFile|JarInputStream|JarOutputStream|JarURLConnection|JButton|JCheckBox|JCheckBoxMenuItem|JColorChooser|JComboBox|JComponent|JDesktopPane|JDialog|JEditorPane|JFileChooser|JFormattedTextField|JFrame|JInternalFrame|JLabel|JLayeredPane|JList|JMenu|JMenuBar|JMenuItem|JobAttributes|JobHoldUntil|JobImpressions|JobImpressionsCompleted|JobImpressionsSupported|JobKOctets|JobKOctetsProcessed|JobKOctetsSupported|JobMediaSheets|JobMediaSheetsCompleted|JobMediaSheetsSupported|JobMessageFromOperator|JobName|JobOriginatingUserName|JobPriority|JobPrioritySupported|JobSheets|JobState|JobStateReason|JobStateReasons|JOptionPane|JPanel|JPasswordField|JPEGHuffmanTable|JPEGImageReadParam|JPEGImageWriteParam|JPEGQTable|JPopupMenu|JProgressBar|JRadioButton|JRadioButtonMenuItem|JRootPane|JScrollBar|JScrollPane|JSeparator|JSlider|JSpinner|JSplitPane|JTabbedPane|JTable|JTableHeader|JTextArea|JTextComponent|JTextField|JTextPane|JToggleButton|JToolBar|JToolTip|JTree|JViewport|JWindow|KerberosKey|KerberosPrincipal|KerberosTicket|Kernel|Key|KeyAdapter|KeyAgreement|KeyAgreementSpi|KeyboardFocusManager|KeyEvent|KeyEventDispatcher|KeyEventPostProcessor|KeyException|KeyFactory|KeyFactorySpi|KeyGenerator|KeyGeneratorSpi|KeyListener|KeyManagementException|KeyManager|KeyManagerFactory|KeyManagerFactorySpi|Keymap|KeyPair|KeyPairGenerator|KeyPairGeneratorSpi|KeySpec|KeyStore|KeyStoreException|KeyStoreSpi|KeyStroke|Label|LabelUI|LabelView|LanguageCallback|LastOwnerException|LayeredHighlighter|LayoutFocusTraversalPolicy|LayoutManager|LayoutManager2|LayoutQueue|LDAPCertStoreParameters|LdapContext|LdapReferralException|Lease|Level|LexicalHandler|LIFESPAN_POLICY_ID|LifespanPolicy|LifespanPolicyOperations|LifespanPolicyValue|LimitExceededException|Line|Line2D|LineBorder|LineBreakMeasurer|LineEvent|LineListener|LineMetrics|LineNumberInputStream|LineNumberReader|LineUnavailableException|LinkageError|LinkedHashMap|LinkedHashSet|LinkedList|LinkException|LinkLoopException|LinkRef|List|ListCellRenderer|ListDataEvent|ListDataListener|ListIterator|ListModel|ListResourceBundle|ListSelectionEvent|ListSelectionListener|ListSelectionModel|ListUI|ListView|LoaderHandler|Locale|LocalObject|LocateRegistry|LOCATION_FORWARD|Locator|LocatorImpl|Logger|LoggingPermission|LoginContext|LoginException|LoginModule|LogManager|LogRecord|LogStream|Long|LongBuffer|LongHolder|LongLongSeqHelper|LongLongSeqHolder|LongSeqHelper|LongSeqHolder|LookAndFeel|LookupOp|LookupTable|Mac|MacSpi|MalformedInputException|MalformedLinkException|MalformedURLException|ManagerFactoryParameters|Manifest|Map|MappedByteBuffer|MARSHAL|MarshalException|MarshalledObject|MaskFormatter|Matcher|Math|MatteBorder|Media|MediaName|MediaPrintableArea|MediaSize|MediaSizeName|MediaTracker|MediaTray|Member|MemoryCacheImageInputStream|MemoryCacheImageOutputStream|MemoryHandler|MemoryImageSource|Menu|MenuBar|MenuBarUI|MenuComponent|MenuContainer|MenuDragMouseEvent|MenuDragMouseListener|MenuElement|MenuEvent|MenuItem|MenuItemUI|MenuKeyEvent|MenuKeyListener|MenuListener|MenuSelectionManager|MenuShortcut|MessageDigest|MessageDigestSpi|MessageFormat|MessageProp|MetaEventListener|MetalBorders|MetalButtonUI|MetalCheckBoxIcon|MetalCheckBoxUI|MetalComboBoxButton|MetalComboBoxEditor|MetalComboBoxIcon|MetalComboBoxUI|MetalDesktopIconUI|MetalFileChooserUI|MetalIconFactory|MetalInternalFrameTitlePane|MetalInternalFrameUI|MetalLabelUI|MetalLookAndFeel|MetalPopupMenuSeparatorUI|MetalProgressBarUI|MetalRadioButtonUI|MetalRootPaneUI|MetalScrollBarUI|MetalScrollButton|MetalScrollPaneUI|MetalSeparatorUI|MetalSliderUI|MetalSplitPaneUI|MetalTabbedPaneUI|MetalTextFieldUI|MetalTheme|MetalToggleButtonUI|MetalToolBarUI|MetalToolTipUI|MetalTreeUI|MetaMessage|Method|MethodDescriptor|MidiChannel|MidiDevice|MidiDeviceProvider|MidiEvent|MidiFileFormat|MidiFileReader|MidiFileWriter|MidiMessage|MidiSystem|MidiUnavailableException|MimeTypeParseException|MinimalHTMLWriter|MissingResourceException|Mixer|MixerProvider|ModificationItem|Modifier|MouseAdapter|MouseDragGestureRecognizer|MouseEvent|MouseInputAdapter|MouseInputListener|MouseListener|MouseMotionAdapter|MouseMotionListener|MouseWheelEvent|MouseWheelListener|MultiButtonUI|MulticastSocket|MultiColorChooserUI|MultiComboBoxUI|MultiDesktopIconUI|MultiDesktopPaneUI|MultiDoc|MultiDocPrintJob|MultiDocPrintService|MultiFileChooserUI|MultiInternalFrameUI|MultiLabelUI|MultiListUI|MultiLookAndFeel|MultiMenuBarUI|MultiMenuItemUI|MultiOptionPaneUI|MultiPanelUI|MultiPixelPackedSampleModel|MultipleComponentProfileHelper|MultipleComponentProfileHolder|MultipleDocumentHandling|MultipleMaster|MultiPopupMenuUI|MultiProgressBarUI|MultiRootPaneUI|MultiScrollBarUI|MultiScrollPaneUI|MultiSeparatorUI|MultiSliderUI|MultiSpinnerUI|MultiSplitPaneUI|MultiTabbedPaneUI|MultiTableHeaderUI|MultiTableUI|MultiTextUI|MultiToolBarUI|MultiToolTipUI|MultiTreeUI|MultiViewportUI|MutableAttributeSet|MutableComboBoxModel|MutableTreeNode|Name|NameAlreadyBoundException|NameCallback|NameClassPair|NameComponent|NameComponentHelper|NameComponentHolder|NamedNodeMap|NamedValue|NameDynAnyPair|NameDynAnyPairHelper|NameDynAnyPairSeqHelper|NameHelper|NameHolder|NameNotFoundException|NameParser|NamespaceChangeListener|NamespaceSupport|NameValuePair|NameValuePairHelper|NameValuePairSeqHelper|Naming|NamingContext|NamingContextExt|NamingContextExtHelper|NamingContextExtHolder|NamingContextExtOperations|NamingContextExtPOA|NamingContextHelper|NamingContextHolder|NamingContextOperations|NamingContextPOA|NamingEnumeration|NamingEvent|NamingException|NamingExceptionEvent|NamingListener|NamingManager|NamingSecurityException|NavigationFilter|NegativeArraySizeException|NetPermission|NetworkInterface|NO_IMPLEMENT|NO_MEMORY|NO_PERMISSION|NO_RESOURCES|NO_RESPONSE|NoClassDefFoundError|NoConnectionPendingException|NoContext|NoContextHelper|Node|NodeChangeEvent|NodeChangeListener|NodeList|NoInitialContextException|NoninvertibleTransformException|NonReadableChannelException|NonWritableChannelException|NoPermissionException|NoRouteToHostException|NoServant|NoServantHelper|NoSuchAlgorithmException|NoSuchAttributeException|NoSuchElementException|NoSuchFieldError|NoSuchFieldException|NoSuchMethodError|NoSuchMethodException|NoSuchObjectException|NoSuchPaddingException|NoSuchProviderException|NotActiveException|Notation|NotBoundException|NotContextException|NotEmpty|NotEmptyHelper|NotEmptyHolder|NotFound|NotFoundHelper|NotFoundHolder|NotFoundReason|NotFoundReasonHelper|NotFoundReasonHolder|NotOwnerException|NotSerializableException|NotYetBoundException|NotYetConnectedException|NullCipher|NullPointerException|Number|NumberFormat|NumberFormatException|NumberFormatter|NumberOfDocuments|NumberOfInterveningJobs|NumberUp|NumberUpSupported|NumericShaper|NVList|OBJ_ADAPTER|Object|OBJECT_NOT_EXIST|ObjectAlreadyActive|ObjectAlreadyActiveHelper|ObjectChangeListener|ObjectFactory|ObjectFactoryBuilder|ObjectHelper|ObjectHolder|ObjectIdHelper|ObjectImpl|ObjectInput|ObjectInputStream|ObjectInputValidation|ObjectNotActive|ObjectNotActiveHelper|ObjectOutput|ObjectOutputStream|ObjectStreamClass|ObjectStreamConstants|ObjectStreamException|ObjectStreamField|ObjectView|ObjID|Observable|Observer|OctetSeqHelper|OctetSeqHolder|Oid|OMGVMCID|OpenType|Operation|OperationNotSupportedException|Option|OptionalDataException|OptionPaneUI|ORB|ORBInitializer|ORBInitializerOperations|ORBInitInfo|ORBInitInfoOperations|OrientationRequested|OutOfMemoryError|OutputDeviceAssigned|OutputKeys|OutputStream|OutputStreamWriter|OverlappingFileLockException|OverlayLayout|Owner|Package|PackedColorModel|Pageable|PageAttributes|PageFormat|PageRanges|PagesPerMinute|PagesPerMinuteColor|Paint|PaintContext|PaintEvent|Panel|PanelUI|Paper|ParagraphView|Parameter|ParameterBlock|ParameterDescriptor|ParameterMetaData|ParameterMode|ParameterModeHelper|ParameterModeHolder|ParseException|ParsePosition|Parser|ParserAdapter|ParserConfigurationException|ParserDelegator|ParserFactory|PartialResultException|PasswordAuthentication|PasswordCallback|PasswordView|Patch|PathIterator|Pattern|PatternSyntaxException|PBEKey|PBEKeySpec|PBEParameterSpec|PDLOverrideSupported|Permission|PermissionCollection|Permissions|PERSIST_STORE|PersistenceDelegate|PhantomReference|Pipe|PipedInputStream|PipedOutputStream|PipedReader|PipedWriter|PixelGrabber|PixelInterleavedSampleModel|PKCS8EncodedKeySpec|PKIXBuilderParameters|PKIXCertPathBuilderResult|PKIXCertPathChecker|PKIXCertPathValidatorResult|PKIXParameters|PlainDocument|PlainView|POA|POAHelper|POAManager|POAManagerOperations|POAOperations|Point|Point2D|Policy|PolicyError|PolicyErrorCodeHelper|PolicyErrorHelper|PolicyErrorHolder|PolicyFactory|PolicyFactoryOperations|PolicyHelper|PolicyHolder|PolicyListHelper|PolicyListHolder|PolicyNode|PolicyOperations|PolicyQualifierInfo|PolicyTypeHelper|Polygon|PooledConnection|Popup|PopupFactory|PopupMenu|PopupMenuEvent|PopupMenuListener|PopupMenuUI|Port|PortableRemoteObject|PortableRemoteObjectDelegate|PortUnreachableException|Position|PreferenceChangeEvent|PreferenceChangeListener|Preferences|PreferencesFactory|PreparedStatement|PresentationDirection|Principal|PrincipalHolder|Printable|PrinterAbortException|PrinterException|PrinterGraphics|PrinterInfo|PrinterIOException|PrinterIsAcceptingJobs|PrinterJob|PrinterLocation|PrinterMakeAndModel|PrinterMessageFromOperator|PrinterMoreInfo|PrinterMoreInfoManufacturer|PrinterName|PrinterResolution|PrinterState|PrinterStateReason|PrinterStateReasons|PrinterURI|PrintEvent|PrintException|PrintGraphics|PrintJob|PrintJobAdapter|PrintJobAttribute|PrintJobAttributeEvent|PrintJobAttributeListener|PrintJobAttributeSet|PrintJobEvent|PrintJobListener|PrintQuality|PrintRequestAttribute|PrintRequestAttributeSet|PrintService|PrintServiceAttribute|PrintServiceAttributeEvent|PrintServiceAttributeListener|PrintServiceAttributeSet|PrintServiceLookup|PrintStream|PrintWriter|PRIVATE_MEMBER|PrivateCredentialPermission|PrivateKey|PrivilegedAction|PrivilegedActionException|PrivilegedExceptionAction|Process|ProcessingInstruction|ProfileDataException|ProfileIdHelper|ProgressBarUI|ProgressMonitor|ProgressMonitorInputStream|Properties|PropertyChangeEvent|PropertyChangeListener|PropertyChangeListenerProxy|PropertyChangeSupport|PropertyDescriptor|PropertyEditor|PropertyEditorManager|PropertyEditorSupport|PropertyPermission|PropertyResourceBundle|PropertyVetoException|ProtectionDomain|ProtocolException|Provider|ProviderException|Proxy|PSSParameterSpec|PUBLIC_MEMBER|PublicKey|PushbackInputStream|PushbackReader|QuadCurve2D|QueuedJobCount|Random|RandomAccess|RandomAccessFile|Raster|RasterFormatException|RasterOp|RC2ParameterSpec|RC5ParameterSpec|ReadableByteChannel|Reader|ReadOnlyBufferException|Receiver|Rectangle|Rectangle2D|RectangularShape|Ref|RefAddr|Reference|Referenceable|ReferenceQueue|ReferenceUriSchemesSupported|ReferralException|ReflectPermission|Refreshable|RefreshFailedException|RegisterableService|Registry|RegistryHandler|RemarshalException|Remote|RemoteCall|RemoteException|RemoteObject|RemoteRef|RemoteServer|RemoteStub|RenderableImage|RenderableImageOp|RenderableImageProducer|RenderContext|RenderedImage|RenderedImageFactory|Renderer|RenderingHints|RepaintManager|ReplicateScaleFilter|RepositoryIdHelper|Request|REQUEST_PROCESSING_POLICY_ID|RequestInfo|RequestInfoOperations|RequestingUserName|RequestProcessingPolicy|RequestProcessingPolicyOperations|RequestProcessingPolicyValue|RescaleOp|ResolutionSyntax|Resolver|ResolveResult|ResourceBundle|ResponseHandler|Result|ResultSet|ResultSetMetaData|ReverbType|RGBImageFilter|RMIClassLoader|RMIClassLoaderSpi|RMIClientSocketFactory|RMIFailureHandler|RMISecurityException|RMISecurityManager|RMIServerSocketFactory|RMISocketFactory|Robot|RootPaneContainer|RootPaneUI|RoundRectangle2D|RowMapper|RowSet|RowSetEvent|RowSetInternal|RowSetListener|RowSetMetaData|RowSetReader|RowSetWriter|RSAKey|RSAKeyGenParameterSpec|RSAMultiPrimePrivateCrtKey|RSAMultiPrimePrivateCrtKeySpec|RSAOtherPrimeInfo|RSAPrivateCrtKey|RSAPrivateCrtKeySpec|RSAPrivateKey|RSAPrivateKeySpec|RSAPublicKey|RSAPublicKeySpec|RTFEditorKit|RuleBasedCollator|Runnable|Runtime|RunTime|RuntimeException|RunTimeOperations|RuntimePermission|SampleModel|Savepoint|SAXException|SAXNotRecognizedException|SAXNotSupportedException|SAXParseException|SAXParser|SAXParserFactory|SAXResult|SAXSource|SAXTransformerFactory|ScatteringByteChannel|SchemaViolationException|Scrollable|Scrollbar|ScrollBarUI|ScrollPane|ScrollPaneAdjustable|ScrollPaneConstants|ScrollPaneLayout|ScrollPaneUI|SealedObject|SearchControls|SearchResult|SecretKey|SecretKeyFactory|SecretKeyFactorySpi|SecretKeySpec|SecureClassLoader|SecureRandom|SecureRandomSpi|Security|SecurityException|SecurityManager|SecurityPermission|Segment|SelectableChannel|SelectionKey|Selector|SelectorProvider|SeparatorUI|Sequence|SequenceInputStream|Sequencer|Serializable|SerializablePermission|Servant|SERVANT_RETENTION_POLICY_ID|ServantActivator|ServantActivatorHelper|ServantActivatorOperations|ServantActivatorPOA|ServantAlreadyActive|ServantAlreadyActiveHelper|ServantLocator|ServantLocatorHelper|ServantLocatorOperations|ServantLocatorPOA|ServantManager|ServantManagerOperations|ServantNotActive|ServantNotActiveHelper|ServantObject|ServantRetentionPolicy|ServantRetentionPolicyOperations|ServantRetentionPolicyValue|ServerCloneException|ServerError|ServerException|ServerNotActiveException|ServerRef|ServerRequest|ServerRequestInfo|ServerRequestInfoOperations|ServerRequestInterceptor|ServerRequestInterceptorOperations|ServerRuntimeException|ServerSocket|ServerSocketChannel|ServerSocketFactory|ServiceContext|ServiceContextHelper|ServiceContextHolder|ServiceContextListHelper|ServiceContextListHolder|ServiceDetail|ServiceDetailHelper|ServiceIdHelper|ServiceInformation|ServiceInformationHelper|ServiceInformationHolder|ServicePermission|ServiceRegistry|ServiceUI|ServiceUIFactory|ServiceUnavailableException|Set|SetOfIntegerSyntax|SetOverrideType|SetOverrideTypeHelper|Severity|Shape|ShapeGraphicAttribute|SheetCollate|Short|ShortBuffer|ShortBufferException|ShortHolder|ShortLookupTable|ShortMessage|ShortSeqHelper|ShortSeqHolder|Sides|Signature|SignatureException|SignatureSpi|SignedObject|Signer|SimpleAttributeSet|SimpleBeanInfo|SimpleDateFormat|SimpleDoc|SimpleFormatter|SimpleTimeZone|SinglePixelPackedSampleModel|SingleSelectionModel|Size2DSyntax|SizeLimitExceededException|SizeRequirements|SizeSequence|Skeleton|SkeletonMismatchException|SkeletonNotFoundException|SliderUI|Socket|SocketAddress|SocketChannel|SocketException|SocketFactory|SocketHandler|SocketImpl|SocketImplFactory|SocketOptions|SocketPermission|SocketSecurityException|SocketTimeoutException|SoftBevelBorder|SoftReference|SortedMap|SortedSet|SortingFocusTraversalPolicy|Soundbank|SoundbankReader|SoundbankResource|Source|SourceDataLine|SourceLocator|SpinnerDateModel|SpinnerListModel|SpinnerModel|SpinnerNumberModel|SpinnerUI|SplitPaneUI|Spring|SpringLayout|SQLData|SQLException|SQLInput|SQLOutput|SQLPermission|SQLWarning|SSLContext|SSLContextSpi|SSLException|SSLHandshakeException|SSLKeyException|SSLPeerUnverifiedException|SSLPermission|SSLProtocolException|SSLServerSocket|SSLServerSocketFactory|SSLSession|SSLSessionBindingEvent|SSLSessionBindingListener|SSLSessionContext|SSLSocket|SSLSocketFactory|Stack|StackOverflowError|StackTraceElement|StartTlsRequest|StartTlsResponse|State|StateEdit|StateEditable|StateFactory|Statement|Streamable|StreamableValue|StreamCorruptedException|StreamHandler|StreamPrintService|StreamPrintServiceFactory|StreamResult|StreamSource|StreamTokenizer|StrictMath|String|StringBuffer|StringBufferInputStream|StringCharacterIterator|StringContent|StringHolder|StringIndexOutOfBoundsException|StringNameHelper|StringReader|StringRefAddr|StringSelection|StringSeqHelper|StringSeqHolder|StringTokenizer|StringValueHelper|StringWriter|Stroke|Struct|StructMember|StructMemberHelper|Stub|StubDelegate|StubNotFoundException|Style|StyleConstants|StyleContext|StyledDocument|StyledEditorKit|StyleSheet|Subject|SubjectDomainCombiner|SUCCESSFUL|SupportedValuesAttribute|SwingConstants|SwingPropertyChangeSupport|SwingUtilities|SYNC_WITH_TRANSPORT|SyncFailedException|SyncScopeHelper|Synthesizer|SysexMessage|System|SYSTEM_EXCEPTION|SystemColor|SystemException|SystemFlavorMap|TabableView|TabbedPaneUI|TabExpander|TableCellEditor|TableCellRenderer|TableColumn|TableColumnModel|TableColumnModelEvent|TableColumnModelListener|TableHeaderUI|TableModel|TableModelEvent|TableModelListener|TableUI|TableView|TabSet|TabStop|TAG_ALTERNATE_IIOP_ADDRESS|TAG_CODE_SETS|TAG_INTERNET_IOP|TAG_JAVA_CODEBASE|TAG_MULTIPLE_COMPONENTS|TAG_ORB_TYPE|TAG_POLICIES|TagElement|TaggedComponent|TaggedComponentHelper|TaggedComponentHolder|TaggedProfile|TaggedProfileHelper|TaggedProfileHolder|TargetDataLine|TCKind|Templates|TemplatesHandler|Text|TextAction|TextArea|TextAttribute|TextComponent|TextEvent|TextField|TextHitInfo|TextInputCallback|TextLayout|TextListener|TextMeasurer|TextOutputCallback|TextSyntax|TextUI|TexturePaint|Thread|THREAD_POLICY_ID|ThreadDeath|ThreadGroup|ThreadLocal|ThreadPolicy|ThreadPolicyOperations|ThreadPolicyValue|Throwable|Tie|TileObserver|Time|TimeLimitExceededException|Timer|TimerTask|Timestamp|TimeZone|TitledBorder|ToolBarUI|Toolkit|ToolTipManager|ToolTipUI|TooManyListenersException|Track|TRANSACTION_REQUIRED|TRANSACTION_ROLLEDBACK|TransactionRequiredException|TransactionRolledbackException|TransactionService|Transferable|TransferHandler|TransformAttribute|Transformer|TransformerConfigurationException|TransformerException|TransformerFactory|TransformerFactoryConfigurationError|TransformerHandler|TRANSIENT|Transmitter|Transparency|TRANSPORT_RETRY|TreeCellEditor|TreeCellRenderer|TreeExpansionEvent|TreeExpansionListener|TreeMap|TreeModel|TreeModelEvent|TreeModelListener|TreeNode|TreePath|TreeSelectionEvent|TreeSelectionListener|TreeSelectionModel|TreeSet|TreeUI|TreeWillExpandListener|TrustAnchor|TrustManager|TrustManagerFactory|TrustManagerFactorySpi|TypeCode|TypeCodeHolder|TypeMismatch|TypeMismatchHelper|Types|UID|UIDefaults|UIManager|UIResource|ULongLongSeqHelper|ULongLongSeqHolder|ULongSeqHelper|ULongSeqHolder|UndeclaredThrowableException|UndoableEdit|UndoableEditEvent|UndoableEditListener|UndoableEditSupport|UndoManager|UnexpectedException|UnicastRemoteObject|UnionMember|UnionMemberHelper|UNKNOWN|UnknownEncoding|UnknownEncodingHelper|UnknownError|UnknownException|UnknownGroupException|UnknownHostException|UnknownObjectException|UnknownServiceException|UnknownUserException|UnknownUserExceptionHelper|UnknownUserExceptionHolder|UnmappableCharacterException|UnmarshalException|UnmodifiableSetException|UnrecoverableKeyException|Unreferenced|UnresolvedAddressException|UnresolvedPermission|UnsatisfiedLinkError|UnsolicitedNotification|UnsolicitedNotificationEvent|UnsolicitedNotificationListener|UNSUPPORTED_POLICY|UNSUPPORTED_POLICY_VALUE|UnsupportedAddressTypeException|UnsupportedAudioFileException|UnsupportedCallbackException|UnsupportedCharsetException|UnsupportedClassVersionError|UnsupportedEncodingException|UnsupportedFlavorException|UnsupportedLookAndFeelException|UnsupportedOperationException|URI|URIException|URIResolver|URISyntax|URISyntaxException|URL|URLClassLoader|URLConnection|URLDecoder|URLEncoder|URLStreamHandler|URLStreamHandlerFactory|URLStringHelper|USER_EXCEPTION|UserException|UShortSeqHelper|UShortSeqHolder|UTFDataFormatException|Util|UtilDelegate|Utilities|ValueBase|ValueBaseHelper|ValueBaseHolder|ValueFactory|ValueHandler|ValueMember|ValueMemberHelper|VariableHeightLayoutCache|Vector|VerifyError|VersionSpecHelper|VetoableChangeListener|VetoableChangeListenerProxy|VetoableChangeSupport|View|ViewFactory|ViewportLayout|ViewportUI|VirtualMachineError|Visibility|VisibilityHelper|VM_ABSTRACT|VM_CUSTOM|VM_NONE|VM_TRUNCATABLE|VMID|VoiceStatus|Void|VolatileImage|WCharSeqHelper|WCharSeqHolder|WeakHashMap|WeakReference|Window|WindowAdapter|WindowConstants|WindowEvent|WindowFocusListener|WindowListener|WindowStateListener|WrappedPlainView|WritableByteChannel|WritableRaster|WritableRenderedImage|WriteAbortedException|Writer|WrongAdapter|WrongAdapterHelper|WrongPolicy|WrongPolicyHelper|WrongTransaction|WrongTransactionHelper|WrongTransactionHolder|WStringSeqHelper|WStringSeqHolder|WStringValueHelper|X500Principal|X500PrivateCredential|X509Certificate|X509CertSelector|X509CRL|X509CRLEntry|X509CRLSelector|X509EncodedKeySpec|X509Extension|X509KeyManager|X509TrustManager|XAConnection|XADataSource|XAException|XAResource|Xid|XMLDecoder|XMLEncoder|XMLFilter|XMLFilterImpl|XMLFormatter|XMLReader|XMLReaderAdapter|XMLReaderFactory|ZipEntry|ZipException|ZipFile|ZipInputStream|ZipOutputStream|ZoneView|_BindingIteratorImplBase|_BindingIteratorStub|_DynAnyFactoryStub|_DynAnyStub|_DynArrayStub|_DynEnumStub|_DynFixedStub|_DynSequenceStub|_DynStructStub|_DynUnionStub|_DynValueStub|_IDLTypeStub|_NamingContextExtStub|_NamingContextImplBase|_NamingContextStub|_PolicyStub|_Remote_Stub|_ServantActivatorStub|_ServantLocatorStub)$/', |
| 473 | 473 | ), |
| 474 | 474 | 8 => |
| 475 | - array ( |
|
| 475 | + array( |
|
| 476 | 476 | ), |
| 477 | 477 | 9 => |
| 478 | - array ( |
|
| 478 | + array( |
|
| 479 | 479 | ), |
| 480 | 480 | 10 => |
| 481 | - array ( |
|
| 481 | + array( |
|
| 482 | 482 | ), |
| 483 | 483 | 11 => |
| 484 | - array ( |
|
| 484 | + array( |
|
| 485 | 485 | ), |
| 486 | 486 | 12 => |
| 487 | - array ( |
|
| 487 | + array( |
|
| 488 | 488 | ), |
| 489 | 489 | ), |
| 490 | 490 | 1 => |
| 491 | - array ( |
|
| 491 | + array( |
|
| 492 | 492 | 0 => -1, |
| 493 | 493 | 1 => -1, |
| 494 | 494 | 2 => -1, |
@@ -497,29 +497,29 @@ discard block |
||
| 497 | 497 | 5 => -1, |
| 498 | 498 | 6 => -1, |
| 499 | 499 | 7 => |
| 500 | - array ( |
|
| 500 | + array( |
|
| 501 | 501 | 'types' => '/^(boolean|byte|char|const|double|final|float|int|long|short|static|void)$/', |
| 502 | 502 | 'reserved' => '/^(import|package|abstract|break|case|catch|class|continue|default|do|else|extends|false|finally|for|goto|if|implements|instanceof|interface|native|new|null|private|protected|public|return|super|strictfp|switch|synchronized|this|throws|throw|transient|true|try|volatile|while)$/', |
| 503 | 503 | 'builtin' => '/^(AbstractAction|AbstractBorder|AbstractButton|AbstractCellEditor|AbstractCollection|AbstractColorChooserPanel|AbstractDocument|AbstractInterruptibleChannel|AbstractLayoutCache|AbstractList|AbstractListModel|AbstractMap|AbstractMethodError|AbstractPreferences|AbstractSelectableChannel|AbstractSelectionKey|AbstractSelector|AbstractSequentialList|AbstractSet|AbstractSpinnerModel|AbstractTableModel|AbstractUndoableEdit|AbstractWriter|AccessControlContext|AccessControlException|AccessController|AccessException|Accessible|AccessibleAction|AccessibleBundle|AccessibleComponent|AccessibleContext|AccessibleEditableText|AccessibleExtendedComponent|AccessibleExtendedTable|AccessibleHyperlink|AccessibleHypertext|AccessibleIcon|AccessibleKeyBinding|AccessibleObject|AccessibleRelation|AccessibleRelationSet|AccessibleResourceBundle|AccessibleRole|AccessibleSelection|AccessibleState|AccessibleStateSet|AccessibleTable|AccessibleTableModelChange|AccessibleText|AccessibleValue|AccountExpiredException|Acl|AclEntry|AclNotFoundException|Action|ActionEvent|ActionListener|ActionMap|ActionMapUIResource|Activatable|ActivateFailedException|ActivationDesc|ActivationException|ActivationGroup|ActivationGroup_Stub|ActivationGroupDesc|ActivationGroupID|ActivationID|ActivationInstantiator|ActivationMonitor|ActivationSystem|Activator|ActiveEvent|AdapterActivator|AdapterActivatorOperations|AdapterAlreadyExists|AdapterAlreadyExistsHelper|AdapterInactive|AdapterInactiveHelper|AdapterNonExistent|AdapterNonExistentHelper|AddressHelper|Adjustable|AdjustmentEvent|AdjustmentListener|Adler32|AffineTransform|AffineTransformOp|AlgorithmParameterGenerator|AlgorithmParameterGeneratorSpi|AlgorithmParameters|AlgorithmParameterSpec|AlgorithmParametersSpi|AllPermission|AlphaComposite|AlreadyBound|AlreadyBoundException|AlreadyBoundHelper|AlreadyBoundHolder|AlreadyConnectedException|AncestorEvent|AncestorListener|Annotation|Any|AnyHolder|AnySeqHelper|AnySeqHolder|AppConfigurationEntry|Applet|AppletContext|AppletInitializer|AppletStub|ApplicationException|Arc2D|Area|AreaAveragingScaleFilter|ARG_IN|ARG_INOUT|ARG_OUT|ArithmeticException|Array|ArrayIndexOutOfBoundsException|ArrayList|Arrays|ArrayStoreException|AssertionError|AsyncBoxView|AsynchronousCloseException|Attr|Attribute|AttributedCharacterIterator|AttributedString|AttributeException|AttributeInUseException|AttributeList|AttributeListImpl|AttributeModificationException|Attributes|AttributeSet|AttributeSetUtilities|AttributesImpl|AudioClip|AudioFileFormat|AudioFileReader|AudioFileWriter|AudioFormat|AudioInputStream|AudioPermission|AudioSystem|AuthenticationException|AuthenticationNotSupportedException|Authenticator|AuthPermission|Autoscroll|AWTError|AWTEvent|AWTEventListener|AWTEventListenerProxy|AWTEventMulticaster|AWTException|AWTKeyStroke|AWTPermission|BackingStoreException|BAD_CONTEXT|BAD_INV_ORDER|BAD_OPERATION|BAD_PARAM|BAD_POLICY|BAD_POLICY_TYPE|BAD_POLICY_VALUE|BAD_TYPECODE|BadKind|BadLocationException|BadPaddingException|BandCombineOp|BandedSampleModel|BasicArrowButton|BasicAttribute|BasicAttributes|BasicBorders|BasicButtonListener|BasicButtonUI|BasicCheckBoxMenuItemUI|BasicCheckBoxUI|BasicColorChooserUI|BasicComboBoxEditor|BasicComboBoxRenderer|BasicComboBoxUI|BasicComboPopup|BasicDesktopIconUI|BasicDesktopPaneUI|BasicDirectoryModel|BasicEditorPaneUI|BasicFileChooserUI|BasicFormattedTextFieldUI|BasicGraphicsUtils|BasicHTML|BasicIconFactory|BasicInternalFrameTitlePane|BasicInternalFrameUI|BasicLabelUI|BasicListUI|BasicLookAndFeel|BasicMenuBarUI|BasicMenuItemUI|BasicMenuUI|BasicOptionPaneUI|BasicPanelUI|BasicPasswordFieldUI|BasicPermission|BasicPopupMenuSeparatorUI|BasicPopupMenuUI|BasicProgressBarUI|BasicRadioButtonMenuItemUI|BasicRadioButtonUI|BasicRootPaneUI|BasicScrollBarUI|BasicScrollPaneUI|BasicSeparatorUI|BasicSliderUI|BasicSpinnerUI|BasicSplitPaneDivider|BasicSplitPaneUI|BasicStroke|BasicTabbedPaneUI|BasicTableHeaderUI|BasicTableUI|BasicTextAreaUI|BasicTextFieldUI|BasicTextPaneUI|BasicTextUI|BasicToggleButtonUI|BasicToolBarSeparatorUI|BasicToolBarUI|BasicToolTipUI|BasicTreeUI|BasicViewportUI|BatchUpdateException|BeanContext|BeanContextChild|BeanContextChildComponentProxy|BeanContextChildSupport|BeanContextContainerProxy|BeanContextEvent|BeanContextMembershipEvent|BeanContextMembershipListener|BeanContextProxy|BeanContextServiceAvailableEvent|BeanContextServiceProvider|BeanContextServiceProviderBeanInfo|BeanContextServiceRevokedEvent|BeanContextServiceRevokedListener|BeanContextServices|BeanContextServicesListener|BeanContextServicesSupport|BeanContextSupport|BeanDescriptor|BeanInfo|Beans|BevelBorder|Bidi|BigDecimal|BigInteger|BinaryRefAddr|BindException|Binding|BindingHelper|BindingHolder|BindingIterator|BindingIteratorHelper|BindingIteratorHolder|BindingIteratorOperations|BindingIteratorPOA|BindingListHelper|BindingListHolder|BindingType|BindingTypeHelper|BindingTypeHolder|BitSet|Blob|BlockView|Book|Boolean|BooleanControl|BooleanHolder|BooleanSeqHelper|BooleanSeqHolder|Border|BorderFactory|BorderLayout|BorderUIResource|BoundedRangeModel|Bounds|Box|BoxedValueHelper|BoxLayout|BoxView|BreakIterator|Buffer|BufferCapabilities|BufferedImage|BufferedImageFilter|BufferedImageOp|BufferedInputStream|BufferedOutputStream|BufferedReader|BufferedWriter|BufferOverflowException|BufferStrategy|BufferUnderflowException|Button|ButtonGroup|ButtonModel|ButtonUI|Byte|ByteArrayInputStream|ByteArrayOutputStream|ByteBuffer|ByteChannel|ByteHolder|ByteLookupTable|ByteOrder|Calendar|CallableStatement|Callback|CallbackHandler|CancelablePrintJob|CancelledKeyException|CannotProceed|CannotProceedException|CannotProceedHelper|CannotProceedHolder|CannotRedoException|CannotUndoException|Canvas|CardLayout|Caret|CaretEvent|CaretListener|CDATASection|CellEditor|CellEditorListener|CellRendererPane|Certificate|CertificateEncodingException|CertificateException|CertificateExpiredException|CertificateFactory|CertificateFactorySpi|CertificateNotYetValidException|CertificateParsingException|CertPath|CertPathBuilder|CertPathBuilderException|CertPathBuilderResult|CertPathBuilderSpi|CertPathParameters|CertPathValidator|CertPathValidatorException|CertPathValidatorResult|CertPathValidatorSpi|CertSelector|CertStore|CertStoreException|CertStoreParameters|CertStoreSpi|ChangedCharSetException|ChangeEvent|ChangeListener|Channel|ChannelBinding|Channels|Character|CharacterCodingException|CharacterData|CharacterIterator|CharArrayReader|CharArrayWriter|CharBuffer|CharConversionException|CharHolder|CharSeqHelper|CharSeqHolder|CharSequence|Charset|CharsetDecoder|CharsetEncoder|CharsetProvider|Checkbox|CheckboxGroup|CheckboxMenuItem|CheckedInputStream|CheckedOutputStream|Checksum|Choice|ChoiceCallback|ChoiceFormat|Chromaticity|Cipher|CipherInputStream|CipherOutputStream|CipherSpi|Class|ClassCastException|ClassCircularityError|ClassDesc|ClassFormatError|ClassLoader|ClassNotFoundException|ClientRequestInfo|ClientRequestInfoOperations|ClientRequestInterceptor|ClientRequestInterceptorOperations|Clip|Clipboard|ClipboardOwner|Clob|Cloneable|CloneNotSupportedException|ClosedByInterruptException|ClosedChannelException|ClosedSelectorException|CMMException|Codec|CodecFactory|CodecFactoryHelper|CodecFactoryOperations|CodecOperations|CoderMalfunctionError|CoderResult|CodeSets|CodeSource|CodingErrorAction|CollationElementIterator|CollationKey|Collator|Collection|CollectionCertStoreParameters|Collections|Color|ColorChooserComponentFactory|ColorChooserUI|ColorConvertOp|ColorModel|ColorSelectionModel|ColorSpace|ColorSupported|ColorUIResource|ComboBoxEditor|ComboBoxModel|ComboBoxUI|ComboPopup|COMM_FAILURE|Comment|CommunicationException|Comparable|Comparator|Compiler|CompletionStatus|CompletionStatusHelper|Component|ComponentAdapter|ComponentColorModel|ComponentEvent|ComponentIdHelper|ComponentInputMap|ComponentInputMapUIResource|ComponentListener|ComponentOrientation|ComponentSampleModel|ComponentUI|ComponentView|Composite|CompositeContext|CompositeName|CompositeView|CompoundBorder|CompoundControl|CompoundEdit|CompoundName|Compression|ConcurrentModificationException|Configuration|ConfigurationException|ConfirmationCallback|ConnectException|ConnectIOException|Connection|ConnectionEvent|ConnectionEventListener|ConnectionPendingException|ConnectionPoolDataSource|ConsoleHandler|Constructor|Container|ContainerAdapter|ContainerEvent|ContainerListener|ContainerOrderFocusTraversalPolicy|ContentHandler|ContentHandlerFactory|ContentModel|Context|ContextList|ContextNotEmptyException|ContextualRenderedImageFactory|Control|ControlFactory|ControllerEventListener|ConvolveOp|CookieHolder|Copies|CopiesSupported|CRC32|CredentialExpiredException|CRL|CRLException|CRLSelector|CropImageFilter|CSS|CTX_RESTRICT_SCOPE|CubicCurve2D|Currency|Current|CurrentHelper|CurrentHolder|CurrentOperations|Cursor|Customizer|CustomMarshal|CustomValue|DATA_CONVERSION|DatabaseMetaData|DataBuffer|DataBufferByte|DataBufferDouble|DataBufferFloat|DataBufferInt|DataBufferShort|DataBufferUShort|DataFlavor|DataFormatException|DatagramChannel|DatagramPacket|DatagramSocket|DatagramSocketImpl|DatagramSocketImplFactory|DataInput|DataInputStream|DataLine|DataOutput|DataOutputStream|DataSource|DataTruncation|Date|DateFormat|DateFormatSymbols|DateFormatter|DateTimeAtCompleted|DateTimeAtCreation|DateTimeAtProcessing|DateTimeSyntax|DebugGraphics|DecimalFormat|DecimalFormatSymbols|DeclHandler|DefaultBoundedRangeModel|DefaultButtonModel|DefaultCaret|DefaultCellEditor|DefaultColorSelectionModel|DefaultComboBoxModel|DefaultDesktopManager|DefaultEditorKit|DefaultFocusManager|DefaultFocusTraversalPolicy|DefaultFormatter|DefaultFormatterFactory|DefaultHandler|DefaultHighlighter|DefaultKeyboardFocusManager|DefaultListCellRenderer|DefaultListModel|DefaultListSelectionModel|DefaultMenuLayout|DefaultMetalTheme|DefaultMutableTreeNode|DefaultPersistenceDelegate|DefaultSingleSelectionModel|DefaultStyledDocument|DefaultTableCellRenderer|DefaultTableColumnModel|DefaultTableModel|DefaultTextUI|DefaultTreeCellEditor|DefaultTreeCellRenderer|DefaultTreeModel|DefaultTreeSelectionModel|DefinitionKind|DefinitionKindHelper|Deflater|DeflaterOutputStream|Delegate|DelegationPermission|DESedeKeySpec|DesignMode|DESKeySpec|DesktopIconUI|DesktopManager|DesktopPaneUI|Destination|Destroyable|DestroyFailedException|DGC|DHGenParameterSpec|DHKey|DHParameterSpec|DHPrivateKey|DHPrivateKeySpec|DHPublicKey|DHPublicKeySpec|Dialog|Dictionary|DigestException|DigestInputStream|DigestOutputStream|Dimension|Dimension2D|DimensionUIResource|DirContext|DirectColorModel|DirectoryManager|DirObjectFactory|DirStateFactory|DisplayMode|DnDConstants|Doc|DocAttribute|DocAttributeSet|DocFlavor|DocPrintJob|Document|DocumentBuilder|DocumentBuilderFactory|DocumentEvent|DocumentFilter|DocumentFragment|DocumentHandler|DocumentListener|DocumentName|DocumentParser|DocumentType|DomainCombiner|DomainManager|DomainManagerOperations|DOMException|DOMImplementation|DOMLocator|DOMResult|DOMSource|Double|DoubleBuffer|DoubleHolder|DoubleSeqHelper|DoubleSeqHolder|DragGestureEvent|DragGestureListener|DragGestureRecognizer|DragSource|DragSourceAdapter|DragSourceContext|DragSourceDragEvent|DragSourceDropEvent|DragSourceEvent|DragSourceListener|DragSourceMotionListener|Driver|DriverManager|DriverPropertyInfo|DropTarget|DropTargetAdapter|DropTargetContext|DropTargetDragEvent|DropTargetDropEvent|DropTargetEvent|DropTargetListener|DSAKey|DSAKeyPairGenerator|DSAParameterSpec|DSAParams|DSAPrivateKey|DSAPrivateKeySpec|DSAPublicKey|DSAPublicKeySpec|DTD|DTDConstants|DTDHandler|DuplicateName|DuplicateNameHelper|DynamicImplementation|DynAny|DynAnyFactory|DynAnyFactoryHelper|DynAnyFactoryOperations|DynAnyHelper|DynAnyOperations|DynAnySeqHelper|DynArray|DynArrayHelper|DynArrayOperations|DynEnum|DynEnumHelper|DynEnumOperations|DynFixed|DynFixedHelper|DynFixedOperations|DynSequence|DynSequenceHelper|DynSequenceOperations|DynStruct|DynStructHelper|DynStructOperations|DynUnion|DynUnionHelper|DynUnionOperations|DynValue|DynValueBox|DynValueBoxOperations|DynValueCommon|DynValueCommonOperations|DynValueHelper|DynValueOperations|EditorKit|Element|ElementIterator|Ellipse2D|EmptyBorder|EmptyStackException|EncodedKeySpec|Encoder|Encoding|ENCODING_CDR_ENCAPS|EncryptedPrivateKeyInfo|Entity|EntityReference|EntityResolver|EnumControl|Enumeration|EnumSyntax|Environment|EOFException|Error|ErrorHandler|ErrorListener|ErrorManager|EtchedBorder|Event|EventContext|EventDirContext|EventHandler|EventListener|EventListenerList|EventListenerProxy|EventObject|EventQueue|EventSetDescriptor|Exception|ExceptionInInitializerError|ExceptionList|ExceptionListener|ExemptionMechanism|ExemptionMechanismException|ExemptionMechanismSpi|ExpandVetoException|ExportException|Expression|ExtendedRequest|ExtendedResponse|Externalizable|FactoryConfigurationError|FailedLoginException|FeatureDescriptor|Fidelity|Field|FieldNameHelper|FieldPosition|FieldView|File|FileCacheImageInputStream|FileCacheImageOutputStream|FileChannel|FileChooserUI|FileDescriptor|FileDialog|FileFilter|FileHandler|FileImageInputStream|FileImageOutputStream|FileInputStream|FileLock|FileLockInterruptionException|FilenameFilter|FileNameMap|FileNotFoundException|FileOutputStream|FilePermission|FileReader|FileSystemView|FileView|FileWriter|Filter|FilteredImageSource|FilterInputStream|FilterOutputStream|FilterReader|FilterWriter|Finishings|FixedHeightLayoutCache|FixedHolder|FlatteningPathIterator|FlavorException|FlavorMap|FlavorTable|Float|FloatBuffer|FloatControl|FloatHolder|FloatSeqHelper|FloatSeqHolder|FlowLayout|FlowView|FocusAdapter|FocusEvent|FocusListener|FocusManager|FocusTraversalPolicy|Font|FontFormatException|FontMetrics|FontRenderContext|FontUIResource|Format|FormatConversionProvider|FormatMismatch|FormatMismatchHelper|Formatter|FormView|ForwardRequest|ForwardRequestHelper|Frame|FREE_MEM|GapContent|GatheringByteChannel|GeneralPath|GeneralSecurityException|GlyphJustificationInfo|GlyphMetrics|GlyphVector|GlyphView|GradientPaint|GraphicAttribute|Graphics|Graphics2D|GraphicsConfigTemplate|GraphicsConfiguration|GraphicsDevice|GraphicsEnvironment|GrayFilter|GregorianCalendar|GridBagConstraints|GridBagLayout|GridLayout|Group|GSSContext|GSSCredential|GSSException|GSSManager|GSSName|Guard|GuardedObject|GZIPInputStream|GZIPOutputStream|Handler|HandlerBase|HandshakeCompletedEvent|HandshakeCompletedListener|HasControls|HashAttributeSet|HashDocAttributeSet|HashMap|HashPrintJobAttributeSet|HashPrintRequestAttributeSet|HashPrintServiceAttributeSet|HashSet|Hashtable|HeadlessException|HierarchyBoundsAdapter|HierarchyBoundsListener|HierarchyEvent|HierarchyListener|Highlighter|HostnameVerifier|HTML|HTMLDocument|HTMLEditorKit|HTMLFrameHyperlinkEvent|HTMLWriter|HttpsURLConnection|HttpURLConnection|HyperlinkEvent|HyperlinkListener|ICC_ColorSpace|ICC_Profile|ICC_ProfileGray|ICC_ProfileRGB|Icon|IconUIResource|IconView|ID_ASSIGNMENT_POLICY_ID|ID_UNIQUENESS_POLICY_ID|IdAssignmentPolicy|IdAssignmentPolicyOperations|IdAssignmentPolicyValue|IdentifierHelper|Identity|IdentityHashMap|IdentityScope|IDLEntity|IDLType|IDLTypeHelper|IDLTypeOperations|IdUniquenessPolicy|IdUniquenessPolicyOperations|IdUniquenessPolicyValue|IIOByteBuffer|IIOException|IIOImage|IIOInvalidTreeException|IIOMetadata|IIOMetadataController|IIOMetadataFormat|IIOMetadataFormatImpl|IIOMetadataNode|IIOParam|IIOParamController|IIOReadProgressListener|IIOReadUpdateListener|IIOReadWarningListener|IIORegistry|IIOServiceProvider|IIOWriteProgressListener|IIOWriteWarningListener|IllegalAccessError|IllegalAccessException|IllegalArgumentException|IllegalBlockingModeException|IllegalBlockSizeException|IllegalCharsetNameException|IllegalComponentStateException|IllegalMonitorStateException|IllegalPathStateException|IllegalSelectorException|IllegalStateException|IllegalThreadStateException|Image|ImageCapabilities|ImageConsumer|ImageFilter|ImageGraphicAttribute|ImageIcon|ImageInputStream|ImageInputStreamImpl|ImageInputStreamSpi|ImageIO|ImageObserver|ImageOutputStream|ImageOutputStreamImpl|ImageOutputStreamSpi|ImageProducer|ImageReader|ImageReaderSpi|ImageReaderWriterSpi|ImageReadParam|ImageTranscoder|ImageTranscoderSpi|ImageTypeSpecifier|ImageView|ImageWriteParam|ImageWriter|ImageWriterSpi|ImagingOpException|IMP_LIMIT|IMPLICIT_ACTIVATION_POLICY_ID|ImplicitActivationPolicy|ImplicitActivationPolicyOperations|ImplicitActivationPolicyValue|IncompatibleClassChangeError|InconsistentTypeCode|InconsistentTypeCodeHelper|IndexColorModel|IndexedPropertyDescriptor|IndexOutOfBoundsException|IndirectionException|Inet4Address|Inet6Address|InetAddress|InetSocketAddress|Inflater|InflaterInputStream|InheritableThreadLocal|InitialContext|InitialContextFactory|InitialContextFactoryBuilder|InitialDirContext|INITIALIZE|InitialLdapContext|InlineView|InputContext|InputEvent|InputMap|InputMapUIResource|InputMethod|InputMethodContext|InputMethodDescriptor|InputMethodEvent|InputMethodHighlight|InputMethodListener|InputMethodRequests|InputSource|InputStream|InputStreamReader|InputSubset|InputVerifier|Insets|InsetsUIResource|InstantiationError|InstantiationException|Instrument|InsufficientResourcesException|IntBuffer|Integer|IntegerSyntax|Interceptor|InterceptorOperations|INTERNAL|InternalError|InternalFrameAdapter|InternalFrameEvent|InternalFrameFocusTraversalPolicy|InternalFrameListener|InternalFrameUI|InternationalFormatter|InterruptedException|InterruptedIOException|InterruptedNamingException|InterruptibleChannel|INTF_REPOS|IntHolder|IntrospectionException|Introspector|INV_FLAG|INV_IDENT|INV_OBJREF|INV_POLICY|Invalid|INVALID_TRANSACTION|InvalidAddress|InvalidAddressHelper|InvalidAddressHolder|InvalidAlgorithmParameterException|InvalidAttributeIdentifierException|InvalidAttributesException|InvalidAttributeValueException|InvalidClassException|InvalidDnDOperationException|InvalidKeyException|InvalidKeySpecException|InvalidMarkException|InvalidMidiDataException|InvalidName|InvalidNameException|InvalidNameHelper|InvalidNameHolder|InvalidObjectException|InvalidParameterException|InvalidParameterSpecException|InvalidPolicy|InvalidPolicyHelper|InvalidPreferencesFormatException|InvalidSearchControlsException|InvalidSearchFilterException|InvalidSeq|InvalidSlot|InvalidSlotHelper|InvalidTransactionException|InvalidTypeForEncoding|InvalidTypeForEncodingHelper|InvalidValue|InvalidValueHelper|InvocationEvent|InvocationHandler|InvocationTargetException|InvokeHandler|IOException|IOR|IORHelper|IORHolder|IORInfo|IORInfoOperations|IORInterceptor|IORInterceptorOperations|IRObject|IRObjectOperations|IstringHelper|ItemEvent|ItemListener|ItemSelectable|Iterator|IvParameterSpec|JApplet|JarEntry|JarException|JarFile|JarInputStream|JarOutputStream|JarURLConnection|JButton|JCheckBox|JCheckBoxMenuItem|JColorChooser|JComboBox|JComponent|JDesktopPane|JDialog|JEditorPane|JFileChooser|JFormattedTextField|JFrame|JInternalFrame|JLabel|JLayeredPane|JList|JMenu|JMenuBar|JMenuItem|JobAttributes|JobHoldUntil|JobImpressions|JobImpressionsCompleted|JobImpressionsSupported|JobKOctets|JobKOctetsProcessed|JobKOctetsSupported|JobMediaSheets|JobMediaSheetsCompleted|JobMediaSheetsSupported|JobMessageFromOperator|JobName|JobOriginatingUserName|JobPriority|JobPrioritySupported|JobSheets|JobState|JobStateReason|JobStateReasons|JOptionPane|JPanel|JPasswordField|JPEGHuffmanTable|JPEGImageReadParam|JPEGImageWriteParam|JPEGQTable|JPopupMenu|JProgressBar|JRadioButton|JRadioButtonMenuItem|JRootPane|JScrollBar|JScrollPane|JSeparator|JSlider|JSpinner|JSplitPane|JTabbedPane|JTable|JTableHeader|JTextArea|JTextComponent|JTextField|JTextPane|JToggleButton|JToolBar|JToolTip|JTree|JViewport|JWindow|KerberosKey|KerberosPrincipal|KerberosTicket|Kernel|Key|KeyAdapter|KeyAgreement|KeyAgreementSpi|KeyboardFocusManager|KeyEvent|KeyEventDispatcher|KeyEventPostProcessor|KeyException|KeyFactory|KeyFactorySpi|KeyGenerator|KeyGeneratorSpi|KeyListener|KeyManagementException|KeyManager|KeyManagerFactory|KeyManagerFactorySpi|Keymap|KeyPair|KeyPairGenerator|KeyPairGeneratorSpi|KeySpec|KeyStore|KeyStoreException|KeyStoreSpi|KeyStroke|Label|LabelUI|LabelView|LanguageCallback|LastOwnerException|LayeredHighlighter|LayoutFocusTraversalPolicy|LayoutManager|LayoutManager2|LayoutQueue|LDAPCertStoreParameters|LdapContext|LdapReferralException|Lease|Level|LexicalHandler|LIFESPAN_POLICY_ID|LifespanPolicy|LifespanPolicyOperations|LifespanPolicyValue|LimitExceededException|Line|Line2D|LineBorder|LineBreakMeasurer|LineEvent|LineListener|LineMetrics|LineNumberInputStream|LineNumberReader|LineUnavailableException|LinkageError|LinkedHashMap|LinkedHashSet|LinkedList|LinkException|LinkLoopException|LinkRef|List|ListCellRenderer|ListDataEvent|ListDataListener|ListIterator|ListModel|ListResourceBundle|ListSelectionEvent|ListSelectionListener|ListSelectionModel|ListUI|ListView|LoaderHandler|Locale|LocalObject|LocateRegistry|LOCATION_FORWARD|Locator|LocatorImpl|Logger|LoggingPermission|LoginContext|LoginException|LoginModule|LogManager|LogRecord|LogStream|Long|LongBuffer|LongHolder|LongLongSeqHelper|LongLongSeqHolder|LongSeqHelper|LongSeqHolder|LookAndFeel|LookupOp|LookupTable|Mac|MacSpi|MalformedInputException|MalformedLinkException|MalformedURLException|ManagerFactoryParameters|Manifest|Map|MappedByteBuffer|MARSHAL|MarshalException|MarshalledObject|MaskFormatter|Matcher|Math|MatteBorder|Media|MediaName|MediaPrintableArea|MediaSize|MediaSizeName|MediaTracker|MediaTray|Member|MemoryCacheImageInputStream|MemoryCacheImageOutputStream|MemoryHandler|MemoryImageSource|Menu|MenuBar|MenuBarUI|MenuComponent|MenuContainer|MenuDragMouseEvent|MenuDragMouseListener|MenuElement|MenuEvent|MenuItem|MenuItemUI|MenuKeyEvent|MenuKeyListener|MenuListener|MenuSelectionManager|MenuShortcut|MessageDigest|MessageDigestSpi|MessageFormat|MessageProp|MetaEventListener|MetalBorders|MetalButtonUI|MetalCheckBoxIcon|MetalCheckBoxUI|MetalComboBoxButton|MetalComboBoxEditor|MetalComboBoxIcon|MetalComboBoxUI|MetalDesktopIconUI|MetalFileChooserUI|MetalIconFactory|MetalInternalFrameTitlePane|MetalInternalFrameUI|MetalLabelUI|MetalLookAndFeel|MetalPopupMenuSeparatorUI|MetalProgressBarUI|MetalRadioButtonUI|MetalRootPaneUI|MetalScrollBarUI|MetalScrollButton|MetalScrollPaneUI|MetalSeparatorUI|MetalSliderUI|MetalSplitPaneUI|MetalTabbedPaneUI|MetalTextFieldUI|MetalTheme|MetalToggleButtonUI|MetalToolBarUI|MetalToolTipUI|MetalTreeUI|MetaMessage|Method|MethodDescriptor|MidiChannel|MidiDevice|MidiDeviceProvider|MidiEvent|MidiFileFormat|MidiFileReader|MidiFileWriter|MidiMessage|MidiSystem|MidiUnavailableException|MimeTypeParseException|MinimalHTMLWriter|MissingResourceException|Mixer|MixerProvider|ModificationItem|Modifier|MouseAdapter|MouseDragGestureRecognizer|MouseEvent|MouseInputAdapter|MouseInputListener|MouseListener|MouseMotionAdapter|MouseMotionListener|MouseWheelEvent|MouseWheelListener|MultiButtonUI|MulticastSocket|MultiColorChooserUI|MultiComboBoxUI|MultiDesktopIconUI|MultiDesktopPaneUI|MultiDoc|MultiDocPrintJob|MultiDocPrintService|MultiFileChooserUI|MultiInternalFrameUI|MultiLabelUI|MultiListUI|MultiLookAndFeel|MultiMenuBarUI|MultiMenuItemUI|MultiOptionPaneUI|MultiPanelUI|MultiPixelPackedSampleModel|MultipleComponentProfileHelper|MultipleComponentProfileHolder|MultipleDocumentHandling|MultipleMaster|MultiPopupMenuUI|MultiProgressBarUI|MultiRootPaneUI|MultiScrollBarUI|MultiScrollPaneUI|MultiSeparatorUI|MultiSliderUI|MultiSpinnerUI|MultiSplitPaneUI|MultiTabbedPaneUI|MultiTableHeaderUI|MultiTableUI|MultiTextUI|MultiToolBarUI|MultiToolTipUI|MultiTreeUI|MultiViewportUI|MutableAttributeSet|MutableComboBoxModel|MutableTreeNode|Name|NameAlreadyBoundException|NameCallback|NameClassPair|NameComponent|NameComponentHelper|NameComponentHolder|NamedNodeMap|NamedValue|NameDynAnyPair|NameDynAnyPairHelper|NameDynAnyPairSeqHelper|NameHelper|NameHolder|NameNotFoundException|NameParser|NamespaceChangeListener|NamespaceSupport|NameValuePair|NameValuePairHelper|NameValuePairSeqHelper|Naming|NamingContext|NamingContextExt|NamingContextExtHelper|NamingContextExtHolder|NamingContextExtOperations|NamingContextExtPOA|NamingContextHelper|NamingContextHolder|NamingContextOperations|NamingContextPOA|NamingEnumeration|NamingEvent|NamingException|NamingExceptionEvent|NamingListener|NamingManager|NamingSecurityException|NavigationFilter|NegativeArraySizeException|NetPermission|NetworkInterface|NO_IMPLEMENT|NO_MEMORY|NO_PERMISSION|NO_RESOURCES|NO_RESPONSE|NoClassDefFoundError|NoConnectionPendingException|NoContext|NoContextHelper|Node|NodeChangeEvent|NodeChangeListener|NodeList|NoInitialContextException|NoninvertibleTransformException|NonReadableChannelException|NonWritableChannelException|NoPermissionException|NoRouteToHostException|NoServant|NoServantHelper|NoSuchAlgorithmException|NoSuchAttributeException|NoSuchElementException|NoSuchFieldError|NoSuchFieldException|NoSuchMethodError|NoSuchMethodException|NoSuchObjectException|NoSuchPaddingException|NoSuchProviderException|NotActiveException|Notation|NotBoundException|NotContextException|NotEmpty|NotEmptyHelper|NotEmptyHolder|NotFound|NotFoundHelper|NotFoundHolder|NotFoundReason|NotFoundReasonHelper|NotFoundReasonHolder|NotOwnerException|NotSerializableException|NotYetBoundException|NotYetConnectedException|NullCipher|NullPointerException|Number|NumberFormat|NumberFormatException|NumberFormatter|NumberOfDocuments|NumberOfInterveningJobs|NumberUp|NumberUpSupported|NumericShaper|NVList|OBJ_ADAPTER|Object|OBJECT_NOT_EXIST|ObjectAlreadyActive|ObjectAlreadyActiveHelper|ObjectChangeListener|ObjectFactory|ObjectFactoryBuilder|ObjectHelper|ObjectHolder|ObjectIdHelper|ObjectImpl|ObjectInput|ObjectInputStream|ObjectInputValidation|ObjectNotActive|ObjectNotActiveHelper|ObjectOutput|ObjectOutputStream|ObjectStreamClass|ObjectStreamConstants|ObjectStreamException|ObjectStreamField|ObjectView|ObjID|Observable|Observer|OctetSeqHelper|OctetSeqHolder|Oid|OMGVMCID|OpenType|Operation|OperationNotSupportedException|Option|OptionalDataException|OptionPaneUI|ORB|ORBInitializer|ORBInitializerOperations|ORBInitInfo|ORBInitInfoOperations|OrientationRequested|OutOfMemoryError|OutputDeviceAssigned|OutputKeys|OutputStream|OutputStreamWriter|OverlappingFileLockException|OverlayLayout|Owner|Package|PackedColorModel|Pageable|PageAttributes|PageFormat|PageRanges|PagesPerMinute|PagesPerMinuteColor|Paint|PaintContext|PaintEvent|Panel|PanelUI|Paper|ParagraphView|Parameter|ParameterBlock|ParameterDescriptor|ParameterMetaData|ParameterMode|ParameterModeHelper|ParameterModeHolder|ParseException|ParsePosition|Parser|ParserAdapter|ParserConfigurationException|ParserDelegator|ParserFactory|PartialResultException|PasswordAuthentication|PasswordCallback|PasswordView|Patch|PathIterator|Pattern|PatternSyntaxException|PBEKey|PBEKeySpec|PBEParameterSpec|PDLOverrideSupported|Permission|PermissionCollection|Permissions|PERSIST_STORE|PersistenceDelegate|PhantomReference|Pipe|PipedInputStream|PipedOutputStream|PipedReader|PipedWriter|PixelGrabber|PixelInterleavedSampleModel|PKCS8EncodedKeySpec|PKIXBuilderParameters|PKIXCertPathBuilderResult|PKIXCertPathChecker|PKIXCertPathValidatorResult|PKIXParameters|PlainDocument|PlainView|POA|POAHelper|POAManager|POAManagerOperations|POAOperations|Point|Point2D|Policy|PolicyError|PolicyErrorCodeHelper|PolicyErrorHelper|PolicyErrorHolder|PolicyFactory|PolicyFactoryOperations|PolicyHelper|PolicyHolder|PolicyListHelper|PolicyListHolder|PolicyNode|PolicyOperations|PolicyQualifierInfo|PolicyTypeHelper|Polygon|PooledConnection|Popup|PopupFactory|PopupMenu|PopupMenuEvent|PopupMenuListener|PopupMenuUI|Port|PortableRemoteObject|PortableRemoteObjectDelegate|PortUnreachableException|Position|PreferenceChangeEvent|PreferenceChangeListener|Preferences|PreferencesFactory|PreparedStatement|PresentationDirection|Principal|PrincipalHolder|Printable|PrinterAbortException|PrinterException|PrinterGraphics|PrinterInfo|PrinterIOException|PrinterIsAcceptingJobs|PrinterJob|PrinterLocation|PrinterMakeAndModel|PrinterMessageFromOperator|PrinterMoreInfo|PrinterMoreInfoManufacturer|PrinterName|PrinterResolution|PrinterState|PrinterStateReason|PrinterStateReasons|PrinterURI|PrintEvent|PrintException|PrintGraphics|PrintJob|PrintJobAdapter|PrintJobAttribute|PrintJobAttributeEvent|PrintJobAttributeListener|PrintJobAttributeSet|PrintJobEvent|PrintJobListener|PrintQuality|PrintRequestAttribute|PrintRequestAttributeSet|PrintService|PrintServiceAttribute|PrintServiceAttributeEvent|PrintServiceAttributeListener|PrintServiceAttributeSet|PrintServiceLookup|PrintStream|PrintWriter|PRIVATE_MEMBER|PrivateCredentialPermission|PrivateKey|PrivilegedAction|PrivilegedActionException|PrivilegedExceptionAction|Process|ProcessingInstruction|ProfileDataException|ProfileIdHelper|ProgressBarUI|ProgressMonitor|ProgressMonitorInputStream|Properties|PropertyChangeEvent|PropertyChangeListener|PropertyChangeListenerProxy|PropertyChangeSupport|PropertyDescriptor|PropertyEditor|PropertyEditorManager|PropertyEditorSupport|PropertyPermission|PropertyResourceBundle|PropertyVetoException|ProtectionDomain|ProtocolException|Provider|ProviderException|Proxy|PSSParameterSpec|PUBLIC_MEMBER|PublicKey|PushbackInputStream|PushbackReader|QuadCurve2D|QueuedJobCount|Random|RandomAccess|RandomAccessFile|Raster|RasterFormatException|RasterOp|RC2ParameterSpec|RC5ParameterSpec|ReadableByteChannel|Reader|ReadOnlyBufferException|Receiver|Rectangle|Rectangle2D|RectangularShape|Ref|RefAddr|Reference|Referenceable|ReferenceQueue|ReferenceUriSchemesSupported|ReferralException|ReflectPermission|Refreshable|RefreshFailedException|RegisterableService|Registry|RegistryHandler|RemarshalException|Remote|RemoteCall|RemoteException|RemoteObject|RemoteRef|RemoteServer|RemoteStub|RenderableImage|RenderableImageOp|RenderableImageProducer|RenderContext|RenderedImage|RenderedImageFactory|Renderer|RenderingHints|RepaintManager|ReplicateScaleFilter|RepositoryIdHelper|Request|REQUEST_PROCESSING_POLICY_ID|RequestInfo|RequestInfoOperations|RequestingUserName|RequestProcessingPolicy|RequestProcessingPolicyOperations|RequestProcessingPolicyValue|RescaleOp|ResolutionSyntax|Resolver|ResolveResult|ResourceBundle|ResponseHandler|Result|ResultSet|ResultSetMetaData|ReverbType|RGBImageFilter|RMIClassLoader|RMIClassLoaderSpi|RMIClientSocketFactory|RMIFailureHandler|RMISecurityException|RMISecurityManager|RMIServerSocketFactory|RMISocketFactory|Robot|RootPaneContainer|RootPaneUI|RoundRectangle2D|RowMapper|RowSet|RowSetEvent|RowSetInternal|RowSetListener|RowSetMetaData|RowSetReader|RowSetWriter|RSAKey|RSAKeyGenParameterSpec|RSAMultiPrimePrivateCrtKey|RSAMultiPrimePrivateCrtKeySpec|RSAOtherPrimeInfo|RSAPrivateCrtKey|RSAPrivateCrtKeySpec|RSAPrivateKey|RSAPrivateKeySpec|RSAPublicKey|RSAPublicKeySpec|RTFEditorKit|RuleBasedCollator|Runnable|Runtime|RunTime|RuntimeException|RunTimeOperations|RuntimePermission|SampleModel|Savepoint|SAXException|SAXNotRecognizedException|SAXNotSupportedException|SAXParseException|SAXParser|SAXParserFactory|SAXResult|SAXSource|SAXTransformerFactory|ScatteringByteChannel|SchemaViolationException|Scrollable|Scrollbar|ScrollBarUI|ScrollPane|ScrollPaneAdjustable|ScrollPaneConstants|ScrollPaneLayout|ScrollPaneUI|SealedObject|SearchControls|SearchResult|SecretKey|SecretKeyFactory|SecretKeyFactorySpi|SecretKeySpec|SecureClassLoader|SecureRandom|SecureRandomSpi|Security|SecurityException|SecurityManager|SecurityPermission|Segment|SelectableChannel|SelectionKey|Selector|SelectorProvider|SeparatorUI|Sequence|SequenceInputStream|Sequencer|Serializable|SerializablePermission|Servant|SERVANT_RETENTION_POLICY_ID|ServantActivator|ServantActivatorHelper|ServantActivatorOperations|ServantActivatorPOA|ServantAlreadyActive|ServantAlreadyActiveHelper|ServantLocator|ServantLocatorHelper|ServantLocatorOperations|ServantLocatorPOA|ServantManager|ServantManagerOperations|ServantNotActive|ServantNotActiveHelper|ServantObject|ServantRetentionPolicy|ServantRetentionPolicyOperations|ServantRetentionPolicyValue|ServerCloneException|ServerError|ServerException|ServerNotActiveException|ServerRef|ServerRequest|ServerRequestInfo|ServerRequestInfoOperations|ServerRequestInterceptor|ServerRequestInterceptorOperations|ServerRuntimeException|ServerSocket|ServerSocketChannel|ServerSocketFactory|ServiceContext|ServiceContextHelper|ServiceContextHolder|ServiceContextListHelper|ServiceContextListHolder|ServiceDetail|ServiceDetailHelper|ServiceIdHelper|ServiceInformation|ServiceInformationHelper|ServiceInformationHolder|ServicePermission|ServiceRegistry|ServiceUI|ServiceUIFactory|ServiceUnavailableException|Set|SetOfIntegerSyntax|SetOverrideType|SetOverrideTypeHelper|Severity|Shape|ShapeGraphicAttribute|SheetCollate|Short|ShortBuffer|ShortBufferException|ShortHolder|ShortLookupTable|ShortMessage|ShortSeqHelper|ShortSeqHolder|Sides|Signature|SignatureException|SignatureSpi|SignedObject|Signer|SimpleAttributeSet|SimpleBeanInfo|SimpleDateFormat|SimpleDoc|SimpleFormatter|SimpleTimeZone|SinglePixelPackedSampleModel|SingleSelectionModel|Size2DSyntax|SizeLimitExceededException|SizeRequirements|SizeSequence|Skeleton|SkeletonMismatchException|SkeletonNotFoundException|SliderUI|Socket|SocketAddress|SocketChannel|SocketException|SocketFactory|SocketHandler|SocketImpl|SocketImplFactory|SocketOptions|SocketPermission|SocketSecurityException|SocketTimeoutException|SoftBevelBorder|SoftReference|SortedMap|SortedSet|SortingFocusTraversalPolicy|Soundbank|SoundbankReader|SoundbankResource|Source|SourceDataLine|SourceLocator|SpinnerDateModel|SpinnerListModel|SpinnerModel|SpinnerNumberModel|SpinnerUI|SplitPaneUI|Spring|SpringLayout|SQLData|SQLException|SQLInput|SQLOutput|SQLPermission|SQLWarning|SSLContext|SSLContextSpi|SSLException|SSLHandshakeException|SSLKeyException|SSLPeerUnverifiedException|SSLPermission|SSLProtocolException|SSLServerSocket|SSLServerSocketFactory|SSLSession|SSLSessionBindingEvent|SSLSessionBindingListener|SSLSessionContext|SSLSocket|SSLSocketFactory|Stack|StackOverflowError|StackTraceElement|StartTlsRequest|StartTlsResponse|State|StateEdit|StateEditable|StateFactory|Statement|Streamable|StreamableValue|StreamCorruptedException|StreamHandler|StreamPrintService|StreamPrintServiceFactory|StreamResult|StreamSource|StreamTokenizer|StrictMath|String|StringBuffer|StringBufferInputStream|StringCharacterIterator|StringContent|StringHolder|StringIndexOutOfBoundsException|StringNameHelper|StringReader|StringRefAddr|StringSelection|StringSeqHelper|StringSeqHolder|StringTokenizer|StringValueHelper|StringWriter|Stroke|Struct|StructMember|StructMemberHelper|Stub|StubDelegate|StubNotFoundException|Style|StyleConstants|StyleContext|StyledDocument|StyledEditorKit|StyleSheet|Subject|SubjectDomainCombiner|SUCCESSFUL|SupportedValuesAttribute|SwingConstants|SwingPropertyChangeSupport|SwingUtilities|SYNC_WITH_TRANSPORT|SyncFailedException|SyncScopeHelper|Synthesizer|SysexMessage|System|SYSTEM_EXCEPTION|SystemColor|SystemException|SystemFlavorMap|TabableView|TabbedPaneUI|TabExpander|TableCellEditor|TableCellRenderer|TableColumn|TableColumnModel|TableColumnModelEvent|TableColumnModelListener|TableHeaderUI|TableModel|TableModelEvent|TableModelListener|TableUI|TableView|TabSet|TabStop|TAG_ALTERNATE_IIOP_ADDRESS|TAG_CODE_SETS|TAG_INTERNET_IOP|TAG_JAVA_CODEBASE|TAG_MULTIPLE_COMPONENTS|TAG_ORB_TYPE|TAG_POLICIES|TagElement|TaggedComponent|TaggedComponentHelper|TaggedComponentHolder|TaggedProfile|TaggedProfileHelper|TaggedProfileHolder|TargetDataLine|TCKind|Templates|TemplatesHandler|Text|TextAction|TextArea|TextAttribute|TextComponent|TextEvent|TextField|TextHitInfo|TextInputCallback|TextLayout|TextListener|TextMeasurer|TextOutputCallback|TextSyntax|TextUI|TexturePaint|Thread|THREAD_POLICY_ID|ThreadDeath|ThreadGroup|ThreadLocal|ThreadPolicy|ThreadPolicyOperations|ThreadPolicyValue|Throwable|Tie|TileObserver|Time|TimeLimitExceededException|Timer|TimerTask|Timestamp|TimeZone|TitledBorder|ToolBarUI|Toolkit|ToolTipManager|ToolTipUI|TooManyListenersException|Track|TRANSACTION_REQUIRED|TRANSACTION_ROLLEDBACK|TransactionRequiredException|TransactionRolledbackException|TransactionService|Transferable|TransferHandler|TransformAttribute|Transformer|TransformerConfigurationException|TransformerException|TransformerFactory|TransformerFactoryConfigurationError|TransformerHandler|TRANSIENT|Transmitter|Transparency|TRANSPORT_RETRY|TreeCellEditor|TreeCellRenderer|TreeExpansionEvent|TreeExpansionListener|TreeMap|TreeModel|TreeModelEvent|TreeModelListener|TreeNode|TreePath|TreeSelectionEvent|TreeSelectionListener|TreeSelectionModel|TreeSet|TreeUI|TreeWillExpandListener|TrustAnchor|TrustManager|TrustManagerFactory|TrustManagerFactorySpi|TypeCode|TypeCodeHolder|TypeMismatch|TypeMismatchHelper|Types|UID|UIDefaults|UIManager|UIResource|ULongLongSeqHelper|ULongLongSeqHolder|ULongSeqHelper|ULongSeqHolder|UndeclaredThrowableException|UndoableEdit|UndoableEditEvent|UndoableEditListener|UndoableEditSupport|UndoManager|UnexpectedException|UnicastRemoteObject|UnionMember|UnionMemberHelper|UNKNOWN|UnknownEncoding|UnknownEncodingHelper|UnknownError|UnknownException|UnknownGroupException|UnknownHostException|UnknownObjectException|UnknownServiceException|UnknownUserException|UnknownUserExceptionHelper|UnknownUserExceptionHolder|UnmappableCharacterException|UnmarshalException|UnmodifiableSetException|UnrecoverableKeyException|Unreferenced|UnresolvedAddressException|UnresolvedPermission|UnsatisfiedLinkError|UnsolicitedNotification|UnsolicitedNotificationEvent|UnsolicitedNotificationListener|UNSUPPORTED_POLICY|UNSUPPORTED_POLICY_VALUE|UnsupportedAddressTypeException|UnsupportedAudioFileException|UnsupportedCallbackException|UnsupportedCharsetException|UnsupportedClassVersionError|UnsupportedEncodingException|UnsupportedFlavorException|UnsupportedLookAndFeelException|UnsupportedOperationException|URI|URIException|URIResolver|URISyntax|URISyntaxException|URL|URLClassLoader|URLConnection|URLDecoder|URLEncoder|URLStreamHandler|URLStreamHandlerFactory|URLStringHelper|USER_EXCEPTION|UserException|UShortSeqHelper|UShortSeqHolder|UTFDataFormatException|Util|UtilDelegate|Utilities|ValueBase|ValueBaseHelper|ValueBaseHolder|ValueFactory|ValueHandler|ValueMember|ValueMemberHelper|VariableHeightLayoutCache|Vector|VerifyError|VersionSpecHelper|VetoableChangeListener|VetoableChangeListenerProxy|VetoableChangeSupport|View|ViewFactory|ViewportLayout|ViewportUI|VirtualMachineError|Visibility|VisibilityHelper|VM_ABSTRACT|VM_CUSTOM|VM_NONE|VM_TRUNCATABLE|VMID|VoiceStatus|Void|VolatileImage|WCharSeqHelper|WCharSeqHolder|WeakHashMap|WeakReference|Window|WindowAdapter|WindowConstants|WindowEvent|WindowFocusListener|WindowListener|WindowStateListener|WrappedPlainView|WritableByteChannel|WritableRaster|WritableRenderedImage|WriteAbortedException|Writer|WrongAdapter|WrongAdapterHelper|WrongPolicy|WrongPolicyHelper|WrongTransaction|WrongTransactionHelper|WrongTransactionHolder|WStringSeqHelper|WStringSeqHolder|WStringValueHelper|X500Principal|X500PrivateCredential|X509Certificate|X509CertSelector|X509CRL|X509CRLEntry|X509CRLSelector|X509EncodedKeySpec|X509Extension|X509KeyManager|X509TrustManager|XAConnection|XADataSource|XAException|XAResource|Xid|XMLDecoder|XMLEncoder|XMLFilter|XMLFilterImpl|XMLFormatter|XMLReader|XMLReaderAdapter|XMLReaderFactory|ZipEntry|ZipException|ZipFile|ZipInputStream|ZipOutputStream|ZoneView|_BindingIteratorImplBase|_BindingIteratorStub|_DynAnyFactoryStub|_DynAnyStub|_DynArrayStub|_DynEnumStub|_DynFixedStub|_DynSequenceStub|_DynStructStub|_DynUnionStub|_DynValueStub|_IDLTypeStub|_NamingContextExtStub|_NamingContextImplBase|_NamingContextStub|_PolicyStub|_Remote_Stub|_ServantActivatorStub|_ServantLocatorStub)$/', |
| 504 | 504 | ), |
| 505 | 505 | 8 => |
| 506 | - array ( |
|
| 506 | + array( |
|
| 507 | 507 | ), |
| 508 | 508 | 9 => |
| 509 | - array ( |
|
| 509 | + array( |
|
| 510 | 510 | ), |
| 511 | 511 | 10 => |
| 512 | - array ( |
|
| 512 | + array( |
|
| 513 | 513 | ), |
| 514 | 514 | 11 => |
| 515 | - array ( |
|
| 515 | + array( |
|
| 516 | 516 | ), |
| 517 | 517 | 12 => |
| 518 | - array ( |
|
| 518 | + array( |
|
| 519 | 519 | ), |
| 520 | 520 | ), |
| 521 | 521 | 2 => |
| 522 | - array ( |
|
| 522 | + array( |
|
| 523 | 523 | 0 => -1, |
| 524 | 524 | 1 => -1, |
| 525 | 525 | 2 => -1, |
@@ -528,79 +528,79 @@ discard block |
||
| 528 | 528 | 5 => -1, |
| 529 | 529 | 6 => -1, |
| 530 | 530 | 7 => |
| 531 | - array ( |
|
| 531 | + array( |
|
| 532 | 532 | 'types' => '/^(boolean|byte|char|const|double|final|float|int|long|short|static|void)$/', |
| 533 | 533 | 'reserved' => '/^(import|package|abstract|break|case|catch|class|continue|default|do|else|extends|false|finally|for|goto|if|implements|instanceof|interface|native|new|null|private|protected|public|return|super|strictfp|switch|synchronized|this|throws|throw|transient|true|try|volatile|while)$/', |
| 534 | 534 | 'builtin' => '/^(AbstractAction|AbstractBorder|AbstractButton|AbstractCellEditor|AbstractCollection|AbstractColorChooserPanel|AbstractDocument|AbstractInterruptibleChannel|AbstractLayoutCache|AbstractList|AbstractListModel|AbstractMap|AbstractMethodError|AbstractPreferences|AbstractSelectableChannel|AbstractSelectionKey|AbstractSelector|AbstractSequentialList|AbstractSet|AbstractSpinnerModel|AbstractTableModel|AbstractUndoableEdit|AbstractWriter|AccessControlContext|AccessControlException|AccessController|AccessException|Accessible|AccessibleAction|AccessibleBundle|AccessibleComponent|AccessibleContext|AccessibleEditableText|AccessibleExtendedComponent|AccessibleExtendedTable|AccessibleHyperlink|AccessibleHypertext|AccessibleIcon|AccessibleKeyBinding|AccessibleObject|AccessibleRelation|AccessibleRelationSet|AccessibleResourceBundle|AccessibleRole|AccessibleSelection|AccessibleState|AccessibleStateSet|AccessibleTable|AccessibleTableModelChange|AccessibleText|AccessibleValue|AccountExpiredException|Acl|AclEntry|AclNotFoundException|Action|ActionEvent|ActionListener|ActionMap|ActionMapUIResource|Activatable|ActivateFailedException|ActivationDesc|ActivationException|ActivationGroup|ActivationGroup_Stub|ActivationGroupDesc|ActivationGroupID|ActivationID|ActivationInstantiator|ActivationMonitor|ActivationSystem|Activator|ActiveEvent|AdapterActivator|AdapterActivatorOperations|AdapterAlreadyExists|AdapterAlreadyExistsHelper|AdapterInactive|AdapterInactiveHelper|AdapterNonExistent|AdapterNonExistentHelper|AddressHelper|Adjustable|AdjustmentEvent|AdjustmentListener|Adler32|AffineTransform|AffineTransformOp|AlgorithmParameterGenerator|AlgorithmParameterGeneratorSpi|AlgorithmParameters|AlgorithmParameterSpec|AlgorithmParametersSpi|AllPermission|AlphaComposite|AlreadyBound|AlreadyBoundException|AlreadyBoundHelper|AlreadyBoundHolder|AlreadyConnectedException|AncestorEvent|AncestorListener|Annotation|Any|AnyHolder|AnySeqHelper|AnySeqHolder|AppConfigurationEntry|Applet|AppletContext|AppletInitializer|AppletStub|ApplicationException|Arc2D|Area|AreaAveragingScaleFilter|ARG_IN|ARG_INOUT|ARG_OUT|ArithmeticException|Array|ArrayIndexOutOfBoundsException|ArrayList|Arrays|ArrayStoreException|AssertionError|AsyncBoxView|AsynchronousCloseException|Attr|Attribute|AttributedCharacterIterator|AttributedString|AttributeException|AttributeInUseException|AttributeList|AttributeListImpl|AttributeModificationException|Attributes|AttributeSet|AttributeSetUtilities|AttributesImpl|AudioClip|AudioFileFormat|AudioFileReader|AudioFileWriter|AudioFormat|AudioInputStream|AudioPermission|AudioSystem|AuthenticationException|AuthenticationNotSupportedException|Authenticator|AuthPermission|Autoscroll|AWTError|AWTEvent|AWTEventListener|AWTEventListenerProxy|AWTEventMulticaster|AWTException|AWTKeyStroke|AWTPermission|BackingStoreException|BAD_CONTEXT|BAD_INV_ORDER|BAD_OPERATION|BAD_PARAM|BAD_POLICY|BAD_POLICY_TYPE|BAD_POLICY_VALUE|BAD_TYPECODE|BadKind|BadLocationException|BadPaddingException|BandCombineOp|BandedSampleModel|BasicArrowButton|BasicAttribute|BasicAttributes|BasicBorders|BasicButtonListener|BasicButtonUI|BasicCheckBoxMenuItemUI|BasicCheckBoxUI|BasicColorChooserUI|BasicComboBoxEditor|BasicComboBoxRenderer|BasicComboBoxUI|BasicComboPopup|BasicDesktopIconUI|BasicDesktopPaneUI|BasicDirectoryModel|BasicEditorPaneUI|BasicFileChooserUI|BasicFormattedTextFieldUI|BasicGraphicsUtils|BasicHTML|BasicIconFactory|BasicInternalFrameTitlePane|BasicInternalFrameUI|BasicLabelUI|BasicListUI|BasicLookAndFeel|BasicMenuBarUI|BasicMenuItemUI|BasicMenuUI|BasicOptionPaneUI|BasicPanelUI|BasicPasswordFieldUI|BasicPermission|BasicPopupMenuSeparatorUI|BasicPopupMenuUI|BasicProgressBarUI|BasicRadioButtonMenuItemUI|BasicRadioButtonUI|BasicRootPaneUI|BasicScrollBarUI|BasicScrollPaneUI|BasicSeparatorUI|BasicSliderUI|BasicSpinnerUI|BasicSplitPaneDivider|BasicSplitPaneUI|BasicStroke|BasicTabbedPaneUI|BasicTableHeaderUI|BasicTableUI|BasicTextAreaUI|BasicTextFieldUI|BasicTextPaneUI|BasicTextUI|BasicToggleButtonUI|BasicToolBarSeparatorUI|BasicToolBarUI|BasicToolTipUI|BasicTreeUI|BasicViewportUI|BatchUpdateException|BeanContext|BeanContextChild|BeanContextChildComponentProxy|BeanContextChildSupport|BeanContextContainerProxy|BeanContextEvent|BeanContextMembershipEvent|BeanContextMembershipListener|BeanContextProxy|BeanContextServiceAvailableEvent|BeanContextServiceProvider|BeanContextServiceProviderBeanInfo|BeanContextServiceRevokedEvent|BeanContextServiceRevokedListener|BeanContextServices|BeanContextServicesListener|BeanContextServicesSupport|BeanContextSupport|BeanDescriptor|BeanInfo|Beans|BevelBorder|Bidi|BigDecimal|BigInteger|BinaryRefAddr|BindException|Binding|BindingHelper|BindingHolder|BindingIterator|BindingIteratorHelper|BindingIteratorHolder|BindingIteratorOperations|BindingIteratorPOA|BindingListHelper|BindingListHolder|BindingType|BindingTypeHelper|BindingTypeHolder|BitSet|Blob|BlockView|Book|Boolean|BooleanControl|BooleanHolder|BooleanSeqHelper|BooleanSeqHolder|Border|BorderFactory|BorderLayout|BorderUIResource|BoundedRangeModel|Bounds|Box|BoxedValueHelper|BoxLayout|BoxView|BreakIterator|Buffer|BufferCapabilities|BufferedImage|BufferedImageFilter|BufferedImageOp|BufferedInputStream|BufferedOutputStream|BufferedReader|BufferedWriter|BufferOverflowException|BufferStrategy|BufferUnderflowException|Button|ButtonGroup|ButtonModel|ButtonUI|Byte|ByteArrayInputStream|ByteArrayOutputStream|ByteBuffer|ByteChannel|ByteHolder|ByteLookupTable|ByteOrder|Calendar|CallableStatement|Callback|CallbackHandler|CancelablePrintJob|CancelledKeyException|CannotProceed|CannotProceedException|CannotProceedHelper|CannotProceedHolder|CannotRedoException|CannotUndoException|Canvas|CardLayout|Caret|CaretEvent|CaretListener|CDATASection|CellEditor|CellEditorListener|CellRendererPane|Certificate|CertificateEncodingException|CertificateException|CertificateExpiredException|CertificateFactory|CertificateFactorySpi|CertificateNotYetValidException|CertificateParsingException|CertPath|CertPathBuilder|CertPathBuilderException|CertPathBuilderResult|CertPathBuilderSpi|CertPathParameters|CertPathValidator|CertPathValidatorException|CertPathValidatorResult|CertPathValidatorSpi|CertSelector|CertStore|CertStoreException|CertStoreParameters|CertStoreSpi|ChangedCharSetException|ChangeEvent|ChangeListener|Channel|ChannelBinding|Channels|Character|CharacterCodingException|CharacterData|CharacterIterator|CharArrayReader|CharArrayWriter|CharBuffer|CharConversionException|CharHolder|CharSeqHelper|CharSeqHolder|CharSequence|Charset|CharsetDecoder|CharsetEncoder|CharsetProvider|Checkbox|CheckboxGroup|CheckboxMenuItem|CheckedInputStream|CheckedOutputStream|Checksum|Choice|ChoiceCallback|ChoiceFormat|Chromaticity|Cipher|CipherInputStream|CipherOutputStream|CipherSpi|Class|ClassCastException|ClassCircularityError|ClassDesc|ClassFormatError|ClassLoader|ClassNotFoundException|ClientRequestInfo|ClientRequestInfoOperations|ClientRequestInterceptor|ClientRequestInterceptorOperations|Clip|Clipboard|ClipboardOwner|Clob|Cloneable|CloneNotSupportedException|ClosedByInterruptException|ClosedChannelException|ClosedSelectorException|CMMException|Codec|CodecFactory|CodecFactoryHelper|CodecFactoryOperations|CodecOperations|CoderMalfunctionError|CoderResult|CodeSets|CodeSource|CodingErrorAction|CollationElementIterator|CollationKey|Collator|Collection|CollectionCertStoreParameters|Collections|Color|ColorChooserComponentFactory|ColorChooserUI|ColorConvertOp|ColorModel|ColorSelectionModel|ColorSpace|ColorSupported|ColorUIResource|ComboBoxEditor|ComboBoxModel|ComboBoxUI|ComboPopup|COMM_FAILURE|Comment|CommunicationException|Comparable|Comparator|Compiler|CompletionStatus|CompletionStatusHelper|Component|ComponentAdapter|ComponentColorModel|ComponentEvent|ComponentIdHelper|ComponentInputMap|ComponentInputMapUIResource|ComponentListener|ComponentOrientation|ComponentSampleModel|ComponentUI|ComponentView|Composite|CompositeContext|CompositeName|CompositeView|CompoundBorder|CompoundControl|CompoundEdit|CompoundName|Compression|ConcurrentModificationException|Configuration|ConfigurationException|ConfirmationCallback|ConnectException|ConnectIOException|Connection|ConnectionEvent|ConnectionEventListener|ConnectionPendingException|ConnectionPoolDataSource|ConsoleHandler|Constructor|Container|ContainerAdapter|ContainerEvent|ContainerListener|ContainerOrderFocusTraversalPolicy|ContentHandler|ContentHandlerFactory|ContentModel|Context|ContextList|ContextNotEmptyException|ContextualRenderedImageFactory|Control|ControlFactory|ControllerEventListener|ConvolveOp|CookieHolder|Copies|CopiesSupported|CRC32|CredentialExpiredException|CRL|CRLException|CRLSelector|CropImageFilter|CSS|CTX_RESTRICT_SCOPE|CubicCurve2D|Currency|Current|CurrentHelper|CurrentHolder|CurrentOperations|Cursor|Customizer|CustomMarshal|CustomValue|DATA_CONVERSION|DatabaseMetaData|DataBuffer|DataBufferByte|DataBufferDouble|DataBufferFloat|DataBufferInt|DataBufferShort|DataBufferUShort|DataFlavor|DataFormatException|DatagramChannel|DatagramPacket|DatagramSocket|DatagramSocketImpl|DatagramSocketImplFactory|DataInput|DataInputStream|DataLine|DataOutput|DataOutputStream|DataSource|DataTruncation|Date|DateFormat|DateFormatSymbols|DateFormatter|DateTimeAtCompleted|DateTimeAtCreation|DateTimeAtProcessing|DateTimeSyntax|DebugGraphics|DecimalFormat|DecimalFormatSymbols|DeclHandler|DefaultBoundedRangeModel|DefaultButtonModel|DefaultCaret|DefaultCellEditor|DefaultColorSelectionModel|DefaultComboBoxModel|DefaultDesktopManager|DefaultEditorKit|DefaultFocusManager|DefaultFocusTraversalPolicy|DefaultFormatter|DefaultFormatterFactory|DefaultHandler|DefaultHighlighter|DefaultKeyboardFocusManager|DefaultListCellRenderer|DefaultListModel|DefaultListSelectionModel|DefaultMenuLayout|DefaultMetalTheme|DefaultMutableTreeNode|DefaultPersistenceDelegate|DefaultSingleSelectionModel|DefaultStyledDocument|DefaultTableCellRenderer|DefaultTableColumnModel|DefaultTableModel|DefaultTextUI|DefaultTreeCellEditor|DefaultTreeCellRenderer|DefaultTreeModel|DefaultTreeSelectionModel|DefinitionKind|DefinitionKindHelper|Deflater|DeflaterOutputStream|Delegate|DelegationPermission|DESedeKeySpec|DesignMode|DESKeySpec|DesktopIconUI|DesktopManager|DesktopPaneUI|Destination|Destroyable|DestroyFailedException|DGC|DHGenParameterSpec|DHKey|DHParameterSpec|DHPrivateKey|DHPrivateKeySpec|DHPublicKey|DHPublicKeySpec|Dialog|Dictionary|DigestException|DigestInputStream|DigestOutputStream|Dimension|Dimension2D|DimensionUIResource|DirContext|DirectColorModel|DirectoryManager|DirObjectFactory|DirStateFactory|DisplayMode|DnDConstants|Doc|DocAttribute|DocAttributeSet|DocFlavor|DocPrintJob|Document|DocumentBuilder|DocumentBuilderFactory|DocumentEvent|DocumentFilter|DocumentFragment|DocumentHandler|DocumentListener|DocumentName|DocumentParser|DocumentType|DomainCombiner|DomainManager|DomainManagerOperations|DOMException|DOMImplementation|DOMLocator|DOMResult|DOMSource|Double|DoubleBuffer|DoubleHolder|DoubleSeqHelper|DoubleSeqHolder|DragGestureEvent|DragGestureListener|DragGestureRecognizer|DragSource|DragSourceAdapter|DragSourceContext|DragSourceDragEvent|DragSourceDropEvent|DragSourceEvent|DragSourceListener|DragSourceMotionListener|Driver|DriverManager|DriverPropertyInfo|DropTarget|DropTargetAdapter|DropTargetContext|DropTargetDragEvent|DropTargetDropEvent|DropTargetEvent|DropTargetListener|DSAKey|DSAKeyPairGenerator|DSAParameterSpec|DSAParams|DSAPrivateKey|DSAPrivateKeySpec|DSAPublicKey|DSAPublicKeySpec|DTD|DTDConstants|DTDHandler|DuplicateName|DuplicateNameHelper|DynamicImplementation|DynAny|DynAnyFactory|DynAnyFactoryHelper|DynAnyFactoryOperations|DynAnyHelper|DynAnyOperations|DynAnySeqHelper|DynArray|DynArrayHelper|DynArrayOperations|DynEnum|DynEnumHelper|DynEnumOperations|DynFixed|DynFixedHelper|DynFixedOperations|DynSequence|DynSequenceHelper|DynSequenceOperations|DynStruct|DynStructHelper|DynStructOperations|DynUnion|DynUnionHelper|DynUnionOperations|DynValue|DynValueBox|DynValueBoxOperations|DynValueCommon|DynValueCommonOperations|DynValueHelper|DynValueOperations|EditorKit|Element|ElementIterator|Ellipse2D|EmptyBorder|EmptyStackException|EncodedKeySpec|Encoder|Encoding|ENCODING_CDR_ENCAPS|EncryptedPrivateKeyInfo|Entity|EntityReference|EntityResolver|EnumControl|Enumeration|EnumSyntax|Environment|EOFException|Error|ErrorHandler|ErrorListener|ErrorManager|EtchedBorder|Event|EventContext|EventDirContext|EventHandler|EventListener|EventListenerList|EventListenerProxy|EventObject|EventQueue|EventSetDescriptor|Exception|ExceptionInInitializerError|ExceptionList|ExceptionListener|ExemptionMechanism|ExemptionMechanismException|ExemptionMechanismSpi|ExpandVetoException|ExportException|Expression|ExtendedRequest|ExtendedResponse|Externalizable|FactoryConfigurationError|FailedLoginException|FeatureDescriptor|Fidelity|Field|FieldNameHelper|FieldPosition|FieldView|File|FileCacheImageInputStream|FileCacheImageOutputStream|FileChannel|FileChooserUI|FileDescriptor|FileDialog|FileFilter|FileHandler|FileImageInputStream|FileImageOutputStream|FileInputStream|FileLock|FileLockInterruptionException|FilenameFilter|FileNameMap|FileNotFoundException|FileOutputStream|FilePermission|FileReader|FileSystemView|FileView|FileWriter|Filter|FilteredImageSource|FilterInputStream|FilterOutputStream|FilterReader|FilterWriter|Finishings|FixedHeightLayoutCache|FixedHolder|FlatteningPathIterator|FlavorException|FlavorMap|FlavorTable|Float|FloatBuffer|FloatControl|FloatHolder|FloatSeqHelper|FloatSeqHolder|FlowLayout|FlowView|FocusAdapter|FocusEvent|FocusListener|FocusManager|FocusTraversalPolicy|Font|FontFormatException|FontMetrics|FontRenderContext|FontUIResource|Format|FormatConversionProvider|FormatMismatch|FormatMismatchHelper|Formatter|FormView|ForwardRequest|ForwardRequestHelper|Frame|FREE_MEM|GapContent|GatheringByteChannel|GeneralPath|GeneralSecurityException|GlyphJustificationInfo|GlyphMetrics|GlyphVector|GlyphView|GradientPaint|GraphicAttribute|Graphics|Graphics2D|GraphicsConfigTemplate|GraphicsConfiguration|GraphicsDevice|GraphicsEnvironment|GrayFilter|GregorianCalendar|GridBagConstraints|GridBagLayout|GridLayout|Group|GSSContext|GSSCredential|GSSException|GSSManager|GSSName|Guard|GuardedObject|GZIPInputStream|GZIPOutputStream|Handler|HandlerBase|HandshakeCompletedEvent|HandshakeCompletedListener|HasControls|HashAttributeSet|HashDocAttributeSet|HashMap|HashPrintJobAttributeSet|HashPrintRequestAttributeSet|HashPrintServiceAttributeSet|HashSet|Hashtable|HeadlessException|HierarchyBoundsAdapter|HierarchyBoundsListener|HierarchyEvent|HierarchyListener|Highlighter|HostnameVerifier|HTML|HTMLDocument|HTMLEditorKit|HTMLFrameHyperlinkEvent|HTMLWriter|HttpsURLConnection|HttpURLConnection|HyperlinkEvent|HyperlinkListener|ICC_ColorSpace|ICC_Profile|ICC_ProfileGray|ICC_ProfileRGB|Icon|IconUIResource|IconView|ID_ASSIGNMENT_POLICY_ID|ID_UNIQUENESS_POLICY_ID|IdAssignmentPolicy|IdAssignmentPolicyOperations|IdAssignmentPolicyValue|IdentifierHelper|Identity|IdentityHashMap|IdentityScope|IDLEntity|IDLType|IDLTypeHelper|IDLTypeOperations|IdUniquenessPolicy|IdUniquenessPolicyOperations|IdUniquenessPolicyValue|IIOByteBuffer|IIOException|IIOImage|IIOInvalidTreeException|IIOMetadata|IIOMetadataController|IIOMetadataFormat|IIOMetadataFormatImpl|IIOMetadataNode|IIOParam|IIOParamController|IIOReadProgressListener|IIOReadUpdateListener|IIOReadWarningListener|IIORegistry|IIOServiceProvider|IIOWriteProgressListener|IIOWriteWarningListener|IllegalAccessError|IllegalAccessException|IllegalArgumentException|IllegalBlockingModeException|IllegalBlockSizeException|IllegalCharsetNameException|IllegalComponentStateException|IllegalMonitorStateException|IllegalPathStateException|IllegalSelectorException|IllegalStateException|IllegalThreadStateException|Image|ImageCapabilities|ImageConsumer|ImageFilter|ImageGraphicAttribute|ImageIcon|ImageInputStream|ImageInputStreamImpl|ImageInputStreamSpi|ImageIO|ImageObserver|ImageOutputStream|ImageOutputStreamImpl|ImageOutputStreamSpi|ImageProducer|ImageReader|ImageReaderSpi|ImageReaderWriterSpi|ImageReadParam|ImageTranscoder|ImageTranscoderSpi|ImageTypeSpecifier|ImageView|ImageWriteParam|ImageWriter|ImageWriterSpi|ImagingOpException|IMP_LIMIT|IMPLICIT_ACTIVATION_POLICY_ID|ImplicitActivationPolicy|ImplicitActivationPolicyOperations|ImplicitActivationPolicyValue|IncompatibleClassChangeError|InconsistentTypeCode|InconsistentTypeCodeHelper|IndexColorModel|IndexedPropertyDescriptor|IndexOutOfBoundsException|IndirectionException|Inet4Address|Inet6Address|InetAddress|InetSocketAddress|Inflater|InflaterInputStream|InheritableThreadLocal|InitialContext|InitialContextFactory|InitialContextFactoryBuilder|InitialDirContext|INITIALIZE|InitialLdapContext|InlineView|InputContext|InputEvent|InputMap|InputMapUIResource|InputMethod|InputMethodContext|InputMethodDescriptor|InputMethodEvent|InputMethodHighlight|InputMethodListener|InputMethodRequests|InputSource|InputStream|InputStreamReader|InputSubset|InputVerifier|Insets|InsetsUIResource|InstantiationError|InstantiationException|Instrument|InsufficientResourcesException|IntBuffer|Integer|IntegerSyntax|Interceptor|InterceptorOperations|INTERNAL|InternalError|InternalFrameAdapter|InternalFrameEvent|InternalFrameFocusTraversalPolicy|InternalFrameListener|InternalFrameUI|InternationalFormatter|InterruptedException|InterruptedIOException|InterruptedNamingException|InterruptibleChannel|INTF_REPOS|IntHolder|IntrospectionException|Introspector|INV_FLAG|INV_IDENT|INV_OBJREF|INV_POLICY|Invalid|INVALID_TRANSACTION|InvalidAddress|InvalidAddressHelper|InvalidAddressHolder|InvalidAlgorithmParameterException|InvalidAttributeIdentifierException|InvalidAttributesException|InvalidAttributeValueException|InvalidClassException|InvalidDnDOperationException|InvalidKeyException|InvalidKeySpecException|InvalidMarkException|InvalidMidiDataException|InvalidName|InvalidNameException|InvalidNameHelper|InvalidNameHolder|InvalidObjectException|InvalidParameterException|InvalidParameterSpecException|InvalidPolicy|InvalidPolicyHelper|InvalidPreferencesFormatException|InvalidSearchControlsException|InvalidSearchFilterException|InvalidSeq|InvalidSlot|InvalidSlotHelper|InvalidTransactionException|InvalidTypeForEncoding|InvalidTypeForEncodingHelper|InvalidValue|InvalidValueHelper|InvocationEvent|InvocationHandler|InvocationTargetException|InvokeHandler|IOException|IOR|IORHelper|IORHolder|IORInfo|IORInfoOperations|IORInterceptor|IORInterceptorOperations|IRObject|IRObjectOperations|IstringHelper|ItemEvent|ItemListener|ItemSelectable|Iterator|IvParameterSpec|JApplet|JarEntry|JarException|JarFile|JarInputStream|JarOutputStream|JarURLConnection|JButton|JCheckBox|JCheckBoxMenuItem|JColorChooser|JComboBox|JComponent|JDesktopPane|JDialog|JEditorPane|JFileChooser|JFormattedTextField|JFrame|JInternalFrame|JLabel|JLayeredPane|JList|JMenu|JMenuBar|JMenuItem|JobAttributes|JobHoldUntil|JobImpressions|JobImpressionsCompleted|JobImpressionsSupported|JobKOctets|JobKOctetsProcessed|JobKOctetsSupported|JobMediaSheets|JobMediaSheetsCompleted|JobMediaSheetsSupported|JobMessageFromOperator|JobName|JobOriginatingUserName|JobPriority|JobPrioritySupported|JobSheets|JobState|JobStateReason|JobStateReasons|JOptionPane|JPanel|JPasswordField|JPEGHuffmanTable|JPEGImageReadParam|JPEGImageWriteParam|JPEGQTable|JPopupMenu|JProgressBar|JRadioButton|JRadioButtonMenuItem|JRootPane|JScrollBar|JScrollPane|JSeparator|JSlider|JSpinner|JSplitPane|JTabbedPane|JTable|JTableHeader|JTextArea|JTextComponent|JTextField|JTextPane|JToggleButton|JToolBar|JToolTip|JTree|JViewport|JWindow|KerberosKey|KerberosPrincipal|KerberosTicket|Kernel|Key|KeyAdapter|KeyAgreement|KeyAgreementSpi|KeyboardFocusManager|KeyEvent|KeyEventDispatcher|KeyEventPostProcessor|KeyException|KeyFactory|KeyFactorySpi|KeyGenerator|KeyGeneratorSpi|KeyListener|KeyManagementException|KeyManager|KeyManagerFactory|KeyManagerFactorySpi|Keymap|KeyPair|KeyPairGenerator|KeyPairGeneratorSpi|KeySpec|KeyStore|KeyStoreException|KeyStoreSpi|KeyStroke|Label|LabelUI|LabelView|LanguageCallback|LastOwnerException|LayeredHighlighter|LayoutFocusTraversalPolicy|LayoutManager|LayoutManager2|LayoutQueue|LDAPCertStoreParameters|LdapContext|LdapReferralException|Lease|Level|LexicalHandler|LIFESPAN_POLICY_ID|LifespanPolicy|LifespanPolicyOperations|LifespanPolicyValue|LimitExceededException|Line|Line2D|LineBorder|LineBreakMeasurer|LineEvent|LineListener|LineMetrics|LineNumberInputStream|LineNumberReader|LineUnavailableException|LinkageError|LinkedHashMap|LinkedHashSet|LinkedList|LinkException|LinkLoopException|LinkRef|List|ListCellRenderer|ListDataEvent|ListDataListener|ListIterator|ListModel|ListResourceBundle|ListSelectionEvent|ListSelectionListener|ListSelectionModel|ListUI|ListView|LoaderHandler|Locale|LocalObject|LocateRegistry|LOCATION_FORWARD|Locator|LocatorImpl|Logger|LoggingPermission|LoginContext|LoginException|LoginModule|LogManager|LogRecord|LogStream|Long|LongBuffer|LongHolder|LongLongSeqHelper|LongLongSeqHolder|LongSeqHelper|LongSeqHolder|LookAndFeel|LookupOp|LookupTable|Mac|MacSpi|MalformedInputException|MalformedLinkException|MalformedURLException|ManagerFactoryParameters|Manifest|Map|MappedByteBuffer|MARSHAL|MarshalException|MarshalledObject|MaskFormatter|Matcher|Math|MatteBorder|Media|MediaName|MediaPrintableArea|MediaSize|MediaSizeName|MediaTracker|MediaTray|Member|MemoryCacheImageInputStream|MemoryCacheImageOutputStream|MemoryHandler|MemoryImageSource|Menu|MenuBar|MenuBarUI|MenuComponent|MenuContainer|MenuDragMouseEvent|MenuDragMouseListener|MenuElement|MenuEvent|MenuItem|MenuItemUI|MenuKeyEvent|MenuKeyListener|MenuListener|MenuSelectionManager|MenuShortcut|MessageDigest|MessageDigestSpi|MessageFormat|MessageProp|MetaEventListener|MetalBorders|MetalButtonUI|MetalCheckBoxIcon|MetalCheckBoxUI|MetalComboBoxButton|MetalComboBoxEditor|MetalComboBoxIcon|MetalComboBoxUI|MetalDesktopIconUI|MetalFileChooserUI|MetalIconFactory|MetalInternalFrameTitlePane|MetalInternalFrameUI|MetalLabelUI|MetalLookAndFeel|MetalPopupMenuSeparatorUI|MetalProgressBarUI|MetalRadioButtonUI|MetalRootPaneUI|MetalScrollBarUI|MetalScrollButton|MetalScrollPaneUI|MetalSeparatorUI|MetalSliderUI|MetalSplitPaneUI|MetalTabbedPaneUI|MetalTextFieldUI|MetalTheme|MetalToggleButtonUI|MetalToolBarUI|MetalToolTipUI|MetalTreeUI|MetaMessage|Method|MethodDescriptor|MidiChannel|MidiDevice|MidiDeviceProvider|MidiEvent|MidiFileFormat|MidiFileReader|MidiFileWriter|MidiMessage|MidiSystem|MidiUnavailableException|MimeTypeParseException|MinimalHTMLWriter|MissingResourceException|Mixer|MixerProvider|ModificationItem|Modifier|MouseAdapter|MouseDragGestureRecognizer|MouseEvent|MouseInputAdapter|MouseInputListener|MouseListener|MouseMotionAdapter|MouseMotionListener|MouseWheelEvent|MouseWheelListener|MultiButtonUI|MulticastSocket|MultiColorChooserUI|MultiComboBoxUI|MultiDesktopIconUI|MultiDesktopPaneUI|MultiDoc|MultiDocPrintJob|MultiDocPrintService|MultiFileChooserUI|MultiInternalFrameUI|MultiLabelUI|MultiListUI|MultiLookAndFeel|MultiMenuBarUI|MultiMenuItemUI|MultiOptionPaneUI|MultiPanelUI|MultiPixelPackedSampleModel|MultipleComponentProfileHelper|MultipleComponentProfileHolder|MultipleDocumentHandling|MultipleMaster|MultiPopupMenuUI|MultiProgressBarUI|MultiRootPaneUI|MultiScrollBarUI|MultiScrollPaneUI|MultiSeparatorUI|MultiSliderUI|MultiSpinnerUI|MultiSplitPaneUI|MultiTabbedPaneUI|MultiTableHeaderUI|MultiTableUI|MultiTextUI|MultiToolBarUI|MultiToolTipUI|MultiTreeUI|MultiViewportUI|MutableAttributeSet|MutableComboBoxModel|MutableTreeNode|Name|NameAlreadyBoundException|NameCallback|NameClassPair|NameComponent|NameComponentHelper|NameComponentHolder|NamedNodeMap|NamedValue|NameDynAnyPair|NameDynAnyPairHelper|NameDynAnyPairSeqHelper|NameHelper|NameHolder|NameNotFoundException|NameParser|NamespaceChangeListener|NamespaceSupport|NameValuePair|NameValuePairHelper|NameValuePairSeqHelper|Naming|NamingContext|NamingContextExt|NamingContextExtHelper|NamingContextExtHolder|NamingContextExtOperations|NamingContextExtPOA|NamingContextHelper|NamingContextHolder|NamingContextOperations|NamingContextPOA|NamingEnumeration|NamingEvent|NamingException|NamingExceptionEvent|NamingListener|NamingManager|NamingSecurityException|NavigationFilter|NegativeArraySizeException|NetPermission|NetworkInterface|NO_IMPLEMENT|NO_MEMORY|NO_PERMISSION|NO_RESOURCES|NO_RESPONSE|NoClassDefFoundError|NoConnectionPendingException|NoContext|NoContextHelper|Node|NodeChangeEvent|NodeChangeListener|NodeList|NoInitialContextException|NoninvertibleTransformException|NonReadableChannelException|NonWritableChannelException|NoPermissionException|NoRouteToHostException|NoServant|NoServantHelper|NoSuchAlgorithmException|NoSuchAttributeException|NoSuchElementException|NoSuchFieldError|NoSuchFieldException|NoSuchMethodError|NoSuchMethodException|NoSuchObjectException|NoSuchPaddingException|NoSuchProviderException|NotActiveException|Notation|NotBoundException|NotContextException|NotEmpty|NotEmptyHelper|NotEmptyHolder|NotFound|NotFoundHelper|NotFoundHolder|NotFoundReason|NotFoundReasonHelper|NotFoundReasonHolder|NotOwnerException|NotSerializableException|NotYetBoundException|NotYetConnectedException|NullCipher|NullPointerException|Number|NumberFormat|NumberFormatException|NumberFormatter|NumberOfDocuments|NumberOfInterveningJobs|NumberUp|NumberUpSupported|NumericShaper|NVList|OBJ_ADAPTER|Object|OBJECT_NOT_EXIST|ObjectAlreadyActive|ObjectAlreadyActiveHelper|ObjectChangeListener|ObjectFactory|ObjectFactoryBuilder|ObjectHelper|ObjectHolder|ObjectIdHelper|ObjectImpl|ObjectInput|ObjectInputStream|ObjectInputValidation|ObjectNotActive|ObjectNotActiveHelper|ObjectOutput|ObjectOutputStream|ObjectStreamClass|ObjectStreamConstants|ObjectStreamException|ObjectStreamField|ObjectView|ObjID|Observable|Observer|OctetSeqHelper|OctetSeqHolder|Oid|OMGVMCID|OpenType|Operation|OperationNotSupportedException|Option|OptionalDataException|OptionPaneUI|ORB|ORBInitializer|ORBInitializerOperations|ORBInitInfo|ORBInitInfoOperations|OrientationRequested|OutOfMemoryError|OutputDeviceAssigned|OutputKeys|OutputStream|OutputStreamWriter|OverlappingFileLockException|OverlayLayout|Owner|Package|PackedColorModel|Pageable|PageAttributes|PageFormat|PageRanges|PagesPerMinute|PagesPerMinuteColor|Paint|PaintContext|PaintEvent|Panel|PanelUI|Paper|ParagraphView|Parameter|ParameterBlock|ParameterDescriptor|ParameterMetaData|ParameterMode|ParameterModeHelper|ParameterModeHolder|ParseException|ParsePosition|Parser|ParserAdapter|ParserConfigurationException|ParserDelegator|ParserFactory|PartialResultException|PasswordAuthentication|PasswordCallback|PasswordView|Patch|PathIterator|Pattern|PatternSyntaxException|PBEKey|PBEKeySpec|PBEParameterSpec|PDLOverrideSupported|Permission|PermissionCollection|Permissions|PERSIST_STORE|PersistenceDelegate|PhantomReference|Pipe|PipedInputStream|PipedOutputStream|PipedReader|PipedWriter|PixelGrabber|PixelInterleavedSampleModel|PKCS8EncodedKeySpec|PKIXBuilderParameters|PKIXCertPathBuilderResult|PKIXCertPathChecker|PKIXCertPathValidatorResult|PKIXParameters|PlainDocument|PlainView|POA|POAHelper|POAManager|POAManagerOperations|POAOperations|Point|Point2D|Policy|PolicyError|PolicyErrorCodeHelper|PolicyErrorHelper|PolicyErrorHolder|PolicyFactory|PolicyFactoryOperations|PolicyHelper|PolicyHolder|PolicyListHelper|PolicyListHolder|PolicyNode|PolicyOperations|PolicyQualifierInfo|PolicyTypeHelper|Polygon|PooledConnection|Popup|PopupFactory|PopupMenu|PopupMenuEvent|PopupMenuListener|PopupMenuUI|Port|PortableRemoteObject|PortableRemoteObjectDelegate|PortUnreachableException|Position|PreferenceChangeEvent|PreferenceChangeListener|Preferences|PreferencesFactory|PreparedStatement|PresentationDirection|Principal|PrincipalHolder|Printable|PrinterAbortException|PrinterException|PrinterGraphics|PrinterInfo|PrinterIOException|PrinterIsAcceptingJobs|PrinterJob|PrinterLocation|PrinterMakeAndModel|PrinterMessageFromOperator|PrinterMoreInfo|PrinterMoreInfoManufacturer|PrinterName|PrinterResolution|PrinterState|PrinterStateReason|PrinterStateReasons|PrinterURI|PrintEvent|PrintException|PrintGraphics|PrintJob|PrintJobAdapter|PrintJobAttribute|PrintJobAttributeEvent|PrintJobAttributeListener|PrintJobAttributeSet|PrintJobEvent|PrintJobListener|PrintQuality|PrintRequestAttribute|PrintRequestAttributeSet|PrintService|PrintServiceAttribute|PrintServiceAttributeEvent|PrintServiceAttributeListener|PrintServiceAttributeSet|PrintServiceLookup|PrintStream|PrintWriter|PRIVATE_MEMBER|PrivateCredentialPermission|PrivateKey|PrivilegedAction|PrivilegedActionException|PrivilegedExceptionAction|Process|ProcessingInstruction|ProfileDataException|ProfileIdHelper|ProgressBarUI|ProgressMonitor|ProgressMonitorInputStream|Properties|PropertyChangeEvent|PropertyChangeListener|PropertyChangeListenerProxy|PropertyChangeSupport|PropertyDescriptor|PropertyEditor|PropertyEditorManager|PropertyEditorSupport|PropertyPermission|PropertyResourceBundle|PropertyVetoException|ProtectionDomain|ProtocolException|Provider|ProviderException|Proxy|PSSParameterSpec|PUBLIC_MEMBER|PublicKey|PushbackInputStream|PushbackReader|QuadCurve2D|QueuedJobCount|Random|RandomAccess|RandomAccessFile|Raster|RasterFormatException|RasterOp|RC2ParameterSpec|RC5ParameterSpec|ReadableByteChannel|Reader|ReadOnlyBufferException|Receiver|Rectangle|Rectangle2D|RectangularShape|Ref|RefAddr|Reference|Referenceable|ReferenceQueue|ReferenceUriSchemesSupported|ReferralException|ReflectPermission|Refreshable|RefreshFailedException|RegisterableService|Registry|RegistryHandler|RemarshalException|Remote|RemoteCall|RemoteException|RemoteObject|RemoteRef|RemoteServer|RemoteStub|RenderableImage|RenderableImageOp|RenderableImageProducer|RenderContext|RenderedImage|RenderedImageFactory|Renderer|RenderingHints|RepaintManager|ReplicateScaleFilter|RepositoryIdHelper|Request|REQUEST_PROCESSING_POLICY_ID|RequestInfo|RequestInfoOperations|RequestingUserName|RequestProcessingPolicy|RequestProcessingPolicyOperations|RequestProcessingPolicyValue|RescaleOp|ResolutionSyntax|Resolver|ResolveResult|ResourceBundle|ResponseHandler|Result|ResultSet|ResultSetMetaData|ReverbType|RGBImageFilter|RMIClassLoader|RMIClassLoaderSpi|RMIClientSocketFactory|RMIFailureHandler|RMISecurityException|RMISecurityManager|RMIServerSocketFactory|RMISocketFactory|Robot|RootPaneContainer|RootPaneUI|RoundRectangle2D|RowMapper|RowSet|RowSetEvent|RowSetInternal|RowSetListener|RowSetMetaData|RowSetReader|RowSetWriter|RSAKey|RSAKeyGenParameterSpec|RSAMultiPrimePrivateCrtKey|RSAMultiPrimePrivateCrtKeySpec|RSAOtherPrimeInfo|RSAPrivateCrtKey|RSAPrivateCrtKeySpec|RSAPrivateKey|RSAPrivateKeySpec|RSAPublicKey|RSAPublicKeySpec|RTFEditorKit|RuleBasedCollator|Runnable|Runtime|RunTime|RuntimeException|RunTimeOperations|RuntimePermission|SampleModel|Savepoint|SAXException|SAXNotRecognizedException|SAXNotSupportedException|SAXParseException|SAXParser|SAXParserFactory|SAXResult|SAXSource|SAXTransformerFactory|ScatteringByteChannel|SchemaViolationException|Scrollable|Scrollbar|ScrollBarUI|ScrollPane|ScrollPaneAdjustable|ScrollPaneConstants|ScrollPaneLayout|ScrollPaneUI|SealedObject|SearchControls|SearchResult|SecretKey|SecretKeyFactory|SecretKeyFactorySpi|SecretKeySpec|SecureClassLoader|SecureRandom|SecureRandomSpi|Security|SecurityException|SecurityManager|SecurityPermission|Segment|SelectableChannel|SelectionKey|Selector|SelectorProvider|SeparatorUI|Sequence|SequenceInputStream|Sequencer|Serializable|SerializablePermission|Servant|SERVANT_RETENTION_POLICY_ID|ServantActivator|ServantActivatorHelper|ServantActivatorOperations|ServantActivatorPOA|ServantAlreadyActive|ServantAlreadyActiveHelper|ServantLocator|ServantLocatorHelper|ServantLocatorOperations|ServantLocatorPOA|ServantManager|ServantManagerOperations|ServantNotActive|ServantNotActiveHelper|ServantObject|ServantRetentionPolicy|ServantRetentionPolicyOperations|ServantRetentionPolicyValue|ServerCloneException|ServerError|ServerException|ServerNotActiveException|ServerRef|ServerRequest|ServerRequestInfo|ServerRequestInfoOperations|ServerRequestInterceptor|ServerRequestInterceptorOperations|ServerRuntimeException|ServerSocket|ServerSocketChannel|ServerSocketFactory|ServiceContext|ServiceContextHelper|ServiceContextHolder|ServiceContextListHelper|ServiceContextListHolder|ServiceDetail|ServiceDetailHelper|ServiceIdHelper|ServiceInformation|ServiceInformationHelper|ServiceInformationHolder|ServicePermission|ServiceRegistry|ServiceUI|ServiceUIFactory|ServiceUnavailableException|Set|SetOfIntegerSyntax|SetOverrideType|SetOverrideTypeHelper|Severity|Shape|ShapeGraphicAttribute|SheetCollate|Short|ShortBuffer|ShortBufferException|ShortHolder|ShortLookupTable|ShortMessage|ShortSeqHelper|ShortSeqHolder|Sides|Signature|SignatureException|SignatureSpi|SignedObject|Signer|SimpleAttributeSet|SimpleBeanInfo|SimpleDateFormat|SimpleDoc|SimpleFormatter|SimpleTimeZone|SinglePixelPackedSampleModel|SingleSelectionModel|Size2DSyntax|SizeLimitExceededException|SizeRequirements|SizeSequence|Skeleton|SkeletonMismatchException|SkeletonNotFoundException|SliderUI|Socket|SocketAddress|SocketChannel|SocketException|SocketFactory|SocketHandler|SocketImpl|SocketImplFactory|SocketOptions|SocketPermission|SocketSecurityException|SocketTimeoutException|SoftBevelBorder|SoftReference|SortedMap|SortedSet|SortingFocusTraversalPolicy|Soundbank|SoundbankReader|SoundbankResource|Source|SourceDataLine|SourceLocator|SpinnerDateModel|SpinnerListModel|SpinnerModel|SpinnerNumberModel|SpinnerUI|SplitPaneUI|Spring|SpringLayout|SQLData|SQLException|SQLInput|SQLOutput|SQLPermission|SQLWarning|SSLContext|SSLContextSpi|SSLException|SSLHandshakeException|SSLKeyException|SSLPeerUnverifiedException|SSLPermission|SSLProtocolException|SSLServerSocket|SSLServerSocketFactory|SSLSession|SSLSessionBindingEvent|SSLSessionBindingListener|SSLSessionContext|SSLSocket|SSLSocketFactory|Stack|StackOverflowError|StackTraceElement|StartTlsRequest|StartTlsResponse|State|StateEdit|StateEditable|StateFactory|Statement|Streamable|StreamableValue|StreamCorruptedException|StreamHandler|StreamPrintService|StreamPrintServiceFactory|StreamResult|StreamSource|StreamTokenizer|StrictMath|String|StringBuffer|StringBufferInputStream|StringCharacterIterator|StringContent|StringHolder|StringIndexOutOfBoundsException|StringNameHelper|StringReader|StringRefAddr|StringSelection|StringSeqHelper|StringSeqHolder|StringTokenizer|StringValueHelper|StringWriter|Stroke|Struct|StructMember|StructMemberHelper|Stub|StubDelegate|StubNotFoundException|Style|StyleConstants|StyleContext|StyledDocument|StyledEditorKit|StyleSheet|Subject|SubjectDomainCombiner|SUCCESSFUL|SupportedValuesAttribute|SwingConstants|SwingPropertyChangeSupport|SwingUtilities|SYNC_WITH_TRANSPORT|SyncFailedException|SyncScopeHelper|Synthesizer|SysexMessage|System|SYSTEM_EXCEPTION|SystemColor|SystemException|SystemFlavorMap|TabableView|TabbedPaneUI|TabExpander|TableCellEditor|TableCellRenderer|TableColumn|TableColumnModel|TableColumnModelEvent|TableColumnModelListener|TableHeaderUI|TableModel|TableModelEvent|TableModelListener|TableUI|TableView|TabSet|TabStop|TAG_ALTERNATE_IIOP_ADDRESS|TAG_CODE_SETS|TAG_INTERNET_IOP|TAG_JAVA_CODEBASE|TAG_MULTIPLE_COMPONENTS|TAG_ORB_TYPE|TAG_POLICIES|TagElement|TaggedComponent|TaggedComponentHelper|TaggedComponentHolder|TaggedProfile|TaggedProfileHelper|TaggedProfileHolder|TargetDataLine|TCKind|Templates|TemplatesHandler|Text|TextAction|TextArea|TextAttribute|TextComponent|TextEvent|TextField|TextHitInfo|TextInputCallback|TextLayout|TextListener|TextMeasurer|TextOutputCallback|TextSyntax|TextUI|TexturePaint|Thread|THREAD_POLICY_ID|ThreadDeath|ThreadGroup|ThreadLocal|ThreadPolicy|ThreadPolicyOperations|ThreadPolicyValue|Throwable|Tie|TileObserver|Time|TimeLimitExceededException|Timer|TimerTask|Timestamp|TimeZone|TitledBorder|ToolBarUI|Toolkit|ToolTipManager|ToolTipUI|TooManyListenersException|Track|TRANSACTION_REQUIRED|TRANSACTION_ROLLEDBACK|TransactionRequiredException|TransactionRolledbackException|TransactionService|Transferable|TransferHandler|TransformAttribute|Transformer|TransformerConfigurationException|TransformerException|TransformerFactory|TransformerFactoryConfigurationError|TransformerHandler|TRANSIENT|Transmitter|Transparency|TRANSPORT_RETRY|TreeCellEditor|TreeCellRenderer|TreeExpansionEvent|TreeExpansionListener|TreeMap|TreeModel|TreeModelEvent|TreeModelListener|TreeNode|TreePath|TreeSelectionEvent|TreeSelectionListener|TreeSelectionModel|TreeSet|TreeUI|TreeWillExpandListener|TrustAnchor|TrustManager|TrustManagerFactory|TrustManagerFactorySpi|TypeCode|TypeCodeHolder|TypeMismatch|TypeMismatchHelper|Types|UID|UIDefaults|UIManager|UIResource|ULongLongSeqHelper|ULongLongSeqHolder|ULongSeqHelper|ULongSeqHolder|UndeclaredThrowableException|UndoableEdit|UndoableEditEvent|UndoableEditListener|UndoableEditSupport|UndoManager|UnexpectedException|UnicastRemoteObject|UnionMember|UnionMemberHelper|UNKNOWN|UnknownEncoding|UnknownEncodingHelper|UnknownError|UnknownException|UnknownGroupException|UnknownHostException|UnknownObjectException|UnknownServiceException|UnknownUserException|UnknownUserExceptionHelper|UnknownUserExceptionHolder|UnmappableCharacterException|UnmarshalException|UnmodifiableSetException|UnrecoverableKeyException|Unreferenced|UnresolvedAddressException|UnresolvedPermission|UnsatisfiedLinkError|UnsolicitedNotification|UnsolicitedNotificationEvent|UnsolicitedNotificationListener|UNSUPPORTED_POLICY|UNSUPPORTED_POLICY_VALUE|UnsupportedAddressTypeException|UnsupportedAudioFileException|UnsupportedCallbackException|UnsupportedCharsetException|UnsupportedClassVersionError|UnsupportedEncodingException|UnsupportedFlavorException|UnsupportedLookAndFeelException|UnsupportedOperationException|URI|URIException|URIResolver|URISyntax|URISyntaxException|URL|URLClassLoader|URLConnection|URLDecoder|URLEncoder|URLStreamHandler|URLStreamHandlerFactory|URLStringHelper|USER_EXCEPTION|UserException|UShortSeqHelper|UShortSeqHolder|UTFDataFormatException|Util|UtilDelegate|Utilities|ValueBase|ValueBaseHelper|ValueBaseHolder|ValueFactory|ValueHandler|ValueMember|ValueMemberHelper|VariableHeightLayoutCache|Vector|VerifyError|VersionSpecHelper|VetoableChangeListener|VetoableChangeListenerProxy|VetoableChangeSupport|View|ViewFactory|ViewportLayout|ViewportUI|VirtualMachineError|Visibility|VisibilityHelper|VM_ABSTRACT|VM_CUSTOM|VM_NONE|VM_TRUNCATABLE|VMID|VoiceStatus|Void|VolatileImage|WCharSeqHelper|WCharSeqHolder|WeakHashMap|WeakReference|Window|WindowAdapter|WindowConstants|WindowEvent|WindowFocusListener|WindowListener|WindowStateListener|WrappedPlainView|WritableByteChannel|WritableRaster|WritableRenderedImage|WriteAbortedException|Writer|WrongAdapter|WrongAdapterHelper|WrongPolicy|WrongPolicyHelper|WrongTransaction|WrongTransactionHelper|WrongTransactionHolder|WStringSeqHelper|WStringSeqHolder|WStringValueHelper|X500Principal|X500PrivateCredential|X509Certificate|X509CertSelector|X509CRL|X509CRLEntry|X509CRLSelector|X509EncodedKeySpec|X509Extension|X509KeyManager|X509TrustManager|XAConnection|XADataSource|XAException|XAResource|Xid|XMLDecoder|XMLEncoder|XMLFilter|XMLFilterImpl|XMLFormatter|XMLReader|XMLReaderAdapter|XMLReaderFactory|ZipEntry|ZipException|ZipFile|ZipInputStream|ZipOutputStream|ZoneView|_BindingIteratorImplBase|_BindingIteratorStub|_DynAnyFactoryStub|_DynAnyStub|_DynArrayStub|_DynEnumStub|_DynFixedStub|_DynSequenceStub|_DynStructStub|_DynUnionStub|_DynValueStub|_IDLTypeStub|_NamingContextExtStub|_NamingContextImplBase|_NamingContextStub|_PolicyStub|_Remote_Stub|_ServantActivatorStub|_ServantLocatorStub)$/', |
| 535 | 535 | ), |
| 536 | 536 | 8 => |
| 537 | - array ( |
|
| 537 | + array( |
|
| 538 | 538 | ), |
| 539 | 539 | 9 => |
| 540 | - array ( |
|
| 540 | + array( |
|
| 541 | 541 | ), |
| 542 | 542 | 10 => |
| 543 | - array ( |
|
| 543 | + array( |
|
| 544 | 544 | ), |
| 545 | 545 | 11 => |
| 546 | - array ( |
|
| 546 | + array( |
|
| 547 | 547 | ), |
| 548 | 548 | 12 => |
| 549 | - array ( |
|
| 549 | + array( |
|
| 550 | 550 | ), |
| 551 | 551 | ), |
| 552 | 552 | 3 => |
| 553 | - array ( |
|
| 553 | + array( |
|
| 554 | 554 | 0 => |
| 555 | - array ( |
|
| 555 | + array( |
|
| 556 | 556 | ), |
| 557 | 557 | 1 => |
| 558 | - array ( |
|
| 558 | + array( |
|
| 559 | 559 | ), |
| 560 | 560 | 2 => |
| 561 | - array ( |
|
| 561 | + array( |
|
| 562 | 562 | ), |
| 563 | 563 | 3 => |
| 564 | - array ( |
|
| 564 | + array( |
|
| 565 | 565 | ), |
| 566 | 566 | 4 => |
| 567 | - array ( |
|
| 567 | + array( |
|
| 568 | 568 | ), |
| 569 | 569 | ), |
| 570 | 570 | 4 => |
| 571 | - array ( |
|
| 571 | + array( |
|
| 572 | 572 | 0 => |
| 573 | - array ( |
|
| 573 | + array( |
|
| 574 | 574 | ), |
| 575 | 575 | ), |
| 576 | 576 | 5 => |
| 577 | - array ( |
|
| 577 | + array( |
|
| 578 | 578 | 0 => |
| 579 | - array ( |
|
| 579 | + array( |
|
| 580 | 580 | ), |
| 581 | 581 | ), |
| 582 | 582 | 6 => |
| 583 | - array ( |
|
| 583 | + array( |
|
| 584 | 584 | 0 => |
| 585 | - array ( |
|
| 585 | + array( |
|
| 586 | 586 | ), |
| 587 | 587 | 1 => |
| 588 | - array ( |
|
| 588 | + array( |
|
| 589 | 589 | ), |
| 590 | 590 | 2 => |
| 591 | - array ( |
|
| 591 | + array( |
|
| 592 | 592 | ), |
| 593 | 593 | 3 => |
| 594 | - array ( |
|
| 594 | + array( |
|
| 595 | 595 | ), |
| 596 | 596 | 4 => |
| 597 | - array ( |
|
| 597 | + array( |
|
| 598 | 598 | ), |
| 599 | 599 | ), |
| 600 | 600 | ); |
| 601 | - $this->_parts = array ( |
|
| 601 | + $this->_parts = array( |
|
| 602 | 602 | 0 => |
| 603 | - array ( |
|
| 603 | + array( |
|
| 604 | 604 | 0 => NULL, |
| 605 | 605 | 1 => NULL, |
| 606 | 606 | 2 => NULL, |
@@ -616,7 +616,7 @@ discard block |
||
| 616 | 616 | 12 => NULL, |
| 617 | 617 | ), |
| 618 | 618 | 1 => |
| 619 | - array ( |
|
| 619 | + array( |
|
| 620 | 620 | 0 => NULL, |
| 621 | 621 | 1 => NULL, |
| 622 | 622 | 2 => NULL, |
@@ -632,7 +632,7 @@ discard block |
||
| 632 | 632 | 12 => NULL, |
| 633 | 633 | ), |
| 634 | 634 | 2 => |
| 635 | - array ( |
|
| 635 | + array( |
|
| 636 | 636 | 0 => NULL, |
| 637 | 637 | 1 => NULL, |
| 638 | 638 | 2 => NULL, |
@@ -648,7 +648,7 @@ discard block |
||
| 648 | 648 | 12 => NULL, |
| 649 | 649 | ), |
| 650 | 650 | 3 => |
| 651 | - array ( |
|
| 651 | + array( |
|
| 652 | 652 | 0 => NULL, |
| 653 | 653 | 1 => NULL, |
| 654 | 654 | 2 => NULL, |
@@ -656,15 +656,15 @@ discard block |
||
| 656 | 656 | 4 => NULL, |
| 657 | 657 | ), |
| 658 | 658 | 4 => |
| 659 | - array ( |
|
| 659 | + array( |
|
| 660 | 660 | 0 => NULL, |
| 661 | 661 | ), |
| 662 | 662 | 5 => |
| 663 | - array ( |
|
| 663 | + array( |
|
| 664 | 664 | 0 => NULL, |
| 665 | 665 | ), |
| 666 | 666 | 6 => |
| 667 | - array ( |
|
| 667 | + array( |
|
| 668 | 668 | 0 => NULL, |
| 669 | 669 | 1 => NULL, |
| 670 | 670 | 2 => NULL, |
@@ -672,9 +672,9 @@ discard block |
||
| 672 | 672 | 4 => NULL, |
| 673 | 673 | ), |
| 674 | 674 | ); |
| 675 | - $this->_subst = array ( |
|
| 675 | + $this->_subst = array( |
|
| 676 | 676 | -1 => |
| 677 | - array ( |
|
| 677 | + array( |
|
| 678 | 678 | 0 => false, |
| 679 | 679 | 1 => false, |
| 680 | 680 | 2 => false, |
@@ -690,7 +690,7 @@ discard block |
||
| 690 | 690 | 12 => false, |
| 691 | 691 | ), |
| 692 | 692 | 0 => |
| 693 | - array ( |
|
| 693 | + array( |
|
| 694 | 694 | 0 => false, |
| 695 | 695 | 1 => false, |
| 696 | 696 | 2 => false, |
@@ -706,7 +706,7 @@ discard block |
||
| 706 | 706 | 12 => false, |
| 707 | 707 | ), |
| 708 | 708 | 1 => |
| 709 | - array ( |
|
| 709 | + array( |
|
| 710 | 710 | 0 => false, |
| 711 | 711 | 1 => false, |
| 712 | 712 | 2 => false, |
@@ -722,7 +722,7 @@ discard block |
||
| 722 | 722 | 12 => false, |
| 723 | 723 | ), |
| 724 | 724 | 2 => |
| 725 | - array ( |
|
| 725 | + array( |
|
| 726 | 726 | 0 => false, |
| 727 | 727 | 1 => false, |
| 728 | 728 | 2 => false, |
@@ -738,7 +738,7 @@ discard block |
||
| 738 | 738 | 12 => false, |
| 739 | 739 | ), |
| 740 | 740 | 3 => |
| 741 | - array ( |
|
| 741 | + array( |
|
| 742 | 742 | 0 => false, |
| 743 | 743 | 1 => false, |
| 744 | 744 | 2 => false, |
@@ -746,15 +746,15 @@ discard block |
||
| 746 | 746 | 4 => false, |
| 747 | 747 | ), |
| 748 | 748 | 4 => |
| 749 | - array ( |
|
| 749 | + array( |
|
| 750 | 750 | 0 => false, |
| 751 | 751 | ), |
| 752 | 752 | 5 => |
| 753 | - array ( |
|
| 753 | + array( |
|
| 754 | 754 | 0 => false, |
| 755 | 755 | ), |
| 756 | 756 | 6 => |
| 757 | - array ( |
|
| 757 | + array( |
|
| 758 | 758 | 0 => false, |
| 759 | 759 | 1 => false, |
| 760 | 760 | 2 => false, |
@@ -762,17 +762,17 @@ discard block |
||
| 762 | 762 | 4 => false, |
| 763 | 763 | ), |
| 764 | 764 | ); |
| 765 | - $this->_conditions = array ( |
|
| 765 | + $this->_conditions = array( |
|
| 766 | 766 | 'java.builtins' => |
| 767 | - array ( |
|
| 767 | + array( |
|
| 768 | 768 | 0 => |
| 769 | - array ( |
|
| 769 | + array( |
|
| 770 | 770 | 0 => 'builtin', |
| 771 | 771 | 1 => true, |
| 772 | 772 | ), |
| 773 | 773 | ), |
| 774 | 774 | ); |
| 775 | - $this->_kwmap = array ( |
|
| 775 | + $this->_kwmap = array( |
|
| 776 | 776 | 'types' => 'types', |
| 777 | 777 | 'reserved' => 'reserved', |
| 778 | 778 | 'builtin' => 'builtin', |
@@ -45,173 +45,173 @@ |
||
| 45 | 45 | * @param array $options |
| 46 | 46 | * @access public |
| 47 | 47 | */ |
| 48 | - function __construct($options=array()) |
|
| 48 | + function __construct($options = array()) |
|
| 49 | 49 | { |
| 50 | 50 | |
| 51 | 51 | $this->_options = $options; |
| 52 | - $this->_regs = array ( |
|
| 52 | + $this->_regs = array( |
|
| 53 | 53 | -1 => '/((?i)\\<!--)|((?i)\\<[\\?\\/]?)|((?i)(&)[\\w\\-\\.]+;)/', |
| 54 | 54 | 0 => '//', |
| 55 | 55 | 1 => '/((?i)(?<=[\\<\\/?])[\\w\\-\\:]+)|((?i)[\\w\\-\\:]+)|((?i)")/', |
| 56 | 56 | 2 => '/((?i)(&)[\\w\\-\\.]+;)/', |
| 57 | 57 | ); |
| 58 | - $this->_counts = array ( |
|
| 58 | + $this->_counts = array( |
|
| 59 | 59 | -1 => |
| 60 | - array ( |
|
| 60 | + array( |
|
| 61 | 61 | 0 => 0, |
| 62 | 62 | 1 => 0, |
| 63 | 63 | 2 => 1, |
| 64 | 64 | ), |
| 65 | 65 | 0 => |
| 66 | - array ( |
|
| 66 | + array( |
|
| 67 | 67 | ), |
| 68 | 68 | 1 => |
| 69 | - array ( |
|
| 69 | + array( |
|
| 70 | 70 | 0 => 0, |
| 71 | 71 | 1 => 0, |
| 72 | 72 | 2 => 0, |
| 73 | 73 | ), |
| 74 | 74 | 2 => |
| 75 | - array ( |
|
| 75 | + array( |
|
| 76 | 76 | 0 => 1, |
| 77 | 77 | ), |
| 78 | 78 | ); |
| 79 | - $this->_delim = array ( |
|
| 79 | + $this->_delim = array( |
|
| 80 | 80 | -1 => |
| 81 | - array ( |
|
| 81 | + array( |
|
| 82 | 82 | 0 => 'comment', |
| 83 | 83 | 1 => 'brackets', |
| 84 | 84 | 2 => '', |
| 85 | 85 | ), |
| 86 | 86 | 0 => |
| 87 | - array ( |
|
| 87 | + array( |
|
| 88 | 88 | ), |
| 89 | 89 | 1 => |
| 90 | - array ( |
|
| 90 | + array( |
|
| 91 | 91 | 0 => '', |
| 92 | 92 | 1 => '', |
| 93 | 93 | 2 => 'quotes', |
| 94 | 94 | ), |
| 95 | 95 | 2 => |
| 96 | - array ( |
|
| 96 | + array( |
|
| 97 | 97 | 0 => '', |
| 98 | 98 | ), |
| 99 | 99 | ); |
| 100 | - $this->_inner = array ( |
|
| 100 | + $this->_inner = array( |
|
| 101 | 101 | -1 => |
| 102 | - array ( |
|
| 102 | + array( |
|
| 103 | 103 | 0 => 'comment', |
| 104 | 104 | 1 => 'code', |
| 105 | 105 | 2 => 'special', |
| 106 | 106 | ), |
| 107 | 107 | 0 => |
| 108 | - array ( |
|
| 108 | + array( |
|
| 109 | 109 | ), |
| 110 | 110 | 1 => |
| 111 | - array ( |
|
| 111 | + array( |
|
| 112 | 112 | 0 => 'reserved', |
| 113 | 113 | 1 => 'var', |
| 114 | 114 | 2 => 'string', |
| 115 | 115 | ), |
| 116 | 116 | 2 => |
| 117 | - array ( |
|
| 117 | + array( |
|
| 118 | 118 | 0 => 'special', |
| 119 | 119 | ), |
| 120 | 120 | ); |
| 121 | - $this->_end = array ( |
|
| 121 | + $this->_end = array( |
|
| 122 | 122 | 0 => '/(?i)--\\>/', |
| 123 | 123 | 1 => '/(?i)[\\/\\?]?\\>/', |
| 124 | 124 | 2 => '/(?i)"/', |
| 125 | 125 | ); |
| 126 | - $this->_states = array ( |
|
| 126 | + $this->_states = array( |
|
| 127 | 127 | -1 => |
| 128 | - array ( |
|
| 128 | + array( |
|
| 129 | 129 | 0 => 0, |
| 130 | 130 | 1 => 1, |
| 131 | 131 | 2 => -1, |
| 132 | 132 | ), |
| 133 | 133 | 0 => |
| 134 | - array ( |
|
| 134 | + array( |
|
| 135 | 135 | ), |
| 136 | 136 | 1 => |
| 137 | - array ( |
|
| 137 | + array( |
|
| 138 | 138 | 0 => -1, |
| 139 | 139 | 1 => -1, |
| 140 | 140 | 2 => 2, |
| 141 | 141 | ), |
| 142 | 142 | 2 => |
| 143 | - array ( |
|
| 143 | + array( |
|
| 144 | 144 | 0 => -1, |
| 145 | 145 | ), |
| 146 | 146 | ); |
| 147 | - $this->_keywords = array ( |
|
| 147 | + $this->_keywords = array( |
|
| 148 | 148 | -1 => |
| 149 | - array ( |
|
| 149 | + array( |
|
| 150 | 150 | 0 => -1, |
| 151 | 151 | 1 => -1, |
| 152 | 152 | 2 => |
| 153 | - array ( |
|
| 153 | + array( |
|
| 154 | 154 | ), |
| 155 | 155 | ), |
| 156 | 156 | 0 => |
| 157 | - array ( |
|
| 157 | + array( |
|
| 158 | 158 | ), |
| 159 | 159 | 1 => |
| 160 | - array ( |
|
| 160 | + array( |
|
| 161 | 161 | 0 => |
| 162 | - array ( |
|
| 162 | + array( |
|
| 163 | 163 | ), |
| 164 | 164 | 1 => |
| 165 | - array ( |
|
| 165 | + array( |
|
| 166 | 166 | ), |
| 167 | 167 | 2 => -1, |
| 168 | 168 | ), |
| 169 | 169 | 2 => |
| 170 | - array ( |
|
| 170 | + array( |
|
| 171 | 171 | 0 => |
| 172 | - array ( |
|
| 172 | + array( |
|
| 173 | 173 | ), |
| 174 | 174 | ), |
| 175 | 175 | ); |
| 176 | - $this->_parts = array ( |
|
| 176 | + $this->_parts = array( |
|
| 177 | 177 | 0 => |
| 178 | - array ( |
|
| 178 | + array( |
|
| 179 | 179 | ), |
| 180 | 180 | 1 => |
| 181 | - array ( |
|
| 181 | + array( |
|
| 182 | 182 | 0 => NULL, |
| 183 | 183 | 1 => NULL, |
| 184 | 184 | 2 => NULL, |
| 185 | 185 | ), |
| 186 | 186 | 2 => |
| 187 | - array ( |
|
| 187 | + array( |
|
| 188 | 188 | 0 => NULL, |
| 189 | 189 | ), |
| 190 | 190 | ); |
| 191 | - $this->_subst = array ( |
|
| 191 | + $this->_subst = array( |
|
| 192 | 192 | -1 => |
| 193 | - array ( |
|
| 193 | + array( |
|
| 194 | 194 | 0 => false, |
| 195 | 195 | 1 => false, |
| 196 | 196 | 2 => false, |
| 197 | 197 | ), |
| 198 | 198 | 0 => |
| 199 | - array ( |
|
| 199 | + array( |
|
| 200 | 200 | ), |
| 201 | 201 | 1 => |
| 202 | - array ( |
|
| 202 | + array( |
|
| 203 | 203 | 0 => false, |
| 204 | 204 | 1 => false, |
| 205 | 205 | 2 => false, |
| 206 | 206 | ), |
| 207 | 207 | 2 => |
| 208 | - array ( |
|
| 208 | + array( |
|
| 209 | 209 | 0 => false, |
| 210 | 210 | ), |
| 211 | 211 | ); |
| 212 | - $this->_conditions = array ( |
|
| 212 | + $this->_conditions = array( |
|
| 213 | 213 | ); |
| 214 | - $this->_kwmap = array ( |
|
| 214 | + $this->_kwmap = array( |
|
| 215 | 215 | ); |
| 216 | 216 | $this->_defClass = 'code'; |
| 217 | 217 | $this->_checkDefines(); |
@@ -43,11 +43,11 @@ discard block |
||
| 43 | 43 | * @param array $options |
| 44 | 44 | * @access public |
| 45 | 45 | */ |
| 46 | - function __construct($options=array()) |
|
| 46 | + function __construct($options = array()) |
|
| 47 | 47 | { |
| 48 | 48 | |
| 49 | 49 | $this->_options = $options; |
| 50 | - $this->_regs = array ( |
|
| 50 | + $this->_regs = array( |
|
| 51 | 51 | -1 => '/((?i)`)|((?i)\\/\\*)|((?i)(#|--\\s).*)|((?i)[a-z_]\\w*)|((?i)")|((?i)\\()|((?i)\')|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)\\d+l?|\\b0l?\\b)|((?i)0[xX][\\da-f]+l?)/', |
| 52 | 52 | 0 => '//', |
| 53 | 53 | 1 => '//', |
@@ -55,9 +55,9 @@ discard block |
||
| 55 | 55 | 3 => '/((?i)`)|((?i)\\/\\*)|((?i)(#|--\\s).*)|((?i)[a-z_]\\w*)|((?i)")|((?i)\\()|((?i)\')|((?i)((\\d+|((\\d*\\.\\d+)|(\\d+\\.\\d*)))[eE][+-]?\\d+))|((?i)(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)\\d+l?|\\b0l?\\b)|((?i)0[xX][\\da-f]+l?)/', |
| 56 | 56 | 4 => '/((?i)\\\\.)/', |
| 57 | 57 | ); |
| 58 | - $this->_counts = array ( |
|
| 58 | + $this->_counts = array( |
|
| 59 | 59 | -1 => |
| 60 | - array ( |
|
| 60 | + array( |
|
| 61 | 61 | 0 => 0, |
| 62 | 62 | 1 => 0, |
| 63 | 63 | 2 => 1, |
@@ -71,17 +71,17 @@ discard block |
||
| 71 | 71 | 10 => 0, |
| 72 | 72 | ), |
| 73 | 73 | 0 => |
| 74 | - array ( |
|
| 74 | + array( |
|
| 75 | 75 | ), |
| 76 | 76 | 1 => |
| 77 | - array ( |
|
| 77 | + array( |
|
| 78 | 78 | ), |
| 79 | 79 | 2 => |
| 80 | - array ( |
|
| 80 | + array( |
|
| 81 | 81 | 0 => 0, |
| 82 | 82 | ), |
| 83 | 83 | 3 => |
| 84 | - array ( |
|
| 84 | + array( |
|
| 85 | 85 | 0 => 0, |
| 86 | 86 | 1 => 0, |
| 87 | 87 | 2 => 1, |
@@ -95,13 +95,13 @@ discard block |
||
| 95 | 95 | 10 => 0, |
| 96 | 96 | ), |
| 97 | 97 | 4 => |
| 98 | - array ( |
|
| 98 | + array( |
|
| 99 | 99 | 0 => 0, |
| 100 | 100 | ), |
| 101 | 101 | ); |
| 102 | - $this->_delim = array ( |
|
| 102 | + $this->_delim = array( |
|
| 103 | 103 | -1 => |
| 104 | - array ( |
|
| 104 | + array( |
|
| 105 | 105 | 0 => 'quotes', |
| 106 | 106 | 1 => 'comment', |
| 107 | 107 | 2 => '', |
@@ -115,17 +115,17 @@ discard block |
||
| 115 | 115 | 10 => '', |
| 116 | 116 | ), |
| 117 | 117 | 0 => |
| 118 | - array ( |
|
| 118 | + array( |
|
| 119 | 119 | ), |
| 120 | 120 | 1 => |
| 121 | - array ( |
|
| 121 | + array( |
|
| 122 | 122 | ), |
| 123 | 123 | 2 => |
| 124 | - array ( |
|
| 124 | + array( |
|
| 125 | 125 | 0 => '', |
| 126 | 126 | ), |
| 127 | 127 | 3 => |
| 128 | - array ( |
|
| 128 | + array( |
|
| 129 | 129 | 0 => 'quotes', |
| 130 | 130 | 1 => 'comment', |
| 131 | 131 | 2 => '', |
@@ -139,13 +139,13 @@ discard block |
||
| 139 | 139 | 10 => '', |
| 140 | 140 | ), |
| 141 | 141 | 4 => |
| 142 | - array ( |
|
| 142 | + array( |
|
| 143 | 143 | 0 => '', |
| 144 | 144 | ), |
| 145 | 145 | ); |
| 146 | - $this->_inner = array ( |
|
| 146 | + $this->_inner = array( |
|
| 147 | 147 | -1 => |
| 148 | - array ( |
|
| 148 | + array( |
|
| 149 | 149 | 0 => 'identifier', |
| 150 | 150 | 1 => 'comment', |
| 151 | 151 | 2 => 'comment', |
@@ -159,17 +159,17 @@ discard block |
||
| 159 | 159 | 10 => 'number', |
| 160 | 160 | ), |
| 161 | 161 | 0 => |
| 162 | - array ( |
|
| 162 | + array( |
|
| 163 | 163 | ), |
| 164 | 164 | 1 => |
| 165 | - array ( |
|
| 165 | + array( |
|
| 166 | 166 | ), |
| 167 | 167 | 2 => |
| 168 | - array ( |
|
| 168 | + array( |
|
| 169 | 169 | 0 => 'special', |
| 170 | 170 | ), |
| 171 | 171 | 3 => |
| 172 | - array ( |
|
| 172 | + array( |
|
| 173 | 173 | 0 => 'identifier', |
| 174 | 174 | 1 => 'comment', |
| 175 | 175 | 2 => 'comment', |
@@ -183,20 +183,20 @@ discard block |
||
| 183 | 183 | 10 => 'number', |
| 184 | 184 | ), |
| 185 | 185 | 4 => |
| 186 | - array ( |
|
| 186 | + array( |
|
| 187 | 187 | 0 => 'special', |
| 188 | 188 | ), |
| 189 | 189 | ); |
| 190 | - $this->_end = array ( |
|
| 190 | + $this->_end = array( |
|
| 191 | 191 | 0 => '/(?i)`/', |
| 192 | 192 | 1 => '/(?i)\\*\\//', |
| 193 | 193 | 2 => '/(?i)"/', |
| 194 | 194 | 3 => '/(?i)\\)/', |
| 195 | 195 | 4 => '/(?i)\'/', |
| 196 | 196 | ); |
| 197 | - $this->_states = array ( |
|
| 197 | + $this->_states = array( |
|
| 198 | 198 | -1 => |
| 199 | - array ( |
|
| 199 | + array( |
|
| 200 | 200 | 0 => 0, |
| 201 | 201 | 1 => 1, |
| 202 | 202 | 2 => -1, |
@@ -210,17 +210,17 @@ discard block |
||
| 210 | 210 | 10 => -1, |
| 211 | 211 | ), |
| 212 | 212 | 0 => |
| 213 | - array ( |
|
| 213 | + array( |
|
| 214 | 214 | ), |
| 215 | 215 | 1 => |
| 216 | - array ( |
|
| 216 | + array( |
|
| 217 | 217 | ), |
| 218 | 218 | 2 => |
| 219 | - array ( |
|
| 219 | + array( |
|
| 220 | 220 | 0 => -1, |
| 221 | 221 | ), |
| 222 | 222 | 3 => |
| 223 | - array ( |
|
| 223 | + array( |
|
| 224 | 224 | 0 => 0, |
| 225 | 225 | 1 => 1, |
| 226 | 226 | 2 => -1, |
@@ -234,20 +234,20 @@ discard block |
||
| 234 | 234 | 10 => -1, |
| 235 | 235 | ), |
| 236 | 236 | 4 => |
| 237 | - array ( |
|
| 237 | + array( |
|
| 238 | 238 | 0 => -1, |
| 239 | 239 | ), |
| 240 | 240 | ); |
| 241 | - $this->_keywords = array ( |
|
| 241 | + $this->_keywords = array( |
|
| 242 | 242 | -1 => |
| 243 | - array ( |
|
| 243 | + array( |
|
| 244 | 244 | 0 => -1, |
| 245 | 245 | 1 => -1, |
| 246 | 246 | 2 => |
| 247 | - array ( |
|
| 247 | + array( |
|
| 248 | 248 | ), |
| 249 | 249 | 3 => |
| 250 | - array ( |
|
| 250 | + array( |
|
| 251 | 251 | 'reserved' => '/^((?i)absolute|action|add|admin|after|aggregate|alias|all|allocate|alter|and|any|are|array|as|asc|assertion|at|authorization|before|begin|binary|bit|blob|boolean|both|breadth|by|call|cascade|cascaded|case|cast|catalog|char|character|check|class|clob|close|collate|collation|column|commit|completion|connect|connection|constraint|constraints|constructor|continue|corresponding|create|cross|cube|current|current_date|current_path|current_role|current_time|current_timestamp|current_user|cursor|cycle|data|date|day|deallocate|dec|decimal|declare|default|deferrable|deferred|delete|depth|deref|desc|describe|descriptor|destroy|destructor|deterministic|diagnostics|dictionary|disconnect|distinct|domain|double|drop|dynamic|each|else|end|end-exec|equals|escape|every|except|exception|exec|execute|external|false|fetch|first|float|for|foreign|found|free|from|full|function|general|get|global|go|goto|grant|group|grouping|having|host|hour|identity|ignore|immediate|in|indicator|initialize|initially|inner|inout|input|insert|int|integer|intersect|interval|into|is|isolation|iterate|join|key|language|large|last|lateral|leading|left|less|level|like|limit|local|localtime|localtimestamp|locator|map|match|minute|modifies|modify|module|month|names|national|natural|nchar|nclob|new|next|no|none|not|null|numeric|object|of|off|old|on|only|open|operation|option|or|order|ordinality|out|outer|output|pad|parameter|parameters|partial|path|postfix|precision|prefix|preorder|prepare|preserve|primary|prior|privileges|procedure|public|read|reads|real|recursive|ref|references|referencing|relative|restrict|result|return|returns|revoke|right|role|rollback|rollup|routine|row|rows|savepoint|schema|scope|scroll|search|second|section|select|sequence|session|session_user|set|sets|size|smallint|some|space|specific|specifictype|sql|sqlexception|sqlstate|sqlwarning|start|state|statement|static|structure|system_user|table|temporary|terminate|than|then|time|timestamp|timezone_hour|timezone_minute|to|trailing|transaction|translation|treat|trigger|true|under|union|unique|unknown|unnest|update|usage|user|using|value|values|varchar|variable|varying|view|when|whenever|where|with|without|work|write|year|zone)$/', |
| 252 | 252 | 'keyword' => '/^((?i)abs|ada|asensitive|assignment|asymmetric|atomic|avg|between|bitvar|bit_length|c|called|cardinality|catalog_name|chain|character_length|character_set_catalog|character_set_name|character_set_schema|char_length|checked|class_origin|coalesce|cobol|collation_catalog|collation_name|collation_schema|column_name|command_function|command_function_code|committed|condition_number|connection_name|constraint_catalog|constraint_name|constraint_schema|contains|convert|count|cursor_name|datetime_interval_code|datetime_interval_precision|defined|definer|dispatch|dynamic_function|dynamic_function_code|existing|exists|extract|final|fortran|g|generated|granted|hierarchy|hold|implementation|infix|insensitive|instance|instantiable|invoker|k|key_member|key_type|length|lower|m|max|message_length|message_octet_length|message_text|method|min|mod|more|mumps|name|nullable|nullif|number|octet_length|options|overlaps|overlay|overriding|parameter_mode|parameter_name|parameter_ordinal_position|parameter_specific_catalog|parameter_specific_name|parameter_specific_schema|pascal|pli|position|repeatable|returned_length|returned_octet_length|returned_sqlstate|routine_catalog|routine_name|routine_schema|row_count|scale|schema_name|security|self|sensitive|serializable|server_name|similar|simple|source|specific_name|style|subclass_origin|sublist|substring|sum|symmetric|system|table_name|transactions_committed|transactions_rolled_back|transaction_active|transform|transforms|translate|trigger_catalog|trigger_name|trigger_schema|trim|type|uncommitted|unnamed|upper|user_defined_type_catalog|user_defined_type_name|user_defined_type_schema)$/', |
| 253 | 253 | ), |
@@ -255,39 +255,39 @@ discard block |
||
| 255 | 255 | 5 => -1, |
| 256 | 256 | 6 => -1, |
| 257 | 257 | 7 => |
| 258 | - array ( |
|
| 258 | + array( |
|
| 259 | 259 | ), |
| 260 | 260 | 8 => |
| 261 | - array ( |
|
| 261 | + array( |
|
| 262 | 262 | ), |
| 263 | 263 | 9 => |
| 264 | - array ( |
|
| 264 | + array( |
|
| 265 | 265 | ), |
| 266 | 266 | 10 => |
| 267 | - array ( |
|
| 267 | + array( |
|
| 268 | 268 | ), |
| 269 | 269 | ), |
| 270 | 270 | 0 => |
| 271 | - array ( |
|
| 271 | + array( |
|
| 272 | 272 | ), |
| 273 | 273 | 1 => |
| 274 | - array ( |
|
| 274 | + array( |
|
| 275 | 275 | ), |
| 276 | 276 | 2 => |
| 277 | - array ( |
|
| 277 | + array( |
|
| 278 | 278 | 0 => |
| 279 | - array ( |
|
| 279 | + array( |
|
| 280 | 280 | ), |
| 281 | 281 | ), |
| 282 | 282 | 3 => |
| 283 | - array ( |
|
| 283 | + array( |
|
| 284 | 284 | 0 => -1, |
| 285 | 285 | 1 => -1, |
| 286 | 286 | 2 => |
| 287 | - array ( |
|
| 287 | + array( |
|
| 288 | 288 | ), |
| 289 | 289 | 3 => |
| 290 | - array ( |
|
| 290 | + array( |
|
| 291 | 291 | 'reserved' => '/^((?i)absolute|action|add|admin|after|aggregate|alias|all|allocate|alter|and|any|are|array|as|asc|assertion|at|authorization|before|begin|binary|bit|blob|boolean|both|breadth|by|call|cascade|cascaded|case|cast|catalog|char|character|check|class|clob|close|collate|collation|column|commit|completion|connect|connection|constraint|constraints|constructor|continue|corresponding|create|cross|cube|current|current_date|current_path|current_role|current_time|current_timestamp|current_user|cursor|cycle|data|date|day|deallocate|dec|decimal|declare|default|deferrable|deferred|delete|depth|deref|desc|describe|descriptor|destroy|destructor|deterministic|diagnostics|dictionary|disconnect|distinct|domain|double|drop|dynamic|each|else|end|end-exec|equals|escape|every|except|exception|exec|execute|external|false|fetch|first|float|for|foreign|found|free|from|full|function|general|get|global|go|goto|grant|group|grouping|having|host|hour|identity|ignore|immediate|in|indicator|initialize|initially|inner|inout|input|insert|int|integer|intersect|interval|into|is|isolation|iterate|join|key|language|large|last|lateral|leading|left|less|level|like|limit|local|localtime|localtimestamp|locator|map|match|minute|modifies|modify|module|month|names|national|natural|nchar|nclob|new|next|no|none|not|null|numeric|object|of|off|old|on|only|open|operation|option|or|order|ordinality|out|outer|output|pad|parameter|parameters|partial|path|postfix|precision|prefix|preorder|prepare|preserve|primary|prior|privileges|procedure|public|read|reads|real|recursive|ref|references|referencing|relative|restrict|result|return|returns|revoke|right|role|rollback|rollup|routine|row|rows|savepoint|schema|scope|scroll|search|second|section|select|sequence|session|session_user|set|sets|size|smallint|some|space|specific|specifictype|sql|sqlexception|sqlstate|sqlwarning|start|state|statement|static|structure|system_user|table|temporary|terminate|than|then|time|timestamp|timezone_hour|timezone_minute|to|trailing|transaction|translation|treat|trigger|true|under|union|unique|unknown|unnest|update|usage|user|using|value|values|varchar|variable|varying|view|when|whenever|where|with|without|work|write|year|zone)$/', |
| 292 | 292 | 'keyword' => '/^((?i)abs|ada|asensitive|assignment|asymmetric|atomic|avg|between|bitvar|bit_length|c|called|cardinality|catalog_name|chain|character_length|character_set_catalog|character_set_name|character_set_schema|char_length|checked|class_origin|coalesce|cobol|collation_catalog|collation_name|collation_schema|column_name|command_function|command_function_code|committed|condition_number|connection_name|constraint_catalog|constraint_name|constraint_schema|contains|convert|count|cursor_name|datetime_interval_code|datetime_interval_precision|defined|definer|dispatch|dynamic_function|dynamic_function_code|existing|exists|extract|final|fortran|g|generated|granted|hierarchy|hold|implementation|infix|insensitive|instance|instantiable|invoker|k|key_member|key_type|length|lower|m|max|message_length|message_octet_length|message_text|method|min|mod|more|mumps|name|nullable|nullif|number|octet_length|options|overlaps|overlay|overriding|parameter_mode|parameter_name|parameter_ordinal_position|parameter_specific_catalog|parameter_specific_name|parameter_specific_schema|pascal|pli|position|repeatable|returned_length|returned_octet_length|returned_sqlstate|routine_catalog|routine_name|routine_schema|row_count|scale|schema_name|security|self|sensitive|serializable|server_name|similar|simple|source|specific_name|style|subclass_origin|sublist|substring|sum|symmetric|system|table_name|transactions_committed|transactions_rolled_back|transaction_active|transform|transforms|translate|trigger_catalog|trigger_name|trigger_schema|trim|type|uncommitted|unnamed|upper|user_defined_type_catalog|user_defined_type_name|user_defined_type_schema)$/', |
| 293 | 293 | ), |
@@ -295,38 +295,38 @@ discard block |
||
| 295 | 295 | 5 => -1, |
| 296 | 296 | 6 => -1, |
| 297 | 297 | 7 => |
| 298 | - array ( |
|
| 298 | + array( |
|
| 299 | 299 | ), |
| 300 | 300 | 8 => |
| 301 | - array ( |
|
| 301 | + array( |
|
| 302 | 302 | ), |
| 303 | 303 | 9 => |
| 304 | - array ( |
|
| 304 | + array( |
|
| 305 | 305 | ), |
| 306 | 306 | 10 => |
| 307 | - array ( |
|
| 307 | + array( |
|
| 308 | 308 | ), |
| 309 | 309 | ), |
| 310 | 310 | 4 => |
| 311 | - array ( |
|
| 311 | + array( |
|
| 312 | 312 | 0 => |
| 313 | - array ( |
|
| 313 | + array( |
|
| 314 | 314 | ), |
| 315 | 315 | ), |
| 316 | 316 | ); |
| 317 | - $this->_parts = array ( |
|
| 317 | + $this->_parts = array( |
|
| 318 | 318 | 0 => |
| 319 | - array ( |
|
| 319 | + array( |
|
| 320 | 320 | ), |
| 321 | 321 | 1 => |
| 322 | - array ( |
|
| 322 | + array( |
|
| 323 | 323 | ), |
| 324 | 324 | 2 => |
| 325 | - array ( |
|
| 325 | + array( |
|
| 326 | 326 | 0 => NULL, |
| 327 | 327 | ), |
| 328 | 328 | 3 => |
| 329 | - array ( |
|
| 329 | + array( |
|
| 330 | 330 | 0 => NULL, |
| 331 | 331 | 1 => NULL, |
| 332 | 332 | 2 => NULL, |
@@ -340,13 +340,13 @@ discard block |
||
| 340 | 340 | 10 => NULL, |
| 341 | 341 | ), |
| 342 | 342 | 4 => |
| 343 | - array ( |
|
| 343 | + array( |
|
| 344 | 344 | 0 => NULL, |
| 345 | 345 | ), |
| 346 | 346 | ); |
| 347 | - $this->_subst = array ( |
|
| 347 | + $this->_subst = array( |
|
| 348 | 348 | -1 => |
| 349 | - array ( |
|
| 349 | + array( |
|
| 350 | 350 | 0 => false, |
| 351 | 351 | 1 => false, |
| 352 | 352 | 2 => false, |
@@ -360,17 +360,17 @@ discard block |
||
| 360 | 360 | 10 => false, |
| 361 | 361 | ), |
| 362 | 362 | 0 => |
| 363 | - array ( |
|
| 363 | + array( |
|
| 364 | 364 | ), |
| 365 | 365 | 1 => |
| 366 | - array ( |
|
| 366 | + array( |
|
| 367 | 367 | ), |
| 368 | 368 | 2 => |
| 369 | - array ( |
|
| 369 | + array( |
|
| 370 | 370 | 0 => false, |
| 371 | 371 | ), |
| 372 | 372 | 3 => |
| 373 | - array ( |
|
| 373 | + array( |
|
| 374 | 374 | 0 => false, |
| 375 | 375 | 1 => false, |
| 376 | 376 | 2 => false, |
@@ -384,13 +384,13 @@ discard block |
||
| 384 | 384 | 10 => false, |
| 385 | 385 | ), |
| 386 | 386 | 4 => |
| 387 | - array ( |
|
| 387 | + array( |
|
| 388 | 388 | 0 => false, |
| 389 | 389 | ), |
| 390 | 390 | ); |
| 391 | - $this->_conditions = array ( |
|
| 391 | + $this->_conditions = array( |
|
| 392 | 392 | ); |
| 393 | - $this->_kwmap = array ( |
|
| 393 | + $this->_kwmap = array( |
|
| 394 | 394 | 'reserved' => 'reserved', |
| 395 | 395 | 'keyword' => 'var', |
| 396 | 396 | ); |
@@ -41,202 +41,202 @@ |
||
| 41 | 41 | * @param array $options |
| 42 | 42 | * @access public |
| 43 | 43 | */ |
| 44 | - function __construct($options=array()) |
|
| 44 | + function __construct($options = array()) |
|
| 45 | 45 | { |
| 46 | 46 | |
| 47 | 47 | $this->_options = $options; |
| 48 | - $this->_regs = array ( |
|
| 48 | + $this->_regs = array( |
|
| 49 | 49 | -1 => '/((?i)\\<\\!\\[CDATA\\[)|((?i)\\<!--)|((?i)\\<[\\?\\/]?)|((?i)(&|%)[\\w\\-\\.]+;)/', |
| 50 | 50 | 0 => '//', |
| 51 | 51 | 1 => '//', |
| 52 | 52 | 2 => '/((?i)(?<=[\\<\\/?])[\\w\\-\\:]+)|((?i)[\\w\\-\\:]+)|((?i)")/', |
| 53 | 53 | 3 => '/((?i)(&|%)[\\w\\-\\.]+;)/', |
| 54 | 54 | ); |
| 55 | - $this->_counts = array ( |
|
| 55 | + $this->_counts = array( |
|
| 56 | 56 | -1 => |
| 57 | - array ( |
|
| 57 | + array( |
|
| 58 | 58 | 0 => 0, |
| 59 | 59 | 1 => 0, |
| 60 | 60 | 2 => 0, |
| 61 | 61 | 3 => 1, |
| 62 | 62 | ), |
| 63 | 63 | 0 => |
| 64 | - array ( |
|
| 64 | + array( |
|
| 65 | 65 | ), |
| 66 | 66 | 1 => |
| 67 | - array ( |
|
| 67 | + array( |
|
| 68 | 68 | ), |
| 69 | 69 | 2 => |
| 70 | - array ( |
|
| 70 | + array( |
|
| 71 | 71 | 0 => 0, |
| 72 | 72 | 1 => 0, |
| 73 | 73 | 2 => 0, |
| 74 | 74 | ), |
| 75 | 75 | 3 => |
| 76 | - array ( |
|
| 76 | + array( |
|
| 77 | 77 | 0 => 1, |
| 78 | 78 | ), |
| 79 | 79 | ); |
| 80 | - $this->_delim = array ( |
|
| 80 | + $this->_delim = array( |
|
| 81 | 81 | -1 => |
| 82 | - array ( |
|
| 82 | + array( |
|
| 83 | 83 | 0 => 'comment', |
| 84 | 84 | 1 => 'comment', |
| 85 | 85 | 2 => 'brackets', |
| 86 | 86 | 3 => '', |
| 87 | 87 | ), |
| 88 | 88 | 0 => |
| 89 | - array ( |
|
| 89 | + array( |
|
| 90 | 90 | ), |
| 91 | 91 | 1 => |
| 92 | - array ( |
|
| 92 | + array( |
|
| 93 | 93 | ), |
| 94 | 94 | 2 => |
| 95 | - array ( |
|
| 95 | + array( |
|
| 96 | 96 | 0 => '', |
| 97 | 97 | 1 => '', |
| 98 | 98 | 2 => 'quotes', |
| 99 | 99 | ), |
| 100 | 100 | 3 => |
| 101 | - array ( |
|
| 101 | + array( |
|
| 102 | 102 | 0 => '', |
| 103 | 103 | ), |
| 104 | 104 | ); |
| 105 | - $this->_inner = array ( |
|
| 105 | + $this->_inner = array( |
|
| 106 | 106 | -1 => |
| 107 | - array ( |
|
| 107 | + array( |
|
| 108 | 108 | 0 => 'comment', |
| 109 | 109 | 1 => 'comment', |
| 110 | 110 | 2 => 'code', |
| 111 | 111 | 3 => 'special', |
| 112 | 112 | ), |
| 113 | 113 | 0 => |
| 114 | - array ( |
|
| 114 | + array( |
|
| 115 | 115 | ), |
| 116 | 116 | 1 => |
| 117 | - array ( |
|
| 117 | + array( |
|
| 118 | 118 | ), |
| 119 | 119 | 2 => |
| 120 | - array ( |
|
| 120 | + array( |
|
| 121 | 121 | 0 => 'reserved', |
| 122 | 122 | 1 => 'var', |
| 123 | 123 | 2 => 'string', |
| 124 | 124 | ), |
| 125 | 125 | 3 => |
| 126 | - array ( |
|
| 126 | + array( |
|
| 127 | 127 | 0 => 'special', |
| 128 | 128 | ), |
| 129 | 129 | ); |
| 130 | - $this->_end = array ( |
|
| 130 | + $this->_end = array( |
|
| 131 | 131 | 0 => '/(?i)\\]\\]\\>/', |
| 132 | 132 | 1 => '/(?i)--\\>/', |
| 133 | 133 | 2 => '/(?i)[\\/\\?]?\\>/', |
| 134 | 134 | 3 => '/(?i)"/', |
| 135 | 135 | ); |
| 136 | - $this->_states = array ( |
|
| 136 | + $this->_states = array( |
|
| 137 | 137 | -1 => |
| 138 | - array ( |
|
| 138 | + array( |
|
| 139 | 139 | 0 => 0, |
| 140 | 140 | 1 => 1, |
| 141 | 141 | 2 => 2, |
| 142 | 142 | 3 => -1, |
| 143 | 143 | ), |
| 144 | 144 | 0 => |
| 145 | - array ( |
|
| 145 | + array( |
|
| 146 | 146 | ), |
| 147 | 147 | 1 => |
| 148 | - array ( |
|
| 148 | + array( |
|
| 149 | 149 | ), |
| 150 | 150 | 2 => |
| 151 | - array ( |
|
| 151 | + array( |
|
| 152 | 152 | 0 => -1, |
| 153 | 153 | 1 => -1, |
| 154 | 154 | 2 => 3, |
| 155 | 155 | ), |
| 156 | 156 | 3 => |
| 157 | - array ( |
|
| 157 | + array( |
|
| 158 | 158 | 0 => -1, |
| 159 | 159 | ), |
| 160 | 160 | ); |
| 161 | - $this->_keywords = array ( |
|
| 161 | + $this->_keywords = array( |
|
| 162 | 162 | -1 => |
| 163 | - array ( |
|
| 163 | + array( |
|
| 164 | 164 | 0 => -1, |
| 165 | 165 | 1 => -1, |
| 166 | 166 | 2 => -1, |
| 167 | 167 | 3 => |
| 168 | - array ( |
|
| 168 | + array( |
|
| 169 | 169 | ), |
| 170 | 170 | ), |
| 171 | 171 | 0 => |
| 172 | - array ( |
|
| 172 | + array( |
|
| 173 | 173 | ), |
| 174 | 174 | 1 => |
| 175 | - array ( |
|
| 175 | + array( |
|
| 176 | 176 | ), |
| 177 | 177 | 2 => |
| 178 | - array ( |
|
| 178 | + array( |
|
| 179 | 179 | 0 => |
| 180 | - array ( |
|
| 180 | + array( |
|
| 181 | 181 | ), |
| 182 | 182 | 1 => |
| 183 | - array ( |
|
| 183 | + array( |
|
| 184 | 184 | ), |
| 185 | 185 | 2 => -1, |
| 186 | 186 | ), |
| 187 | 187 | 3 => |
| 188 | - array ( |
|
| 188 | + array( |
|
| 189 | 189 | 0 => |
| 190 | - array ( |
|
| 190 | + array( |
|
| 191 | 191 | ), |
| 192 | 192 | ), |
| 193 | 193 | ); |
| 194 | - $this->_parts = array ( |
|
| 194 | + $this->_parts = array( |
|
| 195 | 195 | 0 => |
| 196 | - array ( |
|
| 196 | + array( |
|
| 197 | 197 | ), |
| 198 | 198 | 1 => |
| 199 | - array ( |
|
| 199 | + array( |
|
| 200 | 200 | ), |
| 201 | 201 | 2 => |
| 202 | - array ( |
|
| 202 | + array( |
|
| 203 | 203 | 0 => NULL, |
| 204 | 204 | 1 => NULL, |
| 205 | 205 | 2 => NULL, |
| 206 | 206 | ), |
| 207 | 207 | 3 => |
| 208 | - array ( |
|
| 208 | + array( |
|
| 209 | 209 | 0 => NULL, |
| 210 | 210 | ), |
| 211 | 211 | ); |
| 212 | - $this->_subst = array ( |
|
| 212 | + $this->_subst = array( |
|
| 213 | 213 | -1 => |
| 214 | - array ( |
|
| 214 | + array( |
|
| 215 | 215 | 0 => false, |
| 216 | 216 | 1 => false, |
| 217 | 217 | 2 => false, |
| 218 | 218 | 3 => false, |
| 219 | 219 | ), |
| 220 | 220 | 0 => |
| 221 | - array ( |
|
| 221 | + array( |
|
| 222 | 222 | ), |
| 223 | 223 | 1 => |
| 224 | - array ( |
|
| 224 | + array( |
|
| 225 | 225 | ), |
| 226 | 226 | 2 => |
| 227 | - array ( |
|
| 227 | + array( |
|
| 228 | 228 | 0 => false, |
| 229 | 229 | 1 => false, |
| 230 | 230 | 2 => false, |
| 231 | 231 | ), |
| 232 | 232 | 3 => |
| 233 | - array ( |
|
| 233 | + array( |
|
| 234 | 234 | 0 => false, |
| 235 | 235 | ), |
| 236 | 236 | ); |
| 237 | - $this->_conditions = array ( |
|
| 237 | + $this->_conditions = array( |
|
| 238 | 238 | ); |
| 239 | - $this->_kwmap = array ( |
|
| 239 | + $this->_kwmap = array( |
|
| 240 | 240 | ); |
| 241 | 241 | $this->_defClass = 'code'; |
| 242 | 242 | $this->_checkDefines(); |
@@ -41,11 +41,11 @@ discard block |
||
| 41 | 41 | * @param array $options |
| 42 | 42 | * @access public |
| 43 | 43 | */ |
| 44 | - function __construct($options=array()) |
|
| 44 | + function __construct($options = array()) |
|
| 45 | 45 | { |
| 46 | 46 | |
| 47 | 47 | $this->_options = $options; |
| 48 | - $this->_regs = array ( |
|
| 48 | + $this->_regs = array( |
|
| 49 | 49 | -1 => '/((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)\\/\\*)|((?i)")|((?i)\')|((?i)\\/\\/)|((?i)[a-z_]\\w*)|((?i)\\d*\\.?\\d+)/', |
| 50 | 50 | 0 => '/((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)\\/\\*)|((?i)")|((?i)\')|((?i)\\/\\/)|((?i)[a-z_]\\w*)|((?i)\\d*\\.?\\d+)/', |
| 51 | 51 | 1 => '/((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)\\/\\*)|((?i)")|((?i)\')|((?i)\\/\\/)|((?i)[a-z_]\\w*)|((?i)\\d*\\.?\\d+)/', |
@@ -55,9 +55,9 @@ discard block |
||
| 55 | 55 | 5 => '/((?i)\\\\\\\\|\\\\"|\\\\\'|\\\\`)/', |
| 56 | 56 | 6 => '/((?i)((https?|ftp):\\/\\/[\\w\\?\\.\\-\\&=\\/%+]+)|(^|[\\s,!?])www\\.\\w+\\.\\w+[\\w\\?\\.\\&=\\/%+]*)|((?i)\\w+[\\.\\w\\-]+@(\\w+[\\.\\w\\-])+)|((?i)\\b(note|fixme):)|((?i)\\$\\w+:.+\\$)/', |
| 57 | 57 | ); |
| 58 | - $this->_counts = array ( |
|
| 58 | + $this->_counts = array( |
|
| 59 | 59 | -1 => |
| 60 | - array ( |
|
| 60 | + array( |
|
| 61 | 61 | 0 => 0, |
| 62 | 62 | 1 => 0, |
| 63 | 63 | 2 => 0, |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | 8 => 0, |
| 70 | 70 | ), |
| 71 | 71 | 0 => |
| 72 | - array ( |
|
| 72 | + array( |
|
| 73 | 73 | 0 => 0, |
| 74 | 74 | 1 => 0, |
| 75 | 75 | 2 => 0, |
@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | 8 => 0, |
| 82 | 82 | ), |
| 83 | 83 | 1 => |
| 84 | - array ( |
|
| 84 | + array( |
|
| 85 | 85 | 0 => 0, |
| 86 | 86 | 1 => 0, |
| 87 | 87 | 2 => 0, |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | 8 => 0, |
| 94 | 94 | ), |
| 95 | 95 | 2 => |
| 96 | - array ( |
|
| 96 | + array( |
|
| 97 | 97 | 0 => 0, |
| 98 | 98 | 1 => 0, |
| 99 | 99 | 2 => 0, |
@@ -105,31 +105,31 @@ discard block |
||
| 105 | 105 | 8 => 0, |
| 106 | 106 | ), |
| 107 | 107 | 3 => |
| 108 | - array ( |
|
| 108 | + array( |
|
| 109 | 109 | 0 => 3, |
| 110 | 110 | 1 => 1, |
| 111 | 111 | 2 => 1, |
| 112 | 112 | 3 => 0, |
| 113 | 113 | ), |
| 114 | 114 | 4 => |
| 115 | - array ( |
|
| 115 | + array( |
|
| 116 | 116 | 0 => 0, |
| 117 | 117 | ), |
| 118 | 118 | 5 => |
| 119 | - array ( |
|
| 119 | + array( |
|
| 120 | 120 | 0 => 0, |
| 121 | 121 | ), |
| 122 | 122 | 6 => |
| 123 | - array ( |
|
| 123 | + array( |
|
| 124 | 124 | 0 => 3, |
| 125 | 125 | 1 => 1, |
| 126 | 126 | 2 => 1, |
| 127 | 127 | 3 => 0, |
| 128 | 128 | ), |
| 129 | 129 | ); |
| 130 | - $this->_delim = array ( |
|
| 130 | + $this->_delim = array( |
|
| 131 | 131 | -1 => |
| 132 | - array ( |
|
| 132 | + array( |
|
| 133 | 133 | 0 => 'brackets', |
| 134 | 134 | 1 => 'brackets', |
| 135 | 135 | 2 => 'brackets', |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | 8 => '', |
| 142 | 142 | ), |
| 143 | 143 | 0 => |
| 144 | - array ( |
|
| 144 | + array( |
|
| 145 | 145 | 0 => 'brackets', |
| 146 | 146 | 1 => 'brackets', |
| 147 | 147 | 2 => 'brackets', |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | 8 => '', |
| 154 | 154 | ), |
| 155 | 155 | 1 => |
| 156 | - array ( |
|
| 156 | + array( |
|
| 157 | 157 | 0 => 'brackets', |
| 158 | 158 | 1 => 'brackets', |
| 159 | 159 | 2 => 'brackets', |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | 8 => '', |
| 166 | 166 | ), |
| 167 | 167 | 2 => |
| 168 | - array ( |
|
| 168 | + array( |
|
| 169 | 169 | 0 => 'brackets', |
| 170 | 170 | 1 => 'brackets', |
| 171 | 171 | 2 => 'brackets', |
@@ -177,31 +177,31 @@ discard block |
||
| 177 | 177 | 8 => '', |
| 178 | 178 | ), |
| 179 | 179 | 3 => |
| 180 | - array ( |
|
| 180 | + array( |
|
| 181 | 181 | 0 => '', |
| 182 | 182 | 1 => '', |
| 183 | 183 | 2 => '', |
| 184 | 184 | 3 => '', |
| 185 | 185 | ), |
| 186 | 186 | 4 => |
| 187 | - array ( |
|
| 187 | + array( |
|
| 188 | 188 | 0 => '', |
| 189 | 189 | ), |
| 190 | 190 | 5 => |
| 191 | - array ( |
|
| 191 | + array( |
|
| 192 | 192 | 0 => '', |
| 193 | 193 | ), |
| 194 | 194 | 6 => |
| 195 | - array ( |
|
| 195 | + array( |
|
| 196 | 196 | 0 => '', |
| 197 | 197 | 1 => '', |
| 198 | 198 | 2 => '', |
| 199 | 199 | 3 => '', |
| 200 | 200 | ), |
| 201 | 201 | ); |
| 202 | - $this->_inner = array ( |
|
| 202 | + $this->_inner = array( |
|
| 203 | 203 | -1 => |
| 204 | - array ( |
|
| 204 | + array( |
|
| 205 | 205 | 0 => 'code', |
| 206 | 206 | 1 => 'code', |
| 207 | 207 | 2 => 'code', |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | 8 => 'number', |
| 214 | 214 | ), |
| 215 | 215 | 0 => |
| 216 | - array ( |
|
| 216 | + array( |
|
| 217 | 217 | 0 => 'code', |
| 218 | 218 | 1 => 'code', |
| 219 | 219 | 2 => 'code', |
@@ -225,7 +225,7 @@ discard block |
||
| 225 | 225 | 8 => 'number', |
| 226 | 226 | ), |
| 227 | 227 | 1 => |
| 228 | - array ( |
|
| 228 | + array( |
|
| 229 | 229 | 0 => 'code', |
| 230 | 230 | 1 => 'code', |
| 231 | 231 | 2 => 'code', |
@@ -237,7 +237,7 @@ discard block |
||
| 237 | 237 | 8 => 'number', |
| 238 | 238 | ), |
| 239 | 239 | 2 => |
| 240 | - array ( |
|
| 240 | + array( |
|
| 241 | 241 | 0 => 'code', |
| 242 | 242 | 1 => 'code', |
| 243 | 243 | 2 => 'code', |
@@ -249,29 +249,29 @@ discard block |
||
| 249 | 249 | 8 => 'number', |
| 250 | 250 | ), |
| 251 | 251 | 3 => |
| 252 | - array ( |
|
| 252 | + array( |
|
| 253 | 253 | 0 => 'url', |
| 254 | 254 | 1 => 'url', |
| 255 | 255 | 2 => 'inlinedoc', |
| 256 | 256 | 3 => 'inlinedoc', |
| 257 | 257 | ), |
| 258 | 258 | 4 => |
| 259 | - array ( |
|
| 259 | + array( |
|
| 260 | 260 | 0 => 'special', |
| 261 | 261 | ), |
| 262 | 262 | 5 => |
| 263 | - array ( |
|
| 263 | + array( |
|
| 264 | 264 | 0 => 'special', |
| 265 | 265 | ), |
| 266 | 266 | 6 => |
| 267 | - array ( |
|
| 267 | + array( |
|
| 268 | 268 | 0 => 'url', |
| 269 | 269 | 1 => 'url', |
| 270 | 270 | 2 => 'inlinedoc', |
| 271 | 271 | 3 => 'inlinedoc', |
| 272 | 272 | ), |
| 273 | 273 | ); |
| 274 | - $this->_end = array ( |
|
| 274 | + $this->_end = array( |
|
| 275 | 275 | 0 => '/(?i)\\}/', |
| 276 | 276 | 1 => '/(?i)\\)/', |
| 277 | 277 | 2 => '/(?i)\\]/', |
@@ -280,9 +280,9 @@ discard block |
||
| 280 | 280 | 5 => '/(?i)\'/', |
| 281 | 281 | 6 => '/(?mi)$/', |
| 282 | 282 | ); |
| 283 | - $this->_states = array ( |
|
| 283 | + $this->_states = array( |
|
| 284 | 284 | -1 => |
| 285 | - array ( |
|
| 285 | + array( |
|
| 286 | 286 | 0 => 0, |
| 287 | 287 | 1 => 1, |
| 288 | 288 | 2 => 2, |
@@ -294,7 +294,7 @@ discard block |
||
| 294 | 294 | 8 => -1, |
| 295 | 295 | ), |
| 296 | 296 | 0 => |
| 297 | - array ( |
|
| 297 | + array( |
|
| 298 | 298 | 0 => 0, |
| 299 | 299 | 1 => 1, |
| 300 | 300 | 2 => 2, |
@@ -306,7 +306,7 @@ discard block |
||
| 306 | 306 | 8 => -1, |
| 307 | 307 | ), |
| 308 | 308 | 1 => |
| 309 | - array ( |
|
| 309 | + array( |
|
| 310 | 310 | 0 => 0, |
| 311 | 311 | 1 => 1, |
| 312 | 312 | 2 => 2, |
@@ -318,7 +318,7 @@ discard block |
||
| 318 | 318 | 8 => -1, |
| 319 | 319 | ), |
| 320 | 320 | 2 => |
| 321 | - array ( |
|
| 321 | + array( |
|
| 322 | 322 | 0 => 0, |
| 323 | 323 | 1 => 1, |
| 324 | 324 | 2 => 2, |
@@ -330,31 +330,31 @@ discard block |
||
| 330 | 330 | 8 => -1, |
| 331 | 331 | ), |
| 332 | 332 | 3 => |
| 333 | - array ( |
|
| 333 | + array( |
|
| 334 | 334 | 0 => -1, |
| 335 | 335 | 1 => -1, |
| 336 | 336 | 2 => -1, |
| 337 | 337 | 3 => -1, |
| 338 | 338 | ), |
| 339 | 339 | 4 => |
| 340 | - array ( |
|
| 340 | + array( |
|
| 341 | 341 | 0 => -1, |
| 342 | 342 | ), |
| 343 | 343 | 5 => |
| 344 | - array ( |
|
| 344 | + array( |
|
| 345 | 345 | 0 => -1, |
| 346 | 346 | ), |
| 347 | 347 | 6 => |
| 348 | - array ( |
|
| 348 | + array( |
|
| 349 | 349 | 0 => -1, |
| 350 | 350 | 1 => -1, |
| 351 | 351 | 2 => -1, |
| 352 | 352 | 3 => -1, |
| 353 | 353 | ), |
| 354 | 354 | ); |
| 355 | - $this->_keywords = array ( |
|
| 355 | + $this->_keywords = array( |
|
| 356 | 356 | -1 => |
| 357 | - array ( |
|
| 357 | + array( |
|
| 358 | 358 | 0 => -1, |
| 359 | 359 | 1 => -1, |
| 360 | 360 | 2 => -1, |
@@ -363,16 +363,16 @@ discard block |
||
| 363 | 363 | 5 => -1, |
| 364 | 364 | 6 => -1, |
| 365 | 365 | 7 => |
| 366 | - array ( |
|
| 366 | + array( |
|
| 367 | 367 | 'builtin' => '/^(String|Array|RegExp|Function|Math|Number|Date|Image|window|document|navigator|onAbort|onBlur|onChange|onClick|onDblClick|onDragDrop|onError|onFocus|onKeyDown|onKeyPress|onKeyUp|onLoad|onMouseDown|onMouseOver|onMouseOut|onMouseMove|onMouseUp|onMove|onReset|onResize|onSelect|onSubmit|onUnload)$/', |
| 368 | 368 | 'reserved' => '/^(break|continue|do|while|export|for|in|if|else|import|return|label|switch|case|var|with|delete|new|this|typeof|void|abstract|boolean|byte|catch|char|class|const|debugger|default|double|enum|extends|false|final|finally|float|function|implements|goto|instanceof|int|interface|long|native|null|package|private|protected|public|short|static|super|synchronized|throw|throws|transient|true|try|volatile)$/', |
| 369 | 369 | ), |
| 370 | 370 | 8 => |
| 371 | - array ( |
|
| 371 | + array( |
|
| 372 | 372 | ), |
| 373 | 373 | ), |
| 374 | 374 | 0 => |
| 375 | - array ( |
|
| 375 | + array( |
|
| 376 | 376 | 0 => -1, |
| 377 | 377 | 1 => -1, |
| 378 | 378 | 2 => -1, |
@@ -381,16 +381,16 @@ discard block |
||
| 381 | 381 | 5 => -1, |
| 382 | 382 | 6 => -1, |
| 383 | 383 | 7 => |
| 384 | - array ( |
|
| 384 | + array( |
|
| 385 | 385 | 'builtin' => '/^(String|Array|RegExp|Function|Math|Number|Date|Image|window|document|navigator|onAbort|onBlur|onChange|onClick|onDblClick|onDragDrop|onError|onFocus|onKeyDown|onKeyPress|onKeyUp|onLoad|onMouseDown|onMouseOver|onMouseOut|onMouseMove|onMouseUp|onMove|onReset|onResize|onSelect|onSubmit|onUnload)$/', |
| 386 | 386 | 'reserved' => '/^(break|continue|do|while|export|for|in|if|else|import|return|label|switch|case|var|with|delete|new|this|typeof|void|abstract|boolean|byte|catch|char|class|const|debugger|default|double|enum|extends|false|final|finally|float|function|implements|goto|instanceof|int|interface|long|native|null|package|private|protected|public|short|static|super|synchronized|throw|throws|transient|true|try|volatile)$/', |
| 387 | 387 | ), |
| 388 | 388 | 8 => |
| 389 | - array ( |
|
| 389 | + array( |
|
| 390 | 390 | ), |
| 391 | 391 | ), |
| 392 | 392 | 1 => |
| 393 | - array ( |
|
| 393 | + array( |
|
| 394 | 394 | 0 => -1, |
| 395 | 395 | 1 => -1, |
| 396 | 396 | 2 => -1, |
@@ -399,16 +399,16 @@ discard block |
||
| 399 | 399 | 5 => -1, |
| 400 | 400 | 6 => -1, |
| 401 | 401 | 7 => |
| 402 | - array ( |
|
| 402 | + array( |
|
| 403 | 403 | 'builtin' => '/^(String|Array|RegExp|Function|Math|Number|Date|Image|window|document|navigator|onAbort|onBlur|onChange|onClick|onDblClick|onDragDrop|onError|onFocus|onKeyDown|onKeyPress|onKeyUp|onLoad|onMouseDown|onMouseOver|onMouseOut|onMouseMove|onMouseUp|onMove|onReset|onResize|onSelect|onSubmit|onUnload)$/', |
| 404 | 404 | 'reserved' => '/^(break|continue|do|while|export|for|in|if|else|import|return|label|switch|case|var|with|delete|new|this|typeof|void|abstract|boolean|byte|catch|char|class|const|debugger|default|double|enum|extends|false|final|finally|float|function|implements|goto|instanceof|int|interface|long|native|null|package|private|protected|public|short|static|super|synchronized|throw|throws|transient|true|try|volatile)$/', |
| 405 | 405 | ), |
| 406 | 406 | 8 => |
| 407 | - array ( |
|
| 407 | + array( |
|
| 408 | 408 | ), |
| 409 | 409 | ), |
| 410 | 410 | 2 => |
| 411 | - array ( |
|
| 411 | + array( |
|
| 412 | 412 | 0 => -1, |
| 413 | 413 | 1 => -1, |
| 414 | 414 | 2 => -1, |
@@ -417,60 +417,60 @@ discard block |
||
| 417 | 417 | 5 => -1, |
| 418 | 418 | 6 => -1, |
| 419 | 419 | 7 => |
| 420 | - array ( |
|
| 420 | + array( |
|
| 421 | 421 | 'builtin' => '/^(String|Array|RegExp|Function|Math|Number|Date|Image|window|document|navigator|onAbort|onBlur|onChange|onClick|onDblClick|onDragDrop|onError|onFocus|onKeyDown|onKeyPress|onKeyUp|onLoad|onMouseDown|onMouseOver|onMouseOut|onMouseMove|onMouseUp|onMove|onReset|onResize|onSelect|onSubmit|onUnload)$/', |
| 422 | 422 | 'reserved' => '/^(break|continue|do|while|export|for|in|if|else|import|return|label|switch|case|var|with|delete|new|this|typeof|void|abstract|boolean|byte|catch|char|class|const|debugger|default|double|enum|extends|false|final|finally|float|function|implements|goto|instanceof|int|interface|long|native|null|package|private|protected|public|short|static|super|synchronized|throw|throws|transient|true|try|volatile)$/', |
| 423 | 423 | ), |
| 424 | 424 | 8 => |
| 425 | - array ( |
|
| 425 | + array( |
|
| 426 | 426 | ), |
| 427 | 427 | ), |
| 428 | 428 | 3 => |
| 429 | - array ( |
|
| 429 | + array( |
|
| 430 | 430 | 0 => |
| 431 | - array ( |
|
| 431 | + array( |
|
| 432 | 432 | ), |
| 433 | 433 | 1 => |
| 434 | - array ( |
|
| 434 | + array( |
|
| 435 | 435 | ), |
| 436 | 436 | 2 => |
| 437 | - array ( |
|
| 437 | + array( |
|
| 438 | 438 | ), |
| 439 | 439 | 3 => |
| 440 | - array ( |
|
| 440 | + array( |
|
| 441 | 441 | ), |
| 442 | 442 | ), |
| 443 | 443 | 4 => |
| 444 | - array ( |
|
| 444 | + array( |
|
| 445 | 445 | 0 => |
| 446 | - array ( |
|
| 446 | + array( |
|
| 447 | 447 | ), |
| 448 | 448 | ), |
| 449 | 449 | 5 => |
| 450 | - array ( |
|
| 450 | + array( |
|
| 451 | 451 | 0 => |
| 452 | - array ( |
|
| 452 | + array( |
|
| 453 | 453 | ), |
| 454 | 454 | ), |
| 455 | 455 | 6 => |
| 456 | - array ( |
|
| 456 | + array( |
|
| 457 | 457 | 0 => |
| 458 | - array ( |
|
| 458 | + array( |
|
| 459 | 459 | ), |
| 460 | 460 | 1 => |
| 461 | - array ( |
|
| 461 | + array( |
|
| 462 | 462 | ), |
| 463 | 463 | 2 => |
| 464 | - array ( |
|
| 464 | + array( |
|
| 465 | 465 | ), |
| 466 | 466 | 3 => |
| 467 | - array ( |
|
| 467 | + array( |
|
| 468 | 468 | ), |
| 469 | 469 | ), |
| 470 | 470 | ); |
| 471 | - $this->_parts = array ( |
|
| 471 | + $this->_parts = array( |
|
| 472 | 472 | 0 => |
| 473 | - array ( |
|
| 473 | + array( |
|
| 474 | 474 | 0 => NULL, |
| 475 | 475 | 1 => NULL, |
| 476 | 476 | 2 => NULL, |
@@ -482,7 +482,7 @@ discard block |
||
| 482 | 482 | 8 => NULL, |
| 483 | 483 | ), |
| 484 | 484 | 1 => |
| 485 | - array ( |
|
| 485 | + array( |
|
| 486 | 486 | 0 => NULL, |
| 487 | 487 | 1 => NULL, |
| 488 | 488 | 2 => NULL, |
@@ -494,7 +494,7 @@ discard block |
||
| 494 | 494 | 8 => NULL, |
| 495 | 495 | ), |
| 496 | 496 | 2 => |
| 497 | - array ( |
|
| 497 | + array( |
|
| 498 | 498 | 0 => NULL, |
| 499 | 499 | 1 => NULL, |
| 500 | 500 | 2 => NULL, |
@@ -506,31 +506,31 @@ discard block |
||
| 506 | 506 | 8 => NULL, |
| 507 | 507 | ), |
| 508 | 508 | 3 => |
| 509 | - array ( |
|
| 509 | + array( |
|
| 510 | 510 | 0 => NULL, |
| 511 | 511 | 1 => NULL, |
| 512 | 512 | 2 => NULL, |
| 513 | 513 | 3 => NULL, |
| 514 | 514 | ), |
| 515 | 515 | 4 => |
| 516 | - array ( |
|
| 516 | + array( |
|
| 517 | 517 | 0 => NULL, |
| 518 | 518 | ), |
| 519 | 519 | 5 => |
| 520 | - array ( |
|
| 520 | + array( |
|
| 521 | 521 | 0 => NULL, |
| 522 | 522 | ), |
| 523 | 523 | 6 => |
| 524 | - array ( |
|
| 524 | + array( |
|
| 525 | 525 | 0 => NULL, |
| 526 | 526 | 1 => NULL, |
| 527 | 527 | 2 => NULL, |
| 528 | 528 | 3 => NULL, |
| 529 | 529 | ), |
| 530 | 530 | ); |
| 531 | - $this->_subst = array ( |
|
| 531 | + $this->_subst = array( |
|
| 532 | 532 | -1 => |
| 533 | - array ( |
|
| 533 | + array( |
|
| 534 | 534 | 0 => false, |
| 535 | 535 | 1 => false, |
| 536 | 536 | 2 => false, |
@@ -542,7 +542,7 @@ discard block |
||
| 542 | 542 | 8 => false, |
| 543 | 543 | ), |
| 544 | 544 | 0 => |
| 545 | - array ( |
|
| 545 | + array( |
|
| 546 | 546 | 0 => false, |
| 547 | 547 | 1 => false, |
| 548 | 548 | 2 => false, |
@@ -554,7 +554,7 @@ discard block |
||
| 554 | 554 | 8 => false, |
| 555 | 555 | ), |
| 556 | 556 | 1 => |
| 557 | - array ( |
|
| 557 | + array( |
|
| 558 | 558 | 0 => false, |
| 559 | 559 | 1 => false, |
| 560 | 560 | 2 => false, |
@@ -566,7 +566,7 @@ discard block |
||
| 566 | 566 | 8 => false, |
| 567 | 567 | ), |
| 568 | 568 | 2 => |
| 569 | - array ( |
|
| 569 | + array( |
|
| 570 | 570 | 0 => false, |
| 571 | 571 | 1 => false, |
| 572 | 572 | 2 => false, |
@@ -578,31 +578,31 @@ discard block |
||
| 578 | 578 | 8 => false, |
| 579 | 579 | ), |
| 580 | 580 | 3 => |
| 581 | - array ( |
|
| 581 | + array( |
|
| 582 | 582 | 0 => false, |
| 583 | 583 | 1 => false, |
| 584 | 584 | 2 => false, |
| 585 | 585 | 3 => false, |
| 586 | 586 | ), |
| 587 | 587 | 4 => |
| 588 | - array ( |
|
| 588 | + array( |
|
| 589 | 589 | 0 => false, |
| 590 | 590 | ), |
| 591 | 591 | 5 => |
| 592 | - array ( |
|
| 592 | + array( |
|
| 593 | 593 | 0 => false, |
| 594 | 594 | ), |
| 595 | 595 | 6 => |
| 596 | - array ( |
|
| 596 | + array( |
|
| 597 | 597 | 0 => false, |
| 598 | 598 | 1 => false, |
| 599 | 599 | 2 => false, |
| 600 | 600 | 3 => false, |
| 601 | 601 | ), |
| 602 | 602 | ); |
| 603 | - $this->_conditions = array ( |
|
| 603 | + $this->_conditions = array( |
|
| 604 | 604 | ); |
| 605 | - $this->_kwmap = array ( |
|
| 605 | + $this->_kwmap = array( |
|
| 606 | 606 | 'builtin' => 'builtin', |
| 607 | 607 | 'reserved' => 'reserved', |
| 608 | 608 | ); |