private static class Monomial.Analyser
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
java.math.BigInteger | 
coeff  | 
private Operator | 
mul  | 
private Operator | 
numbers  | 
ImmutableList<Term> | 
parts  | 
private Services | 
services  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
analyse(Term monomial)  | 
public java.math.BigInteger coeff
public ImmutableList<Term> parts
private final Services services
private final Operator numbers
private final Operator mul
public Analyser(Services services)
public void analyse(Term monomial)