PerlClassA::Child1 |
PerlClassA::Root
This module was documented using JavaDoc style
PerlClassA:: Child1 | PerlClassA::Root |
Overview | blah blah |
More Stuff | blah blah |
Functions | |
FunctionA | Returns the character at the specified index. |
FunctionB | Returns the character at the specified index. |
FunctionB | PerlClassA::Child1::FunctionB |
sub FunctionA
Returns the character at the specified index. An index ranges from 0 to length() - 1.
param | index the index of the desired character. |
the desired character.
exception | StringIndexOutOfRangeException if the index is not in the range 0 to length()-1. |
java.lang.Character.charValue()
sub FunctionB
Returns the character at the specified index. An index ranges from 0 to length() - 1.
param | index the index of the desired character. |
the desired character.
exception | StringIndexOutOfRangeException if the index is not in the range 0 to length()-1. |
java.lang.Character.charValue()
To send feedback on this topic email: natural@gmai l.com docsplus
© Some Rights Reserved. see <License>
Returns the character at the specified index.
sub FunctionA
Returns the character at the specified index.
sub FunctionB