WALA icon indicating copy to clipboard operation
WALA copied to clipboard

Getting Constant Value from the parameter of a method

Open baileynottingham opened this issue 7 years ago • 1 comments

I am analyzing the source code of this line using Wala:

writeFile("File.txt");

I have the IR corresponding to that line of source. I am calling the symbol table of that IR to get that constant value from the parameter of that method. I am getting an error claiming that the parameter isn't a constant but it clearly is. Does anything come up to anyone on why this might not be working?

baileynottingham avatar Apr 22 '18 01:04 baileynottingham

If you give us more detail, we may be able to suggest what is going on. It would be helpful to see your code that uses WALA, so we can see precisely what you are doing.

juliandolby avatar Apr 25 '18 06:04 juliandolby