¡@

Home 

java Programming Glossary: this.visit

If/else statements in ANTLR using listeners

http://stackoverflow.com/questions/15610183/if-else-statements-in-antlr-using-listeners

condition conditions Value evaluated this.visit condition.expr if evaluated.asBoolean evaluatedBlock true.. evaluatedBlock true evaluate the block whose expr true this.visit condition.stat_block break if evaluatedBlock ctx.stat_block.. null evaluate the else stat_block if present not null this.visit ctx.stat_block return Value.VOID @Override public Value visitAndExpr..