class SourceCodeInfo extends Message

Properties

Location[] $location

Methods

static 
descriptor()

No description

boolean
hasLocation()

Check if has a value

getLocation(int $idx = NULL)

Get value

setLocation(Location $value, $idx = NULL)

Set value

getLocationList()

Get all elements of

addLocation(Location $value)

Add a new element to

Details

at line line 6234
static descriptor()

at line line 6259
boolean hasLocation()

Check if has a value

Return Value

boolean

at line line 6268
SourceCodeInfo clearLocation()

Clear value

Return Value

SourceCodeInfo

at line line 6278
Location getLocation(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

Location

at line line 6288
SourceCodeInfo setLocation(Location $value, $idx = NULL)

Set value

Parameters

Location $value
$idx

Return Value

SourceCodeInfo

at line line 6297
Location[] getLocationList()

Get all elements of

Return Value

Location[]

at line line 6307
SourceCodeInfo addLocation(Location $value)

Add a new element to

Parameters

Location $value

Return Value

SourceCodeInfo