Example #1
0
 public static Object propertyMacro_GetPropertyValue_7923290658387314641(
     final IOperationContext operationContext, final PropertyMacroContext _context) {
   SNode behavior =
       ConceptMethodDeclaration_Behavior.call_getBehaviour_1225196403947(_context.getNode());
   return jetbrains.mps.util.SNodeOperations.getModelLongName(SNodeOperations.getModel(behavior))
       + "."
       + SPropertyOperations.getString(behavior, "name");
 }