svoid tok_beaConceptDecls(LS tok) { ret unless contains(tok, "beaConcept"); jreplace(tok, "beaConcept > ", "concept $2 > $4"); jreplace(tok, "beaConcept {", "concept $2 > BEAObject {"); }