Lines Matching defs:ApiLevel
38 type ApiLevel struct { struct
40 value string
49 number int
52 isPreview bool
55 func (this ApiLevel) FinalInt() int {
66 func (this ApiLevel) FinalOrFutureInt() int {
82 func (this ApiLevel) FinalOrPreviewInt() int {
98 func (this ApiLevel) String() string {
103 func (this ApiLevel) IsPreview() bool {
108 func (this ApiLevel) IsInvalid() bool {
120 func (this ApiLevel) IsCurrent() bool {
124 func (this ApiLevel) IsNone() bool {
130 func (this ApiLevel) IsPrivate() bool {
137 func (l ApiLevel) EffectiveVersion(ctx EarlyModuleContext) (ApiLevel, error) {
154 func (l ApiLevel) EffectiveVersionString(ctx EarlyModuleContext) (string, error) {
190 func (this ApiLevel) Specified() bool {
196 func (this ApiLevel) CompareTo(other ApiLevel) int {
212 func (this ApiLevel) EqualTo(other ApiLevel) bool {
216 func (this ApiLevel) GreaterThan(other ApiLevel) bool {
220 func (this ApiLevel) GreaterThanOrEqualTo(other ApiLevel) bool {
224 func (this ApiLevel) LessThan(other ApiLevel) bool {
228 func (this ApiLevel) LessThanOrEqualTo(other ApiLevel) bool {