Package: SearchType
SearchType
name | instruction | branch | complexity | line | method | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
static {...} |
|
|
|
|
|
Coverage
1: package org.overture.ide.ui.templates;
2:
3: public enum SearchType
4: {
5: //        Proposal, Field, Unknown, Type
6:         Quote,
7:         New,
8:         Mk,
9:         CallParam,
10:         Dot,
11:         Types,
12: };