1: doctype "../grammars/EJ.g.etl" context "MethodContent";
     2: // cast operator
     3: (list.get(i) as Integer).intValue(); 
     4: -128 as byte;
     5: // type checking 
     6: (o instanceof String || o instanceof Integer);