AstCodeBlock.AllLocals Field
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: AstCodeBlock
The set of locals defined within this block
public List<AstVariableDeclaration> AllLocals;
Remarks
Used to check if variable defined in inner scope is declared in an outer scope, but after the inner scope
Field Type
List<AstVariableDeclaration> |