Searched refs:table_eltype (Results 1 – 1 of 1) sorted by relevance
702 const char *table_eltype; in write_java_code() local715 table_eltype = (plurals ? "java.lang.Object" : "java.lang.String"); in write_java_code()716 fprintf (stream, " private static final %s[] table;\n", table_eltype); in write_java_code()718 fprintf (stream, " %s[] t = new %s[%d];\n", table_eltype, table_eltype, in write_java_code()