Class StabConstant
- java.lang.Object
-
- org.eclipse.cdt.utils.debug.stabs.StabConstant
-
public final class StabConstant extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intN_BCOMMstatic intN_BINCLstatic intN_BSLINEstatic intN_CATCHstatic intN_DEFDstatic intN_DSLINEstatic intN_ECOMLstatic intN_ECOMMstatic intN_EHDECLstatic intN_EINCLstatic intN_ENDMstatic intN_ENTRYstatic intN_EXCLstatic intN_FLINEstatic intN_FNAMEstatic intN_FUNstatic intN_GSYMstatic intN_LBRACstatic intN_LCSYMstatic intN_LSYMstatic intN_M2Cstatic intN_MAINstatic intN_NBBSSstatic intN_NBDATAstatic intN_NBLCSstatic intN_NBSTSstatic intN_NBTEXTstatic intN_NOMAPstatic intN_NSYMSstatic intN_OBJstatic intN_OPTstatic intN_PCstatic intN_PSYMstatic intN_RBRACstatic intN_ROSYMstatic intN_RSYMstatic intN_SCOPEstatic intN_SLINEstatic intN_SOstatic intN_SOLstatic intN_SSYMstatic intN_STSYMstatic intN_UNDFstatic intN_WITHstatic intSIZEstatic intSIZE_64
-
Constructor Summary
Constructors Constructor Description StabConstant()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringtype2String(int t)
-
-
-
Field Detail
-
N_UNDF
public static final int N_UNDF
- See Also:
- Constant Field Values
-
N_GSYM
public static final int N_GSYM
- See Also:
- Constant Field Values
-
N_FNAME
public static final int N_FNAME
- See Also:
- Constant Field Values
-
N_FUN
public static final int N_FUN
- See Also:
- Constant Field Values
-
N_STSYM
public static final int N_STSYM
- See Also:
- Constant Field Values
-
N_LCSYM
public static final int N_LCSYM
- See Also:
- Constant Field Values
-
N_MAIN
public static final int N_MAIN
- See Also:
- Constant Field Values
-
N_ROSYM
public static final int N_ROSYM
- See Also:
- Constant Field Values
-
N_PC
public static final int N_PC
- See Also:
- Constant Field Values
-
N_NSYMS
public static final int N_NSYMS
- See Also:
- Constant Field Values
-
N_NOMAP
public static final int N_NOMAP
- See Also:
- Constant Field Values
-
N_OBJ
public static final int N_OBJ
- See Also:
- Constant Field Values
-
N_OPT
public static final int N_OPT
- See Also:
- Constant Field Values
-
N_RSYM
public static final int N_RSYM
- See Also:
- Constant Field Values
-
N_M2C
public static final int N_M2C
- See Also:
- Constant Field Values
-
N_SLINE
public static final int N_SLINE
- See Also:
- Constant Field Values
-
N_DSLINE
public static final int N_DSLINE
- See Also:
- Constant Field Values
-
N_BSLINE
public static final int N_BSLINE
- See Also:
- Constant Field Values
-
N_DEFD
public static final int N_DEFD
- See Also:
- Constant Field Values
-
N_FLINE
public static final int N_FLINE
- See Also:
- Constant Field Values
-
N_EHDECL
public static final int N_EHDECL
- See Also:
- Constant Field Values
-
N_CATCH
public static final int N_CATCH
- See Also:
- Constant Field Values
-
N_SSYM
public static final int N_SSYM
- See Also:
- Constant Field Values
-
N_ENDM
public static final int N_ENDM
- See Also:
- Constant Field Values
-
N_SO
public static final int N_SO
- See Also:
- Constant Field Values
-
N_LSYM
public static final int N_LSYM
- See Also:
- Constant Field Values
-
N_BINCL
public static final int N_BINCL
- See Also:
- Constant Field Values
-
N_SOL
public static final int N_SOL
- See Also:
- Constant Field Values
-
N_PSYM
public static final int N_PSYM
- See Also:
- Constant Field Values
-
N_EINCL
public static final int N_EINCL
- See Also:
- Constant Field Values
-
N_ENTRY
public static final int N_ENTRY
- See Also:
- Constant Field Values
-
N_LBRAC
public static final int N_LBRAC
- See Also:
- Constant Field Values
-
N_EXCL
public static final int N_EXCL
- See Also:
- Constant Field Values
-
N_SCOPE
public static final int N_SCOPE
- See Also:
- Constant Field Values
-
N_RBRAC
public static final int N_RBRAC
- See Also:
- Constant Field Values
-
N_BCOMM
public static final int N_BCOMM
- See Also:
- Constant Field Values
-
N_ECOMM
public static final int N_ECOMM
- See Also:
- Constant Field Values
-
N_ECOML
public static final int N_ECOML
- See Also:
- Constant Field Values
-
N_WITH
public static final int N_WITH
- See Also:
- Constant Field Values
-
N_NBTEXT
public static final int N_NBTEXT
- See Also:
- Constant Field Values
-
N_NBDATA
public static final int N_NBDATA
- See Also:
- Constant Field Values
-
N_NBBSS
public static final int N_NBBSS
- See Also:
- Constant Field Values
-
N_NBSTS
public static final int N_NBSTS
- See Also:
- Constant Field Values
-
N_NBLCS
public static final int N_NBLCS
- See Also:
- Constant Field Values
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
SIZE_64
public static final int SIZE_64
- Since:
- 5.2
- See Also:
- Constant Field Values
-
-