SimpleAction() public abstract méthode

public abstract SimpleAction ( ParserSimpleAction a ) : void
a ParserSimpleAction
Résultat void
Exemple #1
0
 public ParserSimpleAction(SymbolsGen yyp)
     : base(yyp)
 {
     yyp.actions.Add((object)this);
     this.m_symtype = CSymbol.SymType.simpleaction;
     yyp.SimpleAction(this);
 }
Exemple #2
0
		public ParserSimpleAction(SymbolsGen yyp) : base(yyp) {
			yyp.actions.Add(this);
			m_symtype = CSymbol.SymType.simpleaction;
			yyp.SimpleAction(this);
		}