400401402403404405406407408409410
} } ETuple2 t2; EPortControl ctrl; ETuple3 t3; ETuple4 t4; ETuple tup; if ((t2 = ETuple2.cast(msg)) != null) { EObject sender = t2.elem1;
136137138139140141142143144145146
for (; !opts.isNil(); opts = opts.tail()) { EObject option = opts.head(); EAtom atom; ETuple2 t2; ETuple3 t3; if ((atom = option.testAtom()) != null) { if (atom == am_bag || atom == am_duplicate_bag || atom == am_set || atom == am_ordered_set) { type = atom; continue;
420421422423424425426427428429
public TryExceptionHandler(int pc, ExceptionHandlerStackElement next) { super(pc, next); } public void catchAction(ErlangException e, EObject[] reg) { ETuple3 tmp = e.getTryValue(); reg[0] = tmp.elem1; reg[1] = tmp.elem2; reg[2] = tmp.elem3; }
275276277278279280281282283284285
throw ERT.badarg(portName, portSetting); ETask<? extends EPort> task = null; ETuple2 name; ETuple3 name3; if ((name = ETuple2.cast(t)) != null) { EAtom am = name.elem2.testAtom(); EString command = (am == null) ? (EString)EString.make(name.elem2)