this.statusBar.setText("Parsing rif ...");
int numberOfRootElements = 0;
int cnt = 0 ;
Operator[] rootArray;
this.vrg = new VisualRifGenerator(rifCode,this.that,this.console,this.bottomPane,this.visualRifEditor, null);
if ( !this.vrg.getRifDocument().getPrefixMap().isEmpty() ) {
numberOfRootElements++;
}
if ( !this.vrg.getRifDocument().getChildren().isEmpty() ) {