Beispiel #1
0
 protected void handleEndAction()
 {
     this.PopMode();
     if (ModeStack.Any())
     {
         this.Type = ANTLRv4Lexer.ACTION_CONTENT;
     }
 }
Beispiel #2
0
 protected void handleEndArgument()
 {
     this.PopMode();
     if (ModeStack.Any())
     {
         this.Type = ANTLRv4Lexer.ARGUMENT_CONTENT;
     }
 }