class StackFrame extends Collection (View source)

Properties

protected $collection_key
protected $argumentsType
protected $argumentsDataType
string $function
protected $localsType
protected $localsDataType
protected $locationType
protected $locationDataType

Methods

setArguments($arguments)

No description

getArguments()

No description

setFunction($function)

No description

string
getFunction()

No description

setLocals($locals)

No description

getLocals()

No description

setLocation(SourceLocation $location)

No description

getLocation()

No description

Details

setArguments($arguments)

No description

Parameters

$arguments

Variable[] getArguments()

No description

Return Value

Variable[]

setFunction($function)

No description

Parameters

$function

string getFunction()

No description

Return Value

string

setLocals($locals)

No description

Parameters

$locals

Variable[] getLocals()

No description

Return Value

Variable[]

setLocation(SourceLocation $location)

No description

Parameters

SourceLocation $location

SourceLocation getLocation()

No description

Return Value

SourceLocation