public abstract class Range
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
label
Label that identifies this range.
|
Modifier | Constructor and Description |
---|---|
protected |
Range(java.lang.String label)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
failNoMatch()
Invoke this for a useless range.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.