프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FlowContext | Devsense.PHP.Syntax |
메소드 | 설명 | |
---|---|---|
AddVarType ( int varindex, TypeRefMask type ) : void | ||
GetVarIndex ( VariableName name ) : int |
Gets index of variable within the context.
|
|
GetVarType ( VariableName name ) : TypeRefMask | ||
IsReference ( int varindex ) : bool |
Gets value indicating whether given variable might be a reference.
|
|
IsUsed ( int varindex ) : bool | ||
SetAllUsed ( ) : void |
Marks all local variables as used.
|
|
SetReference ( int varindex ) : void | ||
SetUsed ( int varindex ) : void |
Sets specified variable as being used.
|
메소드 | 설명 | |
---|---|---|
FlowContext ( |
public AddVarType ( int varindex, TypeRefMask type ) : void | ||
varindex | int | |
type | TypeRefMask | |
리턴 | void |
public GetVarType ( VariableName name ) : TypeRefMask | ||
name | VariableName | |
리턴 | TypeRefMask |