No way. It does not even make any sense. Attributes are static, they just add some metadata to the file. They are already known during build time. During runtime, you can only read the metadata related to the attributes. This is how you make runtime behavior dependent on the attributes.
And you are talking about actual parameters (not formal parameters, not their types). They not just runtime object, they are different in each stack frame.