Class DwarfConst.SourceLanguage
java.lang.Object
org.robovm.compiler.llvm.debug.dwarf.DwarfConst.SourceLanguage
- Enclosing class:
- DwarfConst
public static class DwarfConst.SourceLanguage extends Object
-
Field Summary
Fields Modifier and Type Field Description static intLANG_Ada83static intLANG_Ada95static intLANG_Cstatic intLANG_C_plus_plusstatic intLANG_C_plus_plus_03static intLANG_C_plus_plus_11static intLANG_C89static intLANG_C99static intLANG_Cobol74static intLANG_Cobol85static intLANG_Dstatic intLANG_Fortran77static intLANG_Fortran90static intLANG_Fortran95static intLANG_Gostatic intLANG_Haskellstatic intLANG_hi_userstatic intLANG_Javastatic intLANG_lo_userstatic intLANG_Mips_Assemblerstatic intLANG_Modula2static intLANG_Modula3static intLANG_ObjCstatic intLANG_ObjC_plus_plusstatic intLANG_OCamlstatic intLANG_OpenCLstatic intLANG_Pascal83static intLANG_PLIstatic intLANG_Pythonstatic intLANG_UPC -
Constructor Summary
Constructors Constructor Description SourceLanguage() -
Method Summary
-
Field Details
-
LANG_C89
public static final int LANG_C89- See Also:
- Constant Field Values
-
LANG_C
public static final int LANG_C- See Also:
- Constant Field Values
-
LANG_Ada83
public static final int LANG_Ada83- See Also:
- Constant Field Values
-
LANG_C_plus_plus
public static final int LANG_C_plus_plus- See Also:
- Constant Field Values
-
LANG_Cobol74
public static final int LANG_Cobol74- See Also:
- Constant Field Values
-
LANG_Cobol85
public static final int LANG_Cobol85- See Also:
- Constant Field Values
-
LANG_Fortran77
public static final int LANG_Fortran77- See Also:
- Constant Field Values
-
LANG_Fortran90
public static final int LANG_Fortran90- See Also:
- Constant Field Values
-
LANG_Pascal83
public static final int LANG_Pascal83- See Also:
- Constant Field Values
-
LANG_Modula2
public static final int LANG_Modula2- See Also:
- Constant Field Values
-
LANG_Java
public static final int LANG_Java- See Also:
- Constant Field Values
-
LANG_C99
public static final int LANG_C99- See Also:
- Constant Field Values
-
LANG_Ada95
public static final int LANG_Ada95- See Also:
- Constant Field Values
-
LANG_Fortran95
public static final int LANG_Fortran95- See Also:
- Constant Field Values
-
LANG_PLI
public static final int LANG_PLI- See Also:
- Constant Field Values
-
LANG_ObjC
public static final int LANG_ObjC- See Also:
- Constant Field Values
-
LANG_ObjC_plus_plus
public static final int LANG_ObjC_plus_plus- See Also:
- Constant Field Values
-
LANG_UPC
public static final int LANG_UPC- See Also:
- Constant Field Values
-
LANG_D
public static final int LANG_D- See Also:
- Constant Field Values
-
LANG_Python
public static final int LANG_Python- See Also:
- Constant Field Values
-
LANG_OpenCL
public static final int LANG_OpenCL- See Also:
- Constant Field Values
-
LANG_Go
public static final int LANG_Go- See Also:
- Constant Field Values
-
LANG_Modula3
public static final int LANG_Modula3- See Also:
- Constant Field Values
-
LANG_Haskell
public static final int LANG_Haskell- See Also:
- Constant Field Values
-
LANG_C_plus_plus_03
public static final int LANG_C_plus_plus_03- See Also:
- Constant Field Values
-
LANG_C_plus_plus_11
public static final int LANG_C_plus_plus_11- See Also:
- Constant Field Values
-
LANG_OCaml
public static final int LANG_OCaml- See Also:
- Constant Field Values
-
LANG_lo_user
public static final int LANG_lo_user- See Also:
- Constant Field Values
-
LANG_Mips_Assembler
public static final int LANG_Mips_Assembler- See Also:
- Constant Field Values
-
LANG_hi_user
public static final int LANG_hi_user- See Also:
- Constant Field Values
-
-
Constructor Details
-
SourceLanguage
public SourceLanguage()
-