예제 #1
0
 public override void EnterStructDeclaration(NewDecafParser.StructDeclarationContext context)
 {
     StructDeclaration SD = new StructDeclaration();
     setNodeCommand(context, SD);
 }
예제 #2
0
 public void addCommand(StructDeclaration theCommand)
 {
     structDeclList.Add(theCommand);
 }