public class TokenUtil extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Optional<Token> | 
asAssignment(int op)  | 
static int | 
removeAssignment(int op)
Removes the assignment portion of a given token. 
 | 
public static int removeAssignment(int op)
op - token for which to remove assignment