7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
388 <dd> | 388 <dd> |
389 name of the attribute | 389 name of the attribute |
390 </dd> | 390 </dd> |
391 </dl> | 391 </dl> |
392 <dl> | 392 <dl> |
393 <dt>Returns:</dt> | 393 <dt>Return:</dt> |
394 <dd> | 394 <dd> |
395 the named attribute | 395 the named attribute |
396 </dd> | 396 </dd> |
397 </dl> | 397 </dl> |
398 <dl> | 398 <dl> |
414 <dd> | 414 <dd> |
415 name of the global variable | 415 name of the global variable |
416 </dd> | 416 </dd> |
417 </dl> | 417 </dl> |
418 <dl> | 418 <dl> |
419 <dt>Returns:</dt> | 419 <dt>Return:</dt> |
420 <dd> | 420 <dd> |
421 the named global variable | 421 the named global variable |
422 </dd> | 422 </dd> |
423 </dl> | 423 </dl> |
424 <dl> | 424 <dl> |
440 <dd> | 440 <dd> |
441 name of the method (string) | 441 name of the method (string) |
442 </dd> | 442 </dd> |
443 </dl> | 443 </dl> |
444 <dl> | 444 <dl> |
445 <dt>Returns:</dt> | 445 <dt>Return:</dt> |
446 <dd> | 446 <dd> |
447 the named method | 447 the named method |
448 </dd> | 448 </dd> |
449 </dl> | 449 </dl> |
450 <dl> | 450 <dl> |
515 | 515 |
516 <p> | 516 <p> |
517 Public method to check, if the visibility is Private. | 517 Public method to check, if the visibility is Private. |
518 </p> | 518 </p> |
519 <dl> | 519 <dl> |
520 <dt>Returns:</dt> | 520 <dt>Return:</dt> |
521 <dd> | 521 <dd> |
522 flag indicating Private visibility | 522 flag indicating Private visibility |
523 </dd> | 523 </dd> |
524 </dl> | 524 </dl> |
525 <dl> | 525 <dl> |
534 | 534 |
535 <p> | 535 <p> |
536 Public method to check, if the visibility is Protected. | 536 Public method to check, if the visibility is Protected. |
537 </p> | 537 </p> |
538 <dl> | 538 <dl> |
539 <dt>Returns:</dt> | 539 <dt>Return:</dt> |
540 <dd> | 540 <dd> |
541 flag indicating Protected visibility | 541 flag indicating Protected visibility |
542 </dd> | 542 </dd> |
543 </dl> | 543 </dl> |
544 <dl> | 544 <dl> |
553 | 553 |
554 <p> | 554 <p> |
555 Public method to check, if the visibility is Public. | 555 Public method to check, if the visibility is Public. |
556 </p> | 556 </p> |
557 <dl> | 557 <dl> |
558 <dt>Returns:</dt> | 558 <dt>Return:</dt> |
559 <dd> | 559 <dd> |
560 flag indicating Public visibility | 560 flag indicating Public visibility |
561 </dd> | 561 </dd> |
562 </dl> | 562 </dl> |
563 <dl> | 563 <dl> |