Member predicate Field::getInitializer
Gets the initial value of this field, if any. For example, the initial
value of F
on line 2 is 20
in
class C {
public int F = 20;
}
Gets the initial value of this field, if any. For example, the initial
value of F
on line 2 is 20
in
class C {
public int F = 20;
}