Exemple #1
0
 public StandardStatement(Ast.InstructionType instruction, Token[] arguments)
     : base(arguments)
 {
     Instruction = instruction;
 }
Exemple #2
0
 public InstructionToken(Ast.InstructionType value)
 {
     Value = value;
 }