410411412413414415416
throw new UnreachableStatementException(); } public MethodInfo[] getDeclaredMethods() { throw new UnreachableStatementException(); }
415416417418419420421
throw new UnreachableStatementException(); } public InterfaceInfo[] getInterfaces() { throw new UnreachableStatementException(); }
420421422423424425426
throw new UnreachableStatementException(); } public String getName() { throw new UnreachableStatementException(); }
425426427428429430431
throw new UnreachableStatementException(); } public ClassInfo getSuperclass() { throw new UnreachableStatementException(); }
430431432433434435436
throw new UnreachableStatementException(); } public boolean isInterface() { throw new UnreachableStatementException(); }
435436437438439440441
throw new UnreachableStatementException(); } public AnnotationValue getAnnotation(String name) { throw new UnreachableStatementException(); }
440441442443444445446
throw new UnreachableStatementException(); } public AnnotationValue[] getAnnotations() { throw new UnreachableStatementException(); }
445446447448449450451
throw new UnreachableStatementException(); } public boolean isAnnotationPresent(String name) { throw new UnreachableStatementException(); }
450451452453454455456
throw new UnreachableStatementException(); } public String toShortString() { throw new UnreachableStatementException(); }
455456457458459460461
throw new UnreachableStatementException(); } public void toShortString(JBossStringBuilder buffer) { throw new UnreachableStatementException(); }