Class BuiltinTypes
- java.lang.Object
-
- org.sonar.plugins.python.api.types.BuiltinTypes
-
public class BuiltinTypes extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_EXCEPTIONstatic StringBOOLstatic StringCOMPLEXstatic StringDICTstatic StringEXCEPTIONstatic StringFLOATstatic StringINTstatic StringLISTstatic StringNONE_TYPEstatic StringSETstatic StringSTRstatic StringTUPLE
-
-
-
Field Detail
-
NONE_TYPE
public static final String NONE_TYPE
- See Also:
- Constant Field Values
-
STR
public static final String STR
- See Also:
- Constant Field Values
-
BOOL
public static final String BOOL
- See Also:
- Constant Field Values
-
INT
public static final String INT
- See Also:
- Constant Field Values
-
FLOAT
public static final String FLOAT
- See Also:
- Constant Field Values
-
COMPLEX
public static final String COMPLEX
- See Also:
- Constant Field Values
-
TUPLE
public static final String TUPLE
- See Also:
- Constant Field Values
-
LIST
public static final String LIST
- See Also:
- Constant Field Values
-
SET
public static final String SET
- See Also:
- Constant Field Values
-
DICT
public static final String DICT
- See Also:
- Constant Field Values
-
EXCEPTION
public static final String EXCEPTION
- See Also:
- Constant Field Values
-
BASE_EXCEPTION
public static final String BASE_EXCEPTION
- See Also:
- Constant Field Values
-
-