[Soot-list] get value of final fields

Tony Yan yan at cse.ohio-state.edu
Thu Jan 31 23:19:48 EST 2013


Hi,

Is it possible in soot to get the value of a final field?

Example:

class A {
  public static final int f = 1;
}

Is the fact that `f' is always `1' saved somewhere in soot?

Thanks,
Tony


More information about the Soot-list mailing list