// Automatically generated code. Edit at your own risk! // Generated by bali2jak v2002.09.03. layer syntax ; public class AdditionNode extends Addition { final public static int ARG_LENGTH = 1 ; final public static int TOK_LENGTH = 1 ; public Expression getExpression () { return (Expression) arg [0] ; } public boolean[] printorder () { return new boolean[] {true, false} ; } public AdditionNode setParms (AstToken tok0, Expression arg0) { arg = new AstNode [ARG_LENGTH] ; tok = new AstTokenInterface [TOK_LENGTH] ; tok [0] = tok0 ; /* "+" */ arg [0] = arg0 ; /* Expression */ InitChildren () ; return (AdditionNode) this ; } }