author | katleman |
Thu, 21 Aug 2014 14:16:14 -0700 | |
changeset 25878 | 6d561031123e |
parent 21044 | ffba9cdeff1a |
permissions | -rw-r--r-- |
21044
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
1 |
public class StaticMethods -- |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
2 |
StaticMethods.<init>() |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
3 |
StaticMethods.def(a, ba, final cba, final dcba) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
4 |
StaticMethods.def(a, final ba, final cba) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
5 |
StaticMethods.pub(d, final ed, final fed) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
6 |
StaticMethods.pub(a, ba, final cba, final dcba) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
7 |
StaticMethods.prot(g, final hg, final ihg) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
8 |
StaticMethods.prot(aa, baa, final cbaa, final dcbaa) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
9 |
StaticMethods.priv(j, final kj, final lkj) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
10 |
StaticMethods.priv(abc, babc, final cbabc, final dcbabc) |
ffba9cdeff1a
8015372: Update tests for Method Parameter Reflection API to check whether a parameter is final
mnunez
parents:
diff
changeset
|
11 |
StaticMethods.empty() |