Method |
Description |
|
asPath ( ) : str |
Return the element path. |
|
containingClass ( ) : ClassDoc |
Get the containing class of this program element. If the element is in
the global scope and does not have a parent class, this will return null. |
|
containingPackage ( ) : PackageDoc |
Get the package that this program element is contained in. |
|
isFinal ( ) : boolean |
Return true if this program element is final. |
|
isPrivate ( ) : boolean |
Return true if this program element is private. |
|
isProtected ( ) : boolean |
Return true if this program element is protected. |
|
isPublic ( ) : boolean |
Return true if this program element is public. |
|
isStatic ( ) : boolean |
Return true if this program element is static. |
|
location ( ) : str |
Get the source location of this element |
|
makePrivate ( ) |
Set element to have private access |
|
makeProtected ( ) |
Set element to have protected access |
|
makePublic ( ) |
Set element to have public access |
|
modifiers ( $showPublic = TRUE ) : str |
Get modifiers string. |
|
packageName ( ) : str |
Get the name of the package that this program element is contained in. |
|
qualifiedName ( ) : str |
Get the fully qualified name. |
|
sourceFilename ( ) |
|
|
sourceLine ( ) |
|
|