- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- PragmaAnnotation
public static class PragmaAnnotation.Range
extends PragmaAnnotation
Pragma annotation type for range annotation.
Allowed format:
ID: legal identifier at the program point.
E1,E2: legal expressions at the program point.
#pragma range ID=E1,E2( ID=E1,E2)*
TODO: needs entry to parser methods; for now, only takes identifiers.
- See Also:
- Serialized Form