PerlClassA:: Child1

PerlClassA::Child1

PerlClassA::Root

Description

This module was documented using JavaDoc style

Summary
PerlClassA:: Child1PerlClassA::Root
Overviewblah blah
More Stuffblah blah
Functions
FunctionAReturns the character at the specified index.
FunctionBReturns the character at the specified index.
FunctionBPerlClassA::Child1::FunctionB

Overview

blah blah

More Stuff

blah blah

Functions

FunctionA

sub FunctionA

Returns the character at the specified index.  An index ranges from 0 to length() - 1.

Parameters

param index the index of the desired character.

Returns

the desired character.

Throws

exception StringIndexOutOfRangeException if the index is not in the range 0 to length()-1.

See Also

java.lang.Character.charValue()

FunctionB

sub FunctionB

Returns the character at the specified index.  An index ranges from 0 to length() - 1.

Parameters

param index the index of the desired character.

Returns

the desired character.

Throws

exception StringIndexOutOfRangeException if the index is not in the range 0 to length()-1.

See Also

java.lang.Character.charValue()

FunctionB

sub FunctionB #(arg1,
arg2)

PerlClassA::Child1::FunctionB

To send feedback on this topic email: natural.nosp@m.docsplus@gmai.nosp@m.l.com

© Some Rights Reserved. see <License>

PerlClassA::Root
sub FunctionA
Returns the character at the specified index.
sub FunctionB
Returns the character at the specified index.