Example #1
0
 public LocalVariableContext(SchemaFileContext schemaFileContext, List <Field> variables)
 {
     _schemaFileContext = schemaFileContext;
     _schemaFileContext.Variables.Push(variables);
 }
Example #2
0
 public StatementContext(SchemaFileContext schemaFileContext, List <SchemaObjectReference> statementReferences)
 {
     _schemaFileContext = schemaFileContext;
     _schemaFileContext.StatementReferences.Push(statementReferences);
 }