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