extends |
VirtualNode |
---|
Methods | ||
---|---|---|
public
|
getReturnStatements(): list<ReturnStatement>
|
# |
public
|
getStatementResult(): StatementResult
|
# |
public
|
getExecutionEnds(): list<ExecutionEndNode>
|
# |
public
|
getImpurePoints(): ImpurePoint[]
|
# |
public
|
returnsByRef(): bool
|
# |
public
|
hasNativeReturnTypehint(): bool
|
# |
public
|
getYieldStatements(): list<Yield_|YieldFrom>
|
# |
public
|
isGenerator(): bool
|
# |