Esempio n. 1
0
 public override void ExitPropertyblockArrayEntryPrimary([NotNull] SBP.PropertyblockArrayEntryPrimaryContext context)
 {
     this.PopValuePushEntry(context.Start.Line);
 }
Esempio n. 2
0
 public override void EnterPropertyblockArrayEntryPrimary([NotNull] SBP.PropertyblockArrayEntryPrimaryContext context)
 {
     m_expressionData.PushStackLevel("Array Entry Value");   // For the value.
 }