Home | History | Annotate | Download | only in parser

Lines Matching refs:DEBUG

107             if (DEBUG) System.out.println (s_line);
111 if (DEBUG) System.out.println (s_line);
117 if (DEBUG) System.out.println (s_line);
120 if (DEBUG) System.out.println (s_line);
123 if (DEBUG) System.out.println (s_line);
126 if (DEBUG) System.out.println (s_line);
129 if (DEBUG) System.out.println (s_line);
138 if (DEBUG) System.out.println ("magic: [" + Long.toHexString (magic) + ']');
149 if (DEBUG)
162 if (DEBUG) System.out.println ("constant_pool_count = " + constant_pool_count + " [actual number of entries = " + (constant_pool_count - 1) + "]");
171 if (DEBUG) System.out.println ("[" + index + "] constant: " + cp_info);
190 if (DEBUG) System.out.println ("this_class: [" + _class_index + ']');
199 if (DEBUG) System.out.println ("super_class: [" + _class_index + ']');
208 if (DEBUG) System.out.println ("interfaces_count = " + _interfaces_count);
213 if (DEBUG) System.out.println ("[" + i + "] interface: " + _interface_index);
223 if (DEBUG) System.out.println ("fields_count = " + _fields_count);
230 if (DEBUG)
263 if (DEBUG) System.out.println ("methods_count = " + _methods_count);
270 if (DEBUG)
284 if (DEBUG) System.out.println ("attributes_count = " + _attributes_count);
291 if (DEBUG)
305 private static final boolean DEBUG = false;