Ejemplo n.º 1
0
 static {
   a = new int[cation.values().length];
   try {
     a[cation.TOP.ordinal()] = 1;
   } catch (NoSuchFieldError nosuchfielderror2) {
   }
   try {
     a[cation.LEFT.ordinal()] = 2;
   } catch (NoSuchFieldError nosuchfielderror1) {
   }
   try {
     a[cation.RIGHT.ordinal()] = 3;
   } catch (NoSuchFieldError nosuchfielderror) {
     return;
   }
 }