public class TernaryOperatorCheckUtil extends java.lang.Object
| Constructor and Description |
|---|
TernaryOperatorCheckUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.Integer> |
findOccurrenes(ShallowEntity entity)
Returns a list of the index occurrences of ternary operators.
|
public TernaryOperatorCheckUtil()
public static java.util.List<java.lang.Integer> findOccurrenes(ShallowEntity entity)
entity - A statement which may contains ternary operators.