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