langtools/test/tools/javac/MethodParameters/EnumTest.out
author mnunez
Thu, 17 Oct 2013 13:27:36 +0200
changeset 21044 ffba9cdeff1a
permissions -rw-r--r--
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final Reviewed-by: jjg, jfranck
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21044
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     1
enum EnumTest -- 
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     2
EnumTest.<init>($enum$name/*synthetic*/, $enum$ordinal/*synthetic*/)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     3
EnumTest.<init>($enum$name/*synthetic*/, $enum$ordinal/*synthetic*/, a, ba)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     4
EnumTest.ok(c, dc)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     5
EnumTest.values()
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     6
EnumTest.valueOf(A, BA)
ffba9cdeff1a 8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff changeset
     7
EnumTest.valueOf(name/*implicit*/)