< prev index next > src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
Print this page
# 0: type
compiler.err.enclosing.class.type.non.denotable=\
enclosing class type: {0}\n\
is non-denotable, try casting to a denotable type
+
+ ########################################
+ # Diagnostics for code reflection
+ ########################################
+
+ # 0: symbol
+ compiler.err.quoted.method.inner.class=\
+ unsupported quoted method in inner class {0}
+
+ # 0: symbol
+ compiler.err.quoted.lambda.inner.class=\
+ unsupported quoted lambda in inner class {0}
+
+ # 0: symbol
+ compiler.err.quoted.mref.inner.class=\
+ unsupported quoted method reference in inner class {0}
+
+ compiler.misc.feature.reflect.methods=\
+ code reflection
+
+ # 0: symbol, 1: symbol, 2: string
+ compiler.note.method.ir.dump=\
+ code reflection enabled for method {0}.{1}\n\
+ {2}
+
+ # 0: string
+ compiler.note.quoted.ir.dump=\
+ code reflection enabled for method quoted lambda\n\
+ {0}
< prev index next >