edu.umd.cs.findbugs.ba.bcp
public class Wild extends PatternElement
See Also: PatternElement
| Constructor Summary | |
|---|---|
| Wild()
Default constructor.
| |
| Wild(int max)
Constructor. | |
| Wild(int min, int max)
Constructor.
| |
| Method Summary | |
|---|---|
| void | setMinAndMax(int min, int max)
Set min and max values.
|
Parameters: max the maximum number of instructions the wildcard may match
Parameters: min minimum number of times the wildcard must match max maximum number of times the wildcard may match
Parameters: min minimum number of times the wildcard must match max maximum number of times the wildcard may match