// Automatically generated code. Edit at your own risk! // Generated by bali2jak v2002.09.03. public class BChoose1 extends Expr { final public static int ARG_LENGTH = 1 ; final public static int TOK_LENGTH = 3 ; public ExprList getExprList () { return (ExprList) arg [0] ; } public boolean[] printorder () { return new boolean[] {true, true, false, true} ; } public BChoose1 setParms (AstToken tok0, AstToken tok1, ExprList arg0, AstToken tok2) { arg = new AstNode [ARG_LENGTH] ; tok = new AstTokenInterface [TOK_LENGTH] ; tok [0] = tok0 ; /* "choose1" */ tok [1] = tok1 ; /* "(" */ arg [0] = arg0 ; /* ExprList */ tok [2] = tok2 ; /* ")" */ InitChildren () ; return (BChoose1) this ; } }