Example #1
0
 public static Object propertyMacro_GetPropertyValue_6638738203687387557(
     final PropertyMacroContext _context) {
   long lsb =
       MetaIdByDeclaration.getConceptId(_context.getNode())
           .getLanguageId()
           .getIdValue()
           .getLeastSignificantBits();
   return "0x" + Long.toHexString(lsb) + "L";
 }
Example #2
0
 public static Object propertyMacro_GetPropertyValue_8269982547288325753(
     final PropertyMacroContext _context) {
   long msb =
       MetaIdByDeclaration.getConceptId(_context.getNode())
           .getLanguageId()
           .getIdValue()
           .getMostSignificantBits();
   return "0x" + Long.toHexString(msb) + "L";
 }
Example #3
0
 public static Object propertyMacro_GetPropertyValue_6638738203687387574(
     final PropertyMacroContext _context) {
   long id = MetaIdByDeclaration.getConceptId(_context.getNode()).getIdValue();
   return "0x" + Long.toHexString(id) + "L";
 }
Example #4
0
 public static Object propertyMacro_GetPropertyValue_8269982547288411858(
     final PropertyMacroContext _context) {
   long id = MetaIdByDeclaration.getConceptId(_context.getNode()).getIdValue();
   return "0x" + Long.toHexString(id) + "L";
 }