Question: Method Summary All Methods Instance Methods Abstract Methods Modifier and Type TermADT Method and Description add (TermADT D) Add t to this TermADT. java.lang.String int
Method Summary All Methods Instance Methods Abstract Methods Modifier and Type TermADT Method and Description add (TermADT D) Add t to this TermADT. java.lang.String int asString) Get a String representation of this TermADT. eval(int x) Compute the value of this TermADT by substituting x for the variable of this TermADT. int int getCoef() Determine the coefficient of this TermADT. getPow() Determine the power of this TermADT. set(int c, int p) Set the coefficient of this TermADT to cand the power top. void Method Detail set void set(int c. int p) Set the coefficient of this TermADT to c and the power to p. Both cand p must be non-negative. You may assume all calls to this method will have valid parameters. Parameters: c - value to use as coefficient value to use as power
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
